Class VertxUnitRunnerWithParameters

  • All Implemented Interfaces:
    org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable, org.junit.runner.manipulation.Sortable

    public class VertxUnitRunnerWithParameters
    extends VertxUnitRunner
    Author:
    Julien Viet
    • Constructor Detail

      • VertxUnitRunnerWithParameters

        protected VertxUnitRunnerWithParameters​(org.junit.runners.parameterized.TestWithParameters test)
                                         throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError
    • Method Detail

      • createTest

        public Object createTest()
                          throws Exception
        Overrides:
        createTest in class org.junit.runners.BlockJUnit4ClassRunner
        Throws:
        Exception
      • getName

        protected String getName()
        Overrides:
        getName in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
      • validateConstructor

        protected void validateConstructor​(List<Throwable> errors)
        Overrides:
        validateConstructor in class org.junit.runners.BlockJUnit4ClassRunner
      • validateFields

        protected void validateFields​(List<Throwable> errors)
        Overrides:
        validateFields in class org.junit.runners.BlockJUnit4ClassRunner
      • classBlock

        protected org.junit.runners.model.Statement classBlock​(org.junit.runner.notification.RunNotifier notifier)
        Overrides:
        classBlock in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
      • getRunnerAnnotations

        protected Annotation[] getRunnerAnnotations()
        Overrides:
        getRunnerAnnotations in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>