Package mockit.integration.junit4
Class JUnit4DecoratorTest
java.lang.Object
mockit.integration.junit4.BaseJUnit4DecoratorTest
mockit.integration.junit4.JUnit4DecoratorTest
-
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 TypeMethodDescriptionvoid
static void
static void
void
void
void
void
Methods inherited from class mockit.integration.junit4.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()
-