Package org.apache.pekko.testkit
Class TestBarrier$
java.lang.Object
org.apache.pekko.testkit.TestBarrier$
A cyclic barrier wrapper for use in testing.
It always uses a timeout when waiting and timeouts are specified as durations.
Timeouts will always throw an exception. The default timeout is 5 seconds.
Timeouts are multiplied by the testing time factor for Jenkins builds.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestBarrier$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TestBarrier$
public TestBarrier$()
-
-
Method Details
-
DefaultTimeout
public scala.concurrent.duration.FiniteDuration DefaultTimeout() -
apply
-