Package | Description |
---|---|
com.googlecode.junittoolbox |
Useful classes for writing automated tests with JUnit.
|
Modifier and Type | Method and Description |
---|---|
MultithreadingTester |
MultithreadingTester.add(RunnableAssert runnableAssert,
RunnableAssert... moreRunnableAsserts)
|
MultithreadingTester |
MultithreadingTester.add(RunnableAssert runnableAssert,
RunnableAssert... moreRunnableAsserts)
|
void |
PollingWait.until(RunnableAssert runnableAssert)
Repetitively executes the given
runnableAssert
until it succeeds without throwing an Error or
Exception or until the configured timeout
is reached, in which case an AssertionError will be thrown. |
Modifier and Type | Method and Description |
---|---|
MultithreadingTester |
MultithreadingTester.add(Collection<RunnableAssert> runnableAsserts)
|
Copyright © 2017. All rights reserved.