Package com.exonum.binding.testkit
Annotation Type ValidatorCount
@Target(PARAMETER)
@Retention(RUNTIME)
public @interface ValidatorCount
Number of validator nodes in the TestKit network, should be positive. Note that regardless of
the configured number of validators, only a single service will be instantiated.
- See Also:
TestKit.Builder.withValidators(short)
-
Required Element Summary
Required Elements Modifier and Type Required Element Description short
value
Validator count of TestKit network.
-
Element Details
-
value
short valueValidator count of TestKit network.
-