public class TestRosterFileScanner extends Object
| Constructor and Description |
|---|
TestRosterFileScanner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
backdateFile(File file) |
void |
getDeploymentUnitsIsEmptyBeforeScan() |
void |
isKnownRosterFileFormatFalseForUnsuffixed() |
void |
isKnownRosterFileFormatTrueForList() |
void |
removeDoesNotFail() |
void |
scanAfterFileUpdateYieldsNewUnits() |
void |
scanAfterResetReturnsDeploymentUnits() |
void |
scanAndGetDeploymentUnitsWithAbsolutePaths() |
void |
scanAndGetDeploymentUnitsWithRelativePaths() |
void |
scanOfMissingFileIsEmpty() |
void |
setUp() |
void |
tearDown() |
static List<File> |
writeRosterFile(File rosterFile,
String... paths) |
public void scanOfMissingFileIsEmpty()
public void scanAndGetDeploymentUnitsWithAbsolutePaths()
throws Exception
Exceptionpublic void scanAndGetDeploymentUnitsWithRelativePaths()
throws Exception
Exceptionpublic void getDeploymentUnitsIsEmptyBeforeScan()
public void scanAfterResetReturnsDeploymentUnits()
throws Exception
Exceptionpublic void scanAfterFileUpdateYieldsNewUnits()
throws Exception
Exceptionpublic void removeDoesNotFail()
public void isKnownRosterFileFormatTrueForList()
public void isKnownRosterFileFormatFalseForUnsuffixed()
public static List<File> writeRosterFile(File rosterFile, String... paths) throws IOException
IOExceptionCopyright © 2019 Atlassian. All rights reserved.