Package mockit.integration.junit4
Class ThirdJUnit4DecoratorTest
java.lang.Object
mockit.integration.junit4.BaseJUnit4DecoratorTest
mockit.integration.junit4.ThirdJUnit4DecoratorTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
Nested classes/interfaces inherited from class mockit.integration.junit4.BaseJUnit4DecoratorTest
BaseJUnit4DecoratorTest.FakeClass0, BaseJUnit4DecoratorTest.FakeClass1, BaseJUnit4DecoratorTest.RealClass0, BaseJUnit4DecoratorTest.RealClass1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
void
void
Methods inherited from class mockit.integration.junit4.BaseJUnit4DecoratorTest
afterBase, afterClass, beforeBase, beforeClass
-
Constructor Details
-
ThirdJUnit4DecoratorTest
public ThirdJUnit4DecoratorTest()
-
-
Method Details
-
applyFakes
public static void applyFakes() -
realClassesFakedInBaseClassMustStillBeFakedHere
public void realClassesFakedInBaseClassMustStillBeFakedHere() -
realClassesFakedInOtherTestClassesMustNotBeFakedHere
public void realClassesFakedInOtherTestClassesMustNotBeFakedHere() -
useClassScopedFakeDefinedForThisClass
public void useClassScopedFakeDefinedForThisClass()
-