| Name | Description | Type | Package | Framework |
| CachingPartialFunction | This is a specialized variant of PartialFunction which is only applicable if you know that isDefinedAt(x) is always called before | Class | akka.testkit | Akka |
|
| CallingThreadDispatcher | Dispatcher which runs invocations on the current thread only. | Class | akka.testkit | Akka |
|
| CallingThreadDispatcher$ | | Class | akka.testkit | Akka |
|
| CallingThreadDispatcherConfigurator | | Class | akka.testkit | Akka |
|
| CallingThreadDispatcherQueues | | Class | akka.testkit | Akka |
|
| CallingThreadDispatcherQueues$ | | Class | akka.testkit | Akka |
|
| CallingThreadMailbox | | Class | akka.testkit | Akka |
|
| CustomEventFilter | Custom event filter when the others do not fit the bill. | Class | akka.testkit | Akka |
|
| CustomEventFilter$ | | Class | akka.testkit | Akka |
|
| DeadLettersFilter | | Class | akka.testkit | Akka |
|
| DeadLettersFilter$ | | Class | akka.testkit | Akka |
|
| DebugFilter | Filter which matches Debug events, if they satisfy the given criteria: source, if given, applies a filter on the event’s originmessage applies a filter on the event’s message (either with String. | Class | akka.testkit | Akka |
|
| DebugFilter$ | | Class | akka.testkit | Akka |
|
| ErrorFilter | Filter which matches Error events, if they satisfy the given criteria: throwable applies an upper bound on the type of exception contained in the Error eventsource, if given, applies a filter on the event’s originmessage applies a filter on the event’s message (either | Class | akka.testkit | Akka |
|
| ErrorFilter$ | | Class | akka.testkit | Akka |
|
| EventFilter | Facilities for selectively filtering out expected events from logging so that you can keep your test run’s console output clean and do not miss real | Class | akka.testkit | Akka |
|
| EventFilter$ | Facilities for selectively filtering out expected events from logging so that you can keep your test run’s console output clean and do not miss real | Class | akka.testkit | Akka |
|
| InfoFilter | Filter which matches Info events, if they satisfy the given criteria: source, if given, applies a filter on the event’s originmessage applies a filter on the event’s message (either with String. | Class | akka.testkit | Akka |
|
| InfoFilter$ | | Class | akka.testkit | Akka |
|
| JavaTestKit | Java API: Test kit for testing actors. | Class | akka.testkit | Akka |
|
| SocketUtil | Utilities to get free socket address. | Class | akka.testkit | Akka |
|
| SocketUtil$ | Utilities to get free socket address. | Class | akka.testkit | Akka |
|
| TestActor | | Class | akka.testkit | Akka |
|
| TestActor$ | | Class | akka.testkit | Akka |
|
| TestActor .AutoPilot | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .KeepRunning$ | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .NoAutoPilot$ | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .NullMessage$ | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .RealMessage | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .RealMessage$ | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .SetAutoPilot | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .SetAutoPilot$ | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .SetIgnore | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .SetIgnore$ | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .UnWatch | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .UnWatch$ | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .Watch | | Class | akka.testkit.TestActor | Akka |
|
| TestActor .Watch$ | | Class | akka.testkit.TestActor | Akka |
|
| TestActorRef | This special ActorRef is exclusively for use during unit testing in a single-threaded environment. | Class | akka.testkit | Akka |
|
| TestActorRef$ | | Class | akka.testkit | Akka |
|
| TestActors | A collection of common actor patterns used in tests. | Class | akka.testkit | Akka |
|
| TestActors$ | A collection of common actor patterns used in tests. | Class | akka.testkit | Akka |
|
| TestActors .EchoActor | EchoActor sends back received messages (unmodified). | Class | akka.testkit.TestActors | Akka |
|
| TestActors .ForwardActor | ForwardActor forwards all messages as-is to specified ActorRef. | Class | akka.testkit.TestActors | Akka |
|
| TestBarrier | | Class | akka.testkit | Akka |
|
| TestBarrier$ | A cyclic barrier wrapper for use in testing. | Class | akka.testkit | Akka |
|
| TestBarrierTimeoutException | | Class | akka.testkit | Akka |
|
| TestEvent | to the TestEventListener to install a filter, and UnMute to You should always prefer the filter methods in the package object | Interface | akka.testkit | Akka |
|
| TestEvent$ | to the TestEventFilter to install a filter, and UnMute to You should always prefer the filter methods in the package object | Class | akka.testkit | Akka |
|
| TestEvent .Mute | | Class | akka.testkit.TestEvent | Akka |
|
| TestEvent .Mute$ | | Class | akka.testkit.TestEvent | Akka |
|
| TestEvent .UnMute | | Class | akka.testkit.TestEvent | Akka |
|
| TestEvent .UnMute$ | | Class | akka.testkit.TestEvent | Akka |
|
| TestEventListener | EventListener for running tests, which allows selectively filtering out expected messages. | Class | akka.testkit | Akka |
|
| TestFSMRef | This is a specialized form of the TestActorRef with support for querying and setting the state of a FSM. | Class | akka.testkit | Akka |
|
| TestFSMRef$ | | Class | akka.testkit | Akka |
|
| TestKit | Test kit for testing actors. | Class | akka.testkit | Akka |
|
| TestKit$ | | Class | akka.testkit | Akka |
|
| TestKitBase | this if inheriting from a concrete class is not possible. | Interface | akka.testkit | Akka |
|
| TestKitExtension | | Class | akka.testkit | Akka |
|
| TestKitExtension$ | | Class | akka.testkit | Akka |
|
| TestKitSettings | | Class | akka.testkit | Akka |
|
| TestLatch | | Class | akka.testkit | Akka |
|
| TestLatch$ | A count down latch wrapper for use in testing. | Class | akka.testkit | Akka |
|
| TestProbe | TestKit-based probe which allows sending, reception and reply. | Class | akka.testkit | Akka |
|
| TestProbe$ | | Class | akka.testkit | Akka |
|
| WarningFilter | Filter which matches Warning events, if they satisfy the given criteria: source, if given, applies a filter on the event’s originmessage applies a filter on the event’s message (either with String. | Class | akka.testkit | Akka |
|
| WarningFilter$ | | Class | akka.testkit | Akka |