Class FrameworkMethod

  • All Implemented Interfaces:
    Annotatable

    public class FrameworkMethod
    extends FrameworkMember<FrameworkMethod>
    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