类 MethodBasedTest

所有已实现的接口:
DynamicTest, Groupable, Test

public class MethodBasedTest extends AbstractTest.Dynamic
  • 字段详细资料

  • 构造器详细资料

    • MethodBasedTest

      public MethodBasedTest(Method method)
  • 方法详细资料

    • init

      public void init(TestFramework framework)
      从接口复制的说明: Test
      This method is called when the test is registered to a TestFramework.
      指定者:
      init 在接口中 Test
      覆盖:
      init 在类中 AbstractTest
      参数:
      framework - the framework the test has been registered to