Class RunBeforetestClassCallbacks

java.lang.Object
org.junit.runners.model.Statement
org.springframework.test.context.junit4.statements.RunBeforetestClassCallbacks

@Deprecated(since="7.0") public class RunBeforetestClassCallbacks extends Statement
Deprecated.
since Spring Framework 7.0 in favor of the SpringExtension and JUnit Jupiter
RunBeforetestClassCallbacks is a custom JUnit Statement which allows the Spring testContext Framework to be plugged into the JUnit execution chain by calling beforetestClass() on the supplied testContextManager.
Since:
3.0
Author:
Sam Brannen
See Also:
  • Constructor Details

    • RunBeforetestClassCallbacks

      public RunBeforetestClassCallbacks(Statement next, testContextManager testContextManager)
      Deprecated.
      Construct a new RunBeforetestClassCallbacks statement.
      Parameters:
      next - the next Statement in the execution chain
      testContextManager - the testContextManager upon which to call beforetestClass()
  • Method Details