| Package | Description |
|---|---|
| io.vlingo.xoom.actors.testkit |
| Modifier and Type | Method and Description |
|---|---|
AccessSafely |
TestContext.access()
Answer my access;
|
static AccessSafely |
AccessSafely.afterCompleting(int happenings)
Answer a new
AccessSafely with a completion count of happenings. |
static AccessSafely |
AccessSafely.immediately()
Answer a new
AccessSafely with immediate readFrom() results. |
<T,R> AccessSafely |
AccessSafely.readingWith(String name,
Function<T,R> function)
Answer me with
function registered for reading. |
<T> AccessSafely |
AccessSafely.readingWith(String name,
Supplier<T> supplier)
Answer me with
supplier registered for reading. |
AccessSafely |
AccessSafely.resetAfterCompletingTo(int happenings)
Answer a new AccessSafely with my existing reads and writes functionality.
|
<T1,T2> AccessSafely |
AccessSafely.writingWith(String name,
BiConsumer<T1,T2> consumer)
Answer me with
consumer registered for writing. |
<T> AccessSafely |
AccessSafely.writingWith(String name,
Consumer<T> consumer)
Answer me with
consumer registered for writing. |
Copyright © 2021. All rights reserved.