@after The @after annotation can be used to specify methods that should be called after each test method in a
@backupGlobals The backup and restore operations for global variables can be completely disabled for all tests of a test case class like this
@expectedExceptionMessageRegExp The expected message can also be specified as a regular expression using the @expec
@medium The @medium annotation is an alias for @group medium. A medium test must
@expectedExceptionMessage The @expectedExceptionMessage annotation works similar to @e
@group A test can be tagged as belonging to one or more groups using the @group annotation like this
@expectedException Example 2.10 shows how to use the @expectedException annotation to test whether an exception
@testdox
@author The @author annotation is an alias for the @group annotation (see
@backupStaticAttributes The @backupStaticAttributes annotation can be used to back up all static property values
Page 1 of 3