Constructor and Description |
---|
TestUtil() |
Modifier and Type | Method and Description |
---|---|
static LoginCredentials |
getAnonymousFTP_Credentials() |
static File |
getGradleProjectRootDir()
Locates the project root directory by searching for the build.gradle file.
|
static File |
getRsrcFile(String inResourcePath,
Class inReferenceClass) |
static InputStream |
getRsrcStream(String inResourcePath,
Class inReferenceClass) |
static File |
getTestOutputDir()
Returns the directory that should be used for test output.
|
public TestUtil()
public static InputStream getRsrcStream(String inResourcePath, Class inReferenceClass) throws IOException
IOException
public static File getRsrcFile(String inResourcePath, Class inReferenceClass) throws IOException
IOException
public static LoginCredentials getAnonymousFTP_Credentials()
public static File getGradleProjectRootDir()
public static File getTestOutputDir()