mirror of
https://github.com/corda/corda.git
synced 2025-04-24 02:43:59 +00:00
Raft tests
Testing the RaftUniquenessProvider
provider requires the java.nio
packaage to be open (the atomix library does reflection into
java.nio.Bits
). This module has this package opened up to allow mock and unit tests to work. This is preferred over having java.nio
open
in every module as this is an experimental feature.