public class TestFileService
| Modifier and Type | Class and Description |
|---|---|
static class |
TestFileService.Companion |
| Modifier and Type | Field and Description |
|---|---|
static TestFileService.Companion |
Companion |
| Constructor and Description |
|---|
TestFileService(FileToBusinessTestMapper fileToBusinessTestMapper,
BusinessToFileTestMapper businessToFileTestMapper) |
| Modifier and Type | Method and Description |
|---|---|
com.testerum.model.infrastructure.path.Path |
copyFeatureOrTest(com.testerum.model.infrastructure.path.Path sourcePath,
com.testerum.model.infrastructure.path.Path destinationPath,
java.nio.file.Path testsDir) |
void |
deleteTest(com.testerum.model.infrastructure.path.Path path,
java.nio.file.Path testsDir) |
java.util.List<com.testerum.model.test.TestModel> |
getAllTests(java.nio.file.Path testsDir) |
com.testerum.model.infrastructure.path.Path |
moveFeatureOrTest(com.testerum.model.infrastructure.path.Path sourcePath,
com.testerum.model.infrastructure.path.Path destinationPath,
java.nio.file.Path testsDir) |
com.testerum.model.test.TestModel |
save(com.testerum.model.test.TestModel test,
java.nio.file.Path testsDir) |
public static TestFileService.Companion Companion
public TestFileService(@NotNull
FileToBusinessTestMapper fileToBusinessTestMapper,
@NotNull
BusinessToFileTestMapper businessToFileTestMapper)
@NotNull
public java.util.List<com.testerum.model.test.TestModel> getAllTests(@NotNull
java.nio.file.Path testsDir)
@NotNull
public com.testerum.model.test.TestModel save(@NotNull
com.testerum.model.test.TestModel test,
@NotNull
java.nio.file.Path testsDir)
public void deleteTest(@NotNull
com.testerum.model.infrastructure.path.Path path,
@NotNull
java.nio.file.Path testsDir)
@NotNull
public com.testerum.model.infrastructure.path.Path moveFeatureOrTest(@NotNull
com.testerum.model.infrastructure.path.Path sourcePath,
@NotNull
com.testerum.model.infrastructure.path.Path destinationPath,
@NotNull
java.nio.file.Path testsDir)
@NotNull
public com.testerum.model.infrastructure.path.Path copyFeatureOrTest(@NotNull
com.testerum.model.infrastructure.path.Path sourcePath,
@NotNull
com.testerum.model.infrastructure.path.Path destinationPath,
@NotNull
java.nio.file.Path testsDir)