corda/testing/node-driver/src
Dan Newton 40b922c1f2 CORDA-1837: Reject nodes that have the same organisation name in driver tests (#3740)
* Reject nodes that have the same organisation name as a previously registered node rather than the same X500 name

DriverDSLImpl -> NetworkVisibilityController -> register check organisation name rather than X500 name and throw IllegalStateException if already exists
Added test to DriverTests to test multiple organisation names end exceptionally

* Remove redundant test and store the organisation names rather than X500 names for driver tests
2018-08-04 13:26:41 +01:00
..
integration-test/kotlin/net/corda/testing CORDA-1837: Reject nodes that have the same organisation name in driver tests (#3740) 2018-08-04 13:26:41 +01:00
main/kotlin/net/corda/testing CORDA-1837: Reject nodes that have the same organisation name in driver tests (#3740) 2018-08-04 13:26:41 +01:00
test CORDA-1862: Allow MockNetwork to create StartedMockNode from UnstartedMockNode. (#3731) 2018-08-01 08:35:39 +01:00