Reference: AUnit Test Annotations
Annotation | Description | Example |
|---|---|---|
@AssemblyTest
| Identifies a test as being an AUnit test and associates it with an assembly. |
|
@UnitTest
| Identifies an individual test case. |
|
@AssertBefore
| Executes assertions before executing a named assembly component or step. |
|
@AssertAfter
| Executes assertions after executing a named assembly component or step. |
|
@AssertAfterCompletion
| Executes assertions after the assembly has completed. |
|
@AtComponent
| Defines where the test intercepts the assembly to perform verification and defines the test behavior for the named component. |
|