| Package | Description |
|---|---|
| com.googlecode.junittoolbox |
Useful classes for writing automated tests with JUnit.
|
| Modifier and Type | Method and Description |
|---|---|
MultithreadingTester |
MultithreadingTester.add(Callable<?> callable,
Callable<?>... moreCallables)
Converts the given
Callables into RunnableAsserts
and adds them to this MultithreadingTester,
returns this to allow method chaining. |
MultithreadingTester |
MultithreadingTester.add(Collection<RunnableAssert> runnableAsserts)
|
MultithreadingTester |
MultithreadingTester.add(RunnableAssert runnableAssert,
RunnableAssert... moreRunnableAsserts)
|
MultithreadingTester |
MultithreadingTester.add(Runnable runnable,
Runnable... moreRunnables)
Converts the given
Runnables into RunnableAsserts
and adds them to this MultithreadingTester,
returns this to allow method chaining. |
MultithreadingTester |
MultithreadingTester.numRoundsPerThread(int roundsPerThreads)
Sets the number of rounds per thread,
default is
1000,
returns this to allow method chaining. |
MultithreadingTester |
MultithreadingTester.numThreads(int numThreads)
|
Copyright © 2017. All rights reserved.