1 Answer

0 votes
by
In JAVA a special form of syntactic meta-data can be added to Java source code, this is know as Annotations.  Variables, parameters, packages, methods and classes are annotated some of the Junit annotations which can be useful are

Test

Before

After

Ignore

BeforeClass

AfterClass

RunWith
...