Class SharedMutator.EffectiveParameters<T>

  • Type Parameters:
    T - type of test
    Enclosing interface:
    SharedMutator

    public static class SharedMutator.EffectiveParameters<T>
    extends java.lang.Object
    Effective parameters used by the test.
    • Constructor Detail

      • EffectiveParameters

        public EffectiveParameters​(java.lang.Class<T> testClass,
                                   java.lang.String testName,
                                   ConfigurationProperties.DriverLifecycle driverLifecycle)
        Creates new effective parameters
        Parameters:
        testClass - test class
        testName - test name
        driverLifecycle - driver lifecycle
    • Method Detail

      • getTestClass

        public java.lang.Class<T> getTestClass()
        Get the test class
        Returns:
        test class
      • getTestName

        public java.lang.String getTestName()
        Get the test name
        Returns:
        test name