Contains an API for types introduced with jdk8 - @Deprecated
though as it was merged into ch.tutteli.atrium.api.fluent.en_GB.
val <T : LocalDate> Expect<T>.
Creates an Expect for the property LocalDate.dayOfMonth of the subject of the assertion, so that further fluent calls are assertions about it. |
|
val <T : LocalDate> Expect<T>.
Creates an Expect for the property LocalDate.getDayOfWeek of the subject of the assertion, so that further fluent calls are assertions about it. |
|
val <T : Path> Expect<T>.
Creates an Expect for the property Path.extension (provided via niok) of the subject of the assertion, so that further fluent calls are assertions about it. |
|
val <T : Path> Expect<T>.
Creates an Expect for the property Path.fileNameAsString (provided via niok) of the subject of the assertion, so that further fluent calls are assertions about it. |
|
val <T : Path> Expect<T>.
Creates an Expect for the property Path.fileNameWithoutExtension (provided via niok) of the subject of the assertion, so that further fluent calls are assertions about it. |
|
val <T : LocalDate> Expect<T>.
Creates an Expect for the property LocalDate.monthValue of the subject of the assertion, so that further fluent calls are assertions about it. |
|
val <T : Path> Expect<T>.
Expects that this Path has a parent and creates an Expect for it, so that further fluent calls are assertions about it. |
|
val <T : LocalDate> Expect<T>.
Creates an Expect for the property LocalDate.year of the subject of the assertion, so that further fluent calls are assertions about it. |
fun <T : File> Expect<T>.
Turns fun <T : File> Expect<T>.
Expects that the subject of the assertion holds all assertions the given assertionCreator creates for the subject as Path. |
|
fun <T : LocalDate> Expect<T>.
Expects that the property LocalDate.dayOfMonth of the subject of the assertion holds all assertions the given assertionCreator creates for it and returns an Expect for the current subject of the assertion. |
|
fun <T : LocalDate> Expect<T>.
Expects that the property LocalDate.getDayOfWeek of the subject of the assertion holds all assertions the given assertionCreator creates for it and returns an Expect for the current subject of the assertion. |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) does not end with the expected Path; |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) ends with the expected Path. |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) exists; meaning that there is a file system entry at the location the Path points to. |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) does not exist; meaning that there is no file system entry at the location the Path points to. |
|
fun <T : Path> Expect<T>.
Expects that the property Path.extension (provided via niok) of the subject of the assertion holds all assertions the given assertionCreator creates for it and returns an Expect for the current subject of the assertion. |
|
fun <T : Path> Expect<T>.
Expects that the property Path.fileNameAsString (provided via niok) of the subject of the assertion holds all assertions the given assertionCreator creates for it and returns an Expect for the current subject of the assertion. |
|
fun <T : Path> Expect<T>.
Expects that the property Path.fileNameWithoutExtension (provided via niok) of the subject of the assertion holds all assertions the given assertionCreator creates for it and returns an Expect for the current subject of the assertion. |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) has the same binary content as targetPath. |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) has the same textual content as targetPath. |
|
fun <T : ChronoLocalDate> Expect<T>.
Expects that the subject of the assertion (a ChronoLocalDate) is after the expected. fun <T : ChronoLocalDateTime<out ChronoLocalDate>> Expect<T>.
Expects that the subject of the assertion (a ChronoLocalDateTime) is after the expected. fun <T : ChronoZonedDateTime<out ChronoLocalDate>> Expect<T>.
Expects that the subject of the assertion (a ChronoZonedDateTime) is after the expected. |
|
fun <T : ChronoLocalDate> Expect<T>.
Expects that the subject of the assertion (a ChronoLocalDate) is after or equal the expected. fun <T : ChronoLocalDateTime<out ChronoLocalDate>> Expect<T>.
Expects that the subject of the assertion (a ChronoLocalDateTime) is after or equal the expected. fun <T : ChronoZonedDateTime<out ChronoLocalDate>> Expect<T>.
Expects that the subject of the assertion (a ChronoZonedDateTime) is after or equal the expected. |
|
fun <T : ChronoLocalDate> Expect<T>.
Expects that the subject of the assertion (a ChronoLocalDate) is before the expected. fun <T : ChronoLocalDateTime<out ChronoLocalDate>> Expect<T>.
Expects that the subject of the assertion (a ChronoLocalDateTime) is before the expected. fun <T : ChronoZonedDateTime<out ChronoLocalDate>> Expect<T>.
Expects that the subject of the assertion (a ChronoZonedDateTime) is before the expected. |
|
fun <T : ChronoLocalDate> Expect<T>.
Expects that the subject of the assertion (a ChronoLocalDate) is before or equal the expected. fun <T : ChronoLocalDateTime<out ChronoLocalDate>> Expect<T>.
Expects that the subject of the assertion (a ChronoLocalDateTime) is before or equal the expected. fun <T : ChronoZonedDateTime<out ChronoLocalDate>> Expect<T>.
Expects that the subject of the assertion (a ChronoZonedDateTime) is before or equals the expected. |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) is a directory; meaning that there is a file system entry at the location the Path points to and that is a directory. |
|
fun <T : Optional<*>> Expect<T>.
Expects that the subject of the assertion (an Optional) is empty (not present). |
|
fun <T : ChronoLocalDate> Expect<T>.
Expects that the subject of the assertion (a ChronoLocalDate) is equal to the expected. fun <T : ChronoLocalDateTime<out ChronoLocalDate>> Expect<T>.
Expects that the subject of the assertion (a ChronoLocalDateTime) is equal to the expected. fun <T : ChronoZonedDateTime<out ChronoLocalDate>> Expect<T>.
Expects that the subject of the assertion (a ChronoZonedDateTime) is equal to the expected. |
|
fun <E, T : Optional<E>> Expect<T>.
Expects that the subject of the assertion (an Optional) is present and returns an Expect for the inner type E. fun <E, T : Optional<E>> Expect<T>.
Expects that the subject of the assertion (an Optional) is present and that it holds all assertions the given assertionCreator creates. |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) is readable; meaning that there is a file system entry at the location the Path points to and that the current thread has the permission to read from it. |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) is a file; meaning that there is a file system entry at the location the Path points to and that is a regular file. |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) is writable; meaning that there is a file system entry at the location the Path points to and that the current thread has the permission to write to it. |
|
fun <T : LocalDate> Expect<T>.
Expects that the property LocalDate.monthValue of the subject of the assertion holds all assertions the given assertionCreator creates for it and returns an Expect for the current subject of the assertion. |
|
fun <T : Path> Expect<T>.
Expects that this Path has a parent, that the parent holds all assertions the given assertionCreator creates for it and returns an Expect for the current subject of the assertion. |
|
fun <T : Path> Expect<T>.
Expects that other resolves against this Path and creates an Expect for the resolved Path so that further fluent calls are assertions about it. fun <T : Path> Expect<T>.
Expects that other resolves against this Path, that the resolved Path holds all assertions the given assertionCreator creates for it and returns an Expect for the current subject of the assertion. |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) does not start with the expected. |
|
fun <T : Path> Expect<T>.
Expects that the subject of the assertion (a Path) starts with the expected. |
|
fun <T : LocalDate> Expect<T>.
Expects that the property LocalDate.yearof the subject of the assertion holds all assertions the given assertionCreator creates for it and returns an Expect for the current subject of the assertion. |