Class FrameworkMethod

All Implemented Interfaces:
Annotatable

Represents a method on a test class to be invoked at the appropriate point in test execution. These methods are usually marked with an annotation (such as @Test, @Before, @After, @BeforeClass, @AfterClass, etc.)
Since:
4.5