Class GuiceAwareParametersRunnerFactory

  • All Implemented Interfaces:
    org.junit.runners.parameterized.ParametersRunnerFactory

    public class GuiceAwareParametersRunnerFactory
    extends Object
    implements org.junit.runners.parameterized.ParametersRunnerFactory
    ParametersRunnerFactory implementation to create ParameterizedJUnitGuiceRunner as test parameterized runner.
    See Also:
    ParameterizedJUnitGuiceRunner
    • Constructor Detail

      • GuiceAwareParametersRunnerFactory

        public GuiceAwareParametersRunnerFactory()
    • Method Detail

      • createRunnerForTestWithParameters

        public org.junit.runner.Runner createRunnerForTestWithParameters​(org.junit.runners.parameterized.TestWithParameters test)
                                                                  throws org.junit.runners.model.InitializationError
        Specified by:
        createRunnerForTestWithParameters in interface org.junit.runners.parameterized.ParametersRunnerFactory
        Throws:
        org.junit.runners.model.InitializationError