|
Error Summary |
| CreationContextError |
Class representing a conceptual error of a multithreaded test that has
information about the creation context of a thread. |
| LuckyError |
Class representing a conceptual error of a multithreaded test: the
thread end before the test was over, but there was no join. |
| MultithreadedTestError |
Class representing a conceptual error of a multithreaded test. |
| NoJoinError |
Class representing a conceptual error of a multithreaded test: the
thread did not end before the test was over. |