TestBarrier

org.apache.pekko.testkit.TestBarrier$
See theTestBarrier companion class
object 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.

Attributes

Companion
class
Source
TestBarrier.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(count: Int): TestBarrier

Attributes

Source
TestBarrier.scala

Concrete fields