Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
7 0 0 0 100% 1.417

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
info.smart_tools.smartactors.core.thread_pool 7 0 0 0 100% 1.417

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

info.smart_tools.smartactors.core.thread_pool

Class Tests Errors Failures Skipped Success Rate Time
ThreadPoolTest 3 0 0 0 100% 1.08
ThreadImplTest 4 0 0 0 100% 0.337

Test Cases

[Summary] [Package List] [Test Cases]

ThreadPoolTest

Should_executeTasksOnDifferentThreads 0.681
Should_setThreadsScopeToCreationScope 0.203
Should_interruptThread_WhenThereIsNoMorePlaceInQueue 0.031

ThreadImplTest

Should_executeTaskInSeparateThread 0.058
Should_ignoreExceptionsFromTask 0.134
Should_throwWhenAnotherTaskIsBeingExecuted 0.025
Should_throwWhenThreadIsNotAlive 0.109