类 FrameworkMethod

  • 所有已实现的接口:
    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.)
    从以下版本开始:
    4.5