Class JUnit4DecoratorTest
java.lang.Object
mockit.integration.junit4.BaseJUnit4DecoratorTest
mockit.integration.junit4.JUnit4DecoratorTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested classes/interfaces inherited from class BaseJUnit4DecoratorTest
BaseJUnit4DecoratorTest.FakeClass0, BaseJUnit4DecoratorTest.FakeClass1, BaseJUnit4DecoratorTest.RealClass0, BaseJUnit4DecoratorTest.RealClass1 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidstatic voidvoidvoidvoidvoidMethods inherited from class BaseJUnit4DecoratorTest
afterBase, afterClass, beforeBase, beforeClass
-
Constructor Details
-
JUnit4DecoratorTest
public JUnit4DecoratorTest()
-
-
Method Details
-
beforeClassThatRunsSecond
public static void beforeClassThatRunsSecond() -
beforeClassThatRunsFirst
public static void beforeClassThatRunsFirst() -
useClassScopedMockDefinedByBaseClass
public void useClassScopedMockDefinedByBaseClass() -
setUpAndUseSomeFakes
public void setUpAndUseSomeFakes() -
setUpAndUseFakesAgain
public void setUpAndUseFakesAgain() -
afterTest
public void afterTest() -
classFakedInSecondTestClassMustNotBeFakedForThisTestClass
public void classFakedInSecondTestClassMustNotBeFakedForThisTestClass()
-