Package jetbrains.buildServer.util
Class TestFiles
- java.lang.Object
-
- jetbrains.buildServer.util.TestFiles
-
public class TestFiles extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringTOP_FOLDER
-
Constructor Summary
Constructors Constructor Description TestFiles()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterTestCleanup()voidcopy(Path from, Path to)PathgetProjectDir(String... sub)static PathgetRootPath()PathgetTestData(String projectMarker)FilegetTestDataFile(String projectMarker, String... sub)PathgetTestDataPath(String projectMarker, String... sub)PathgetTestFile(String resourceLocation)URIgetTestURI(String resourceLocation)URLgetURL(String resourceLocation)
-
-
-
Field Detail
-
TOP_FOLDER
public static final String TOP_FOLDER
- See Also:
- Constant Field Values
-
-
Method Detail
-
afterTestCleanup
public void afterTestCleanup()
-
copy
public void copy(Path from, Path to) throws IOException
- Throws:
IOException
-
getRootPath
public static Path getRootPath()
-
-