mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
c096dcab3b
* CORDA-3206: Move serialization tests into separate module to break dependency on `node-driver` (and associated transitive dependencies). Required to complete CORDA-2050: Upgrade Corda to Java 11 (compatibility mode) * Keep all serialization tests in same module UNLESS they require access to `node-driver` (and transitive dependencies of). * Move helper object to internal package. * Gradle build file clean-up and additional README. * Addressing CS PR review comments.
159 B
159 B
Adding tests to the Serialization module
Any serialization tests that require further Corda dependencies (other than core
) should be added to this module.