object PathAssertionsBuilder : PathAssertions
Delegates inter alia to the implementation of PathAssertions. In detail, it implements PathAssertions by delegating to pathAssertions which in turn delegates to the implementation via loadSingleService.
fun <T : Path> endsNotWith(expect: Expect<T>, expected: Path): Assertion |
|
fun <T : Path> endsWith(expect: Expect<T>, expected: Path): Assertion |
|
fun <T : Path> exists(expect: Expect<T>): Assertion |
|
fun <T : Path> existsNot(expect: Expect<T>): Assertion |
|
fun <T : Path> extension(expect: Expect<T>): ExtractedFeaturePostStep<T, String> |
|
fun <T : Path> fileName(expect: Expect<T>): ExtractedFeaturePostStep<T, String> |
|
fun <T : Path> fileNameWithoutExtension(expect: Expect<T>): ExtractedFeaturePostStep<T, String> |
|
fun <T : Path> hasSameBinaryContentAs(expect: Expect<T>, targetPath: Path): Assertion |
|
fun <T : Path> hasSameTextualContentAs(expect: Expect<T>, targetPath: Path, sourceCharset: Charset, targetCharset: Charset): Assertion |
|
fun <T : Path> isDirectory(expect: Expect<T>): Assertion |
|
fun <T : Path> isReadable(expect: Expect<T>): Assertion |
|
fun <T : Path> isRegularFile(expect: Expect<T>): Assertion |
|
fun <T : Path> isWritable(expect: Expect<T>): Assertion |
|
fun <T : Path> parent(expect: Expect<T>): ExtractedFeaturePostStep<T, Path> |
|
fun <T : Path> resolve(expect: Expect<T>, other: String): ExtractedFeaturePostStep<T, Path> |
|
fun <T : Path> startsNotWith(expect: Expect<T>, expected: Path): Assertion |
|
fun <T : Path> startsWith(expect: Expect<T>, expected: Path): Assertion |