| Package | Description |
|---|---|
| io.vlingo.xoom.actors | |
| io.vlingo.xoom.actors.testkit |
| Modifier and Type | Method and Description |
|---|---|
void |
Actor.viewTestStateInitialization(TestContext context)
Received from the surrounding
testkit.TestActor to indicate
that it is in use, enabling any special test initialization as
needed. |
| Modifier and Type | Method and Description |
|---|---|
TestContext |
TestActor.andNowCompleteWithHappenings(int times)
Answer my
context after resetting the expected completions/happenings. |
TestContext |
TestActor.context()
Answer my
context. |
<T> TestContext |
TestContext.initialReferenceValueOf(T value)
Answer myself after initializing my atomic reference to
value. |
<T> TestContext |
TestContext.referenceValueTo(T value)
Answer the
TestContext after writing the value at "reference". |
TestContext |
TestContext.resetAfterCompletingTo(int times)
Answer a myself with with a new expected completions/happenings
times. |
Copyright © 2021. All rights reserved.