public class TestsCache
| Modifier and Type | Class and Description |
|---|---|
static class |
TestsCache.Companion |
| Modifier and Type | Field and Description |
|---|---|
static TestsCache.Companion |
Companion |
| Constructor and Description |
|---|
TestsCache(TestFileService testFileService,
TestResolver testResolver,
WarningService warningService,
kotlin.jvm.functions.Function0<com.testerum.file_service.caches.resolved.StepsCache> getStepsCache) |
| Modifier and Type | Method and Description |
|---|---|
com.testerum.model.infrastructure.path.Path |
copyFeatureOrFile(com.testerum.model.infrastructure.path.Path sourcePath,
com.testerum.model.infrastructure.path.Path destinationPath) |
void |
deleteTest(com.testerum.model.infrastructure.path.Path path) |
void |
directoryWasRenamed(com.testerum.model.infrastructure.path.Path oldPath,
com.testerum.model.infrastructure.path.Path newPath) |
void |
featureWasDeleted() |
java.util.Collection<com.testerum.model.test.TestModel> |
getAllTests() |
com.testerum.model.test.TestModel |
getTestAtPath(com.testerum.model.infrastructure.path.Path path) |
java.util.List<com.testerum.model.test.TestModel> |
getTestsForPaths(java.util.List<com.testerum.model.infrastructure.path.Path> testOrDirectoryPaths) |
void |
initialize(java.nio.file.Path testsDir,
java.nio.file.Path resourcesDir) |
com.testerum.model.infrastructure.path.Path |
moveFeatureOrFile(com.testerum.model.infrastructure.path.Path sourcePath,
com.testerum.model.infrastructure.path.Path destinationPath) |
com.testerum.model.test.TestModel |
save(com.testerum.model.test.TestModel test) |
public static TestsCache.Companion Companion
public TestsCache(@NotNull
TestFileService testFileService,
@NotNull
TestResolver testResolver,
@NotNull
WarningService warningService,
@NotNull
kotlin.jvm.functions.Function0<com.testerum.file_service.caches.resolved.StepsCache> getStepsCache)
public void initialize(@NotNull
java.nio.file.Path testsDir,
@NotNull
java.nio.file.Path resourcesDir)
@NotNull public java.util.Collection<com.testerum.model.test.TestModel> getAllTests()
@Nullable
public com.testerum.model.test.TestModel getTestAtPath(@NotNull
com.testerum.model.infrastructure.path.Path path)
@NotNull
public java.util.List<com.testerum.model.test.TestModel> getTestsForPaths(@NotNull
java.util.List<com.testerum.model.infrastructure.path.Path> testOrDirectoryPaths)
public void directoryWasRenamed(@NotNull
com.testerum.model.infrastructure.path.Path oldPath,
@NotNull
com.testerum.model.infrastructure.path.Path newPath)
@NotNull
public com.testerum.model.test.TestModel save(@NotNull
com.testerum.model.test.TestModel test)
public void deleteTest(@NotNull
com.testerum.model.infrastructure.path.Path path)
@NotNull
public com.testerum.model.infrastructure.path.Path moveFeatureOrFile(@NotNull
com.testerum.model.infrastructure.path.Path sourcePath,
@NotNull
com.testerum.model.infrastructure.path.Path destinationPath)
@NotNull
public com.testerum.model.infrastructure.path.Path copyFeatureOrFile(@NotNull
com.testerum.model.infrastructure.path.Path sourcePath,
@NotNull
com.testerum.model.infrastructure.path.Path destinationPath)
public void featureWasDeleted()