Package com.nomagic.magicdraw.tests
Class MagicDrawTestRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.BlockJUnit4ClassRunner
-
- com.nomagic.magicdraw.tests.MagicDrawTestRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable
,org.junit.runner.manipulation.Filterable
,org.junit.runner.manipulation.Sortable
@OpenApiAll public class MagicDrawTestRunner extends org.junit.runners.BlockJUnit4ClassRunner
Test runner which starts application and checks for memory leaks after each test finish. To use this class annotate test class with such text:
@RunWith(MagicDrawTestRunner.class)
-
-
Constructor Summary
Constructors Constructor Description MagicDrawTestRunner(java.lang.Class<?> aClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<org.junit.rules.TestRule>
getTestRules(java.lang.Object target)
-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
-
-