public abstract class RememberThat extends Object implements Performable, IsSilent
actor.attemptsTo(RememberThat.theValueOf("favorite color").is("blue"))"
An actor can also remember the answers to questions, e.g.
Question<String> favoriteColor = ...
actor.attemptsTo(RememberThat.theValueOf("favorite color").isAnsweredBy(favoriteColor))
| Modifier and Type | Class and Description |
|---|---|
static class |
RememberThat.MemoryBuilder |
static class |
RememberThat.WithQuestion |
static class |
RememberThat.WithValue |
| Constructor and Description |
|---|
RememberThat() |
| Modifier and Type | Method and Description |
|---|---|
static RememberThat.MemoryBuilder |
theValueOf(String memoryKey) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperformAs, thenpublic static RememberThat.MemoryBuilder theValueOf(String memoryKey)
Copyright © 2021. All rights reserved.