类 RunAfterTestMethodCallbacks

    • 构造器详细资料

      • RunAfterTestMethodCallbacks

        public RunAfterTestMethodCallbacks​(Statement next,
                                           Object testInstance,
                                           Method testMethod,
                                           TestContextManager testContextManager)
        Construct a new RunAfterTestMethodCallbacks statement.
        参数:
        next - the next Statement in the execution chain
        testInstance - the current test instance (never null)
        testMethod - the test method which has just been executed on the test instance
        testContextManager - the TestContextManager upon which to call afterTestMethod()