Class TckTestBase

java.lang.Object
org.eclipse.microprofile.lra.tck.TckTestBase
Direct Known Subclasses:
TckCancelOnTests, TckContextTests, TckLRATypeTests, TckParticipantTests, TckTests, TckUnknownStatusTests, TckUnknownTests

public class TckTestBase extends Object
Base testsuite class for in-container tests. It provides Before and @After junit hooks to clean the environment.
  • Field Details

    • testName

      public org.junit.rules.TestName testName
  • Constructor Details

    • TckTestBase

      public TckTestBase()
  • Method Details

    • before

      public void before()
    • after

      public void after()