Package com.attivio.sdk.test
Class SdkRule
- java.lang.Object
-
- com.attivio.sdk.test.SdkRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
- Direct Known Subclasses:
ZooRule
public class SdkRule extends java.lang.Object implements org.junit.rules.TestRule
Initializes logging and creates a publicTemporaryFolder
field tmp.
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.TemporaryFolder
tmp
-
Constructor Summary
Constructors Constructor Description SdkRule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
static void
initializeLogging()
-