Class TestMethodAnnotations

java.lang.Object
net.serenitybdd.junit.runners.TestMethodAnnotations

public final class TestMethodAnnotations extends Object
Utility class used to read Serenity annotations for a particular JUnit test.
Author:
johnsmart
  • Method Details

    • forTest

      public static TestMethodAnnotations forTest(org.junit.runners.model.FrameworkMethod method)
    • isDriverSpecified

      public boolean isDriverSpecified()
    • specifiedDriver

      public String specifiedDriver()
    • driverOptions

      public String driverOptions()