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 String
TOP_FOLDER
-
Constructor Summary
Constructors Constructor Description TestFiles()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterTestCleanup()
void
copy(Path from, Path to)
Path
getProjectDir(String... sub)
static Path
getRootPath()
Path
getTestData(String projectMarker)
File
getTestDataFile(String projectMarker, String... sub)
Path
getTestDataPath(String projectMarker, String... sub)
Path
getTestFile(String resourceLocation)
URI
getTestURI(String resourceLocation)
URL
getURL(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()
-
-