corda/testing
Anthony Keenan 8081ee42ad
CORDA-939 - Dont expose FlowStateMachine via public API (#2438)
* Create CordaInternal attribute for properties on public classes that are not part of the api and apply to FlowLogic.stateMachine

* Remove startFlow from public test api and replace with startFlowAndReturnFuture

* Update api-current with changed signature

* Change test used in documentation to use public test methods

* Remove the rest of the unneccessary usages of the startFlow test utility

* Remove extra whitespace

* Rename startFlowAndReturnFuture back to startFlow

* Update api

* The annotation doesn't appear unless its marked as on the actual getter and setter

* Updated docs and removed pointless attribute

* Deleted whitespace
2018-02-07 11:55:06 +00:00
..
node-driver CORDA-939 - Dont expose FlowStateMachine via public API (#2438) 2018-02-07 11:55:06 +00:00
smoke-test-utils Exposed RPC SSL settings through Cordformation (#2419) 2018-01-25 14:32:58 +00:00
test-common CORDA-924 Fix IntegrationTestingTutorial (#2349) 2018-01-17 14:23:13 +00:00
test-utils Added various X509 utilities to remove some of the existing boilerplate. (#2416) 2018-01-24 18:07:29 +00:00