@ThreadSafe @FunctionalInterface public interface ValueExpectation
Concurrency notes. User creates an object of this class when setting
expectations in the thread that runs the test - typically main
thread. During the test execution, another thread reads data from the
expectation object, but does not modify the object. Finally, the original
thread reads the expectation object during verification. Therefore an
implementation should be thread safe.
| Modifier and Type | Method and Description |
|---|---|
org.hamcrest.Matcher<String> |
getMatcher()
Gets a matcher that verifies attribute value.
|
org.hamcrest.Matcher<String> getMatcher()
Copyright © 2016. All rights reserved.