Package com.helger.scope.mock
Class ScopeTestRule
- java.lang.Object
-
- org.junit.rules.ExternalResource
-
- com.helger.scope.mock.ScopeTestRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class ScopeTestRule extends org.junit.rules.ExternalResourceSpecial JUnit test rule to initialize scopes correctly.- Author:
- Philip Helger
-
-
Field Summary
Fields Modifier and Type Field Description static FileSTORAGE_PATH
-
Constructor Summary
Constructors Constructor Description ScopeTestRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafter()voidbefore()
-
-
-
Field Detail
-
STORAGE_PATH
public static final File STORAGE_PATH
-
-