corda/tools
Christian Sailer e38cd9ec63
ENT-5043 separate out test utils (#5998)
* Remove unused dependencies from test-common

* Explicit imports and formatting

* Add core-test-utils project

* Add dependency

* Move Kryo serialization context to node-api (not serialization as we do not want to pull kryo into the serialization lib)

* Move AMQP server serialization scheme to node api

* Move serialization tests to node-api

* Move internal test helpers without further dependencies.

* Move out some types from RPCClientProxyHandler to node-api in preparation for moving the AMQP scheme

* Move client AMQP context to node-api so we can move the test serialization rule out.

* Move InternalSerializationTestHelpers to core-test-utils

* Moved testing.core to core-test-utils

* Make detekt happy

* Add api-scanner to core-test-utils

* Remove inlined package names introduced by IntelliJ refactoring

* Update api-current.txt to account for reordering.

* Add core-test-utils to list of published artifacts.

* Add missing import

* Location of things in api text has moved again (publish name of artefact?)

* Revert all additions to the API, leaving just the reordering

* Code review: fix up core-test-utils build.gradle and introduce kryo version constant.

* Remove OpenSsl flag from ssl config stub (can't be used from node-api)

* Suppress detekt warning

* Move core test util tests to the right module

* Expose kotlin test as a transient dependency - projects have come to rely on that.

* Fix typo in package name
2020-03-03 15:55:17 +00:00
..
blobinspector add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
bootstrapper add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
checkpoint-agent ENT-5043 separate out test utils (#5998) 2020-03-03 15:55:17 +00:00
cliutils EG-69 - fixed bug with picocli that was causing uncaught exception's stacktrace to always be printed on stderr (#5985) 2020-02-26 09:49:14 +00:00
demobench ENT-5043 separate out test utils (#5998) 2020-03-03 15:55:17 +00:00
explorer add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
graphs [CORDA-682]: Claim Jigsaw module names (#1824) 2017-10-06 15:37:33 +01:00
loadtest Fix and or suppress detekt warnings 2019-11-01 11:48:07 +00:00
network-builder ENT-5043 separate out test utils (#5998) 2020-03-03 15:55:17 +00:00
scripts Improve the upgrade-test-packages.sh script to work on macOS. Fixes an issue found by tom on pubslack. (#2894) 2018-03-29 10:47:48 +02:00
shell ENT-5043 separate out test utils (#5998) 2020-03-03 15:55:17 +00:00
shell-cli add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
worldmap add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00