Class MethodBasedTest

All Implemented Interfaces:
DynamicTest, Groupable, Test

public class MethodBasedTest extends AbstractTest.Dynamic
  • Field Details

  • Constructor Details

    • MethodBasedTest

      public MethodBasedTest(Method method)
  • Method Details

    • init

      public void init(TestFramework framework)
      Description copied from interface: Test
      This method is called when the test is registered to a TestFramework.
      Specified by:
      init in interface Test
      Overrides:
      init in class AbstractTest
      Parameters:
      framework - the framework the test has been registered to