corda/docs/source/example-code
josecoll 5504493c8d Improved support for testing custom schemas using a MockNetwork. (#1450)
* Improved support for testing custom schemas using a MockNetwork.

* Removed `requiredSchemas` from CordaPluginREgistry configuration
Custom schema registration now uses classpath scanning (CorDapps) and explicit registration (tests) following same mechanisms as flow registration.

* Updated following PR review feedback.

* Helper function to return Kotlin object instance fixed and moved to core InternalUtils class.

* Fixed auto-scanning Unit test to assert correct registration of custom schema.

* cleanup comment.

* Changes following rebase from master.
2017-09-13 12:06:24 +01:00
..
src Improved support for testing custom schemas using a MockNetwork. (#1450) 2017-09-13 12:06:24 +01:00
build.gradle Enforce X500Name format defined in design doc (#1427) 2017-09-07 14:47:42 +01:00