public abstract class TestTask extends Object implements Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
assertResult()
Checks if an error occurred during test execution and, if so, throws the stored exception.
|
void |
run()
The execution entry point for the TestTask.
|
void |
waitCompletion()
Blocks the current thread until the test task is marked as completed.
|
public final void run()
public final void assertResult()
throws Throwable
Throwable - Throws the stored exception if one occurred.public final void waitCompletion()
Copyright © 2005–2025 Onix Solutions. All rights reserved.