Package io.nuun.kernel.tests.it
Class NuunITRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.BlockJUnit4ClassRunner
-
- io.nuun.kernel.tests.it.NuunITRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Sortable
public class NuunITRunner extends org.junit.runners.BlockJUnit4ClassRunner- Author:
- epo.jemba@kametic.com
-
-
Constructor Summary
Constructors Constructor Description NuunITRunner(Class<?> klass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectcreateTest()voidrun(org.junit.runner.notification.RunNotifier notifier)-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
-
-
-
-
Constructor Detail
-
NuunITRunner
public NuunITRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
- Parameters:
klass-- Throws:
org.junit.runners.model.InitializationError
-
-