Class ActorTest
java.lang.Object
org.semispace.actor.ActorTest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidThis test was used to find a bug which was introduced when the scope of a getter was mistakenly set to protected.voidvoidvoid
-
Constructor Details
-
ActorTest
public ActorTest()
-
-
Method Details
-
setUp
@BeforeAll public void setUp() -
testGiveAndTake
@Test public void testGiveAndTake()This test was used to find a bug which was introduced when the scope of a getter was mistakenly set to protected. -
testSimpleActor
- Throws:
InterruptedException
-
testManyCallsForActor
- Throws:
InterruptedException
-
testListeningForPing
- Throws:
InterruptedException
-