- java.lang.Object
-
- org.junit.rules.ExternalResource
-
- org.junit.rules.TemporaryFolder
-
- org.mule.tck.junit4.rule.SystemPropertyTemporaryFolder
-
- All Implemented Interfaces:
- org.junit.rules.TestRule
public class SystemPropertyTemporaryFolder
extends org.junit.rules.TemporaryFolder
Sets up a temporary folder that is also set as a system property before a test and guaranties to tear it down afterward.
-
-
Method Summary
-
Methods inherited from class org.junit.rules.TemporaryFolder
create, delete, getRoot, newFile, newFile, newFolder, newFolder, newFolder
-
Methods inherited from class org.junit.rules.ExternalResource
apply
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
after
protected void after()
- Overrides:
after in class org.junit.rules.TemporaryFolder
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.