UDAs for decorating tests.
Hide test. Not run by default but can be run.
Associate a name with a unittest block.
The suite fails if the test passes.
The suite fails unless the test throws T
Associates one or more tags with the test
See Source File
UDAs for decorating tests.