[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 8 | 0 | 0 | 0 | 100% | 1.026 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|
| info.smart_tools.smartactors.core.task_dispatcher | 8 | 0 | 0 | 0 | 100% | 1.026 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| TaskDispatcherTest | 4 | 0 | 0 | 0 | 100% | 0.081 | |
| ExecutionTaskTest | 4 | 0 | 0 | 0 | 100% | 0.945 |
[Summary] [Package List] [Test Cases]
| Should_tryToStartNewThreadIfNecessary | 0 | |
| Should_notTryToStartNewThreadIfThereIsTooManyThreads | 0.001 | |
| Should_gettersReturnThreadPoolAndQueue | 0 | |
| Should_setCallbackWhenStarted_And_removeItWhenStopped | 0.079 |
| Should_exit_When_threadIsInterrupted | 0.735 | |
| Should_executeItselfOnNewThreadIfCanGetOne | 0.054 | |
| Should_takeAndExecuteTasks | 0.007 | |
| Should_exit_When_thereIsNoTask | 0.003 |