@Deprecated
API use ch.tutteli.atrium.api.fluent.en_GB instead.
class
Parameter object to express a Group of identification lambdas. |
|
class
Parameter object to express a Group with a single identification lambda. |
|
data class |
|
data class
Parameter object to express a key/value Pair whose value type is a nullable lambda with an
Assert receiver, which means one can either pass a lambda or |
|
class |
|
class |
|
data class |
|
class |
|
data class
Represents a Group with a single value. |
|
class
Represents a Group of multiple values. |
val <T : Any> AssertionPlant<T>.and: AssertionPlant<T>
Can be used to separate assertions when using the fluent API. |
|
val <T : CharSequence> Assert<T>.
Creates a CharSequenceContains.Builder based on this AssertionPlant which allows to define
more sophisticated |
|
val <T : CharSequence> Assert<T>.
Creates a CharSequenceContains.Builder based on this AssertionPlant which allows to define
more sophisticated |
|
val <K : Any> Assert<Pair<K, *>>.
Creates an AssertionPlant for the Assert.subject's property first so that further fluent calls are assertions about it. |
|
val <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>.
Defines that the Iterable contains |
|
val <T : CharSequence> CharSequenceContains.Builder<T, NoOpSearchBehaviour>.
Defines that the v behaviour val <T : CharSequence> NotCheckerOption<T, NotSearchBehaviour>.
Defines that the search behaviour |
|
val <E, T : Iterable<E>> IterableContains.Builder<E, T, NoOpSearchBehaviour>.
Defines that the search behaviour "find entries |
|
val <E, T : Iterable<E>> IterableContains.Builder<E, T, NoOpSearchBehaviour>.
Defines that the search behaviour "find entries |
|
val <K : Any> Assert<Entry<K, *>>.
Creates an AssertionPlant for the Assert.subject's property key so that further fluent calls are assertions about it. |
|
val <K> Assert<Map<K, *>>.
Creates an AssertionPlant for the Assert.subject's property keys so that further fluent calls are assertions about it. |
|
val <E, T : Iterable<E>> IterableContains.Builder<E, T, InAnyOrderSearchBehaviour>.
Defines that the constraint " val <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderSearchBehaviour>.only: IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>
Defines that the constraint " |
|
val <V : Any> Assert<Pair<*, V>>.
Creates an AssertionPlant for the Assert.subject's property second so that further fluent calls are assertions about it. |
|
val Assert<Collection<*>>.
Creates an AssertionPlant for the Assert.subject's property size so that further fluent calls are assertions about it. |
|
val <V : Any> Assert<Entry<*, V>>.
Creates an AssertionPlant for the Assert.subject's property value so that further fluent calls are assertions about it. |
|
val <V> Assert<Map<*, V>>.
Creates an AssertionPlant for the Assert.subject's property values so that further fluent calls are assertions about it. |
|
val <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlyGroupedSearchBehaviour>.
A filler word to emphasis that the next step defines the order within expected groups of values. |
fun <E : Any, T : Iterable<E?>> Assert<T>.
Makes the assertion that the Assert.subject has at least one element and
that every element holds all assertions created by the assertionCreatorOrNull or that all elements are |
|
fun <E : Any, T : Iterable<E?>> Assert<T>. |
|
infix fun <T : Any> AssertionPlant<T>.and(assertionCreator: Assert<T>.() -> Unit): AssertionPlant<T>
Can be used to create a group of sub assertions when using the fluent API. |
|
fun <E : Any, T : Iterable<E?>> Assert<T>.
Makes the assertion that the Assert.subject contains an entry holding
the assertions created by assertionCreatorOrNull or an entry which is |
|
fun <E : Any, T : Iterable<E?>> Assert<T>. |
|
fun <K, V> Assert<Map<out K, V>>.
Turns fun <K, V> Assert<Map<out K, V>>.
Turns |
|
fun <E> Assert<Array<out E>>.
Turns fun <E> Assert<Array<out E>>.
Turns fun Assert<ByteArray>.
Turns fun Assert<ByteArray>.
Turns fun Assert<CharArray>.
Turns fun Assert<CharArray>.
Turns fun Assert<ShortArray>.
Turns fun Assert<ShortArray>.
Turns fun Assert<IntArray>.
Turns fun Assert<IntArray>.
Turns fun Assert<LongArray>.
Turns fun Assert<LongArray>.
Turns fun Assert<FloatArray>.
Turns fun Assert<FloatArray>.
Turns fun Assert<DoubleArray>.
Turns fun Assert<DoubleArray>.
Turns fun Assert<BooleanArray>.
Turns fun Assert<BooleanArray>.
Turns fun <E> Assert<Sequence<E>>.
Turns |
|
fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a fun <E, T : Iterable<E>, S : InAnyOrderSearchBehaviour> IterableContains.Builder<E, T, S>.
Restricts a |
|
fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a fun <E, T : Iterable<E>, S : InAnyOrderSearchBehaviour> IterableContains.Builder<E, T, S>.
Restricts a |
|
fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> AtLeastCheckerOption<T, S>.
Restricts a fun <E, T : Iterable<E>, S : InAnyOrderSearchBehaviour> AtLeastCheckerOption<E, T, S>.
Restricts a |
|
fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject contains expected's toString representation and the toString representation of the otherExpected (if given), using a non disjoint search. fun <E, T : Iterable<E>> Assert<T>.
c Makes the assertion that the Assert.subject contains the expected value and the otherExpected values (if given). fun <E : Any, T : Iterable<E?>> Assert<T>.
Makes the assertion that the Assert.subject contains an entry holding the
assertions created by assertionCreatorOrNull or an entry which is fun <E : Any, T : Iterable<E?>> Assert<T>.
Makes the assertion that the Assert.subject contains an entry holding the
assertions created by assertionCreatorOrNull or an entry which is fun <K, V, T : Map<out K, V>> Assert<T>.
Makes the assertion that the Assert.subject contains a key as defined by keyValuePair's Pair.first with a corresponding value as defined by keyValuePair's Pair.second -- optionally the same assertions are created for the otherPairs. fun <K, V : Any, T : Map<out K, V?>> Assert<T>.
Makes the assertion that the Assert.subject contains a key as defined by keyValue's KeyValue.key
with a corresponding value which either holds all assertions keyValue's
KeyValue.valueAssertionCreatorOrNull might create or needs to be |
|
fun <E, T : Iterable<E>> Assert<T>.
Makes the assertion that the Assert.subject contains only the expected value and the otherExpected values (if given) in the defined order. fun <E : Any, T : Iterable<E?>> Assert<T>.
Makes the assertion that the Assert.subject contains only an entry holding
the assertions created by assertionCreatorOrNull or only one entry which is fun <E : Any, T : Iterable<E?>> Assert<T>.
Makes the assertion that the Assert.subject contains only an entry holding
the assertions created by assertionCreatorOrNull or |
|
fun <K> Assert<Map<out K, *>>.
Makes the assertion that the Assert.subject contains the given key. |
|
fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject does not contain expected's toString representation and neither one of the otherExpected's toString representation (if given). fun <E, T : Iterable<E>> Assert<T>.
Makes the assertion that the Assert.subject does not contain the expected value and neither one of the otherExpected values (if given). |
|
fun <K> Assert<Map<out K, *>>.
Makes the assertion that the Assert.subject does not contain the given key. |
|
fun <E : Any, T : Iterable<E?>> Assert<T>. |
|
fun <E : Any, T : Iterable<E?>> Assert<T>. |
|
fun <E, T : Iterable<E>> Assert<T>. |
|
fun <E, T : Iterable<E>> Assert<T>. |
|
fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject contains a sequence which matches the given regular expression pattern as well as the otherPatterns (if given), using a non disjoint search. |
|
fun <E : Any, T : Iterable<E>> Assert<T>. fun <E : Any, T : Iterable<E>> Assert<T>. |
|
fun <E : Any, T : Iterable<E?>> Assert<T>. |
|
fun <E : Any, T : Iterable<E?>> Assert<T>. |
|
fun <E, T : Iterable<E>> Assert<T>. |
|
fun <E, T : Iterable<E>> Assert<T>. |
|
fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject does not end with expected. |
|
fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject ends with expected. |
|
fun <E : Any, T : Iterable<E?>> IterableContains.CheckerOption<E?, T, InAnyOrderSearchBehaviour>.
Finishes the specification of the sophisticated fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InAnyOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated |
|
fun <E : Any, T : Iterable<E?>> IterableContains.CheckerOption<E?, T, InAnyOrderSearchBehaviour>.
Finishes the specification of the sophisticated fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InAnyOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated |
|
fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a fun <E, T : Iterable<E>, S : InAnyOrderSearchBehaviour> IterableContains.Builder<E, T, S>.
Restricts a |
|
fun <K : Any, V> Assert<Pair<K, V>>.
Makes the assertion that the Assert.subject's property first holds all assertions the given assertionCreator might create for it. |
|
fun <E : Any, T : List<E>> Assert<T>.
Makes the assertion that the given index is within the bounds of Assert.subject, creates a feature assertion plant for the corresponding element and returns the newly created plant. fun <E : Any, T : List<E>> Assert<T>.
Makes the assertion that the given index is within the bounds of Assert.subject and that the corresponding element holds all assertions the given assertionCreator might create for it. |
|
fun <K, V : Any, T : Map<out K, V>> Assert<T>.
Makes the assertion that the Assert.subject contains the given key, creates a feature assertion plant for the corresponding value and returns the newly created plant. fun <K, V : Any, T : Map<out K, V>> Assert<T>.
Makes the assertion that the Assert.subject contains the given key and that the corresponding value holds all assertions the given assertionCreator might create for it. |
|
fun <T : Collection<*>> Assert<T>.
Makes the assertion that the Assert.subject's Collection.size is size. |
|
fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlyGroupedWithinSearchBehaviour>.
Finishes the specification of the sophisticated fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InOrderOnlyGroupedWithinSearchBehaviour>.
Finishes the specification of the sophisticated fun <E : Any, T : Iterable<E>> fun <E, T : Iterable<E>> fun <E : Any, T : Iterable<E>> fun <E : Any, T : Iterable<E?>> |
|
fun <TSub : Any> Assert<Any>.
Makes the assertion that the Assert.subject is a TSub (the same type or a sub-type) and if so, uses assertionCreator which could create further assertions which are added as a group. |
|
fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject CharSequence.kotlin.text.isEmpty. |
|
fun <T : BigDecimal> Assert<T>.
Makes the assertion that the Assert.subject is equal to expected including BigDecimal.scale. |
|
fun <T : Comparable<T>> Assert<T>.
Makes the assertion that the Assert.subject is greater than or equals expected. |
|
fun <T : Comparable<T>> Assert<T>.
Makes the assertion that the Assert.subject is greater than expected. |
|
fun <K : Any, V : Any> Assert<Entry<K, V>>.
Makes the assertion that the Assert.subject's Map.Entry.key is (equal to) the given key and Map.Entry.value is value. |
|
fun <T : Comparable<T>> Assert<T>.
Makes the assertion that the Assert.subject is less than or equals expected. |
|
fun <T : Comparable<T>> Assert<T>.
Makes the assertion that the Assert.subject is less than expected. |
|
fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject CharSequence.kotlin.text.isNotBlank. |
|
fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject CharSequence.kotlin.text.isNotEmpty. |
|
fun <T : BigDecimal> Assert<T>.
Makes the assertion that the Assert.subject is not equal to expected including BigDecimal.scale. |
|
fun <T : BigDecimal> Assert<T>.
Makes the assertion that the Assert.subject is not numerically equal to expected. |
|
fun <T : Any> Assert<T>.
Makes the assertion that the Assert.subject is not the same instance as expected. |
|
fun <T : BigDecimal> Assert<T>.
Makes the assertion that the Assert.subject is numerically equal to expected. |
|
fun <T : Any> Assert<T>.
Makes the assertion that the Assert.subject is the same instance as expected. |
|
fun <K : Any, V> Assert<Entry<K, V>>.
Makes the assertion that the Assert.subject's property key holds all assertions the given assertionCreator might create for it. |
|
fun <K, V, T : Map<K, V>> Assert<T>.
Makes the assertion that the Assert.subject's property keys holds all assertions the given assertionCreator might create for it. |
|
fun <T : Throwable> Assert<T>.
Creates an AssertionPlantNullable for the message of the plant's subject (which is a Throwable) and makes the assertion that message notToBeNull and uses assertionCreator which might create further Assertions which are lazily evaluated at the end. |
|
fun <T : Throwable> Assert<T>.
Creates the assertion that the Throwable's message is not null (see message) contains expected's toString representation and the toString representation of the otherExpected (if given), using a non disjoint search. |
|
fun <E : Any, T : Iterable<E?>> Assert<T>.
Makes the assertion that the Assert.subject does not contain a single entry
which holds all assertions created by assertionCreatorOrNull or does not contain a single entry which is |
|
fun <E : Any, T : Iterable<E?>> Assert<T>. |
|
fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a fun <E, T : Iterable<E>, S : InAnyOrderSearchBehaviour> IterableContains.Builder<E, T, S>.
Restricts a |
|
fun <T : Any> Assert<T>.
Makes the assertion that the Assert.subject is not (equal to) expected. |
|
fun <T : Any> AssertionPlantNullable<T?>.
Makes the assertion that AssertionPlantNullable.subject is not null and if so, uses assertionCreator which could create further assertions which are added as a group. |
|
fun <T : BigDecimal> AssertionPlantNullable<T?>. |
|
fun ThrowableThrown.Builder.
Makes the assertion that no Throwable is thrown at all. |
|
fun <E : Any, T : Iterable<E?>> IterableContains.CheckerOption<E?, T, InAnyOrderSearchBehaviour>. fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InAnyOrderOnlySearchBehaviour>. fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InOrderOnlySearchBehaviour>. |
|
infix fun <E : Any, T : Iterable<E?>> IterableContains.CheckerOption<E?, T, InAnyOrderSearchBehaviour>. infix fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InAnyOrderOnlySearchBehaviour>. infix fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InOrderOnlySearchBehaviour>. |
|
infix fun <E, T : Iterable<E>> IterableContains.CheckerOption<E, T, InAnyOrderSearchBehaviour>. infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InAnyOrderOnlySearchBehaviour>. infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>. |
|
fun <E, T : Iterable<E>> IterableContains.CheckerOption<E, T, InAnyOrderSearchBehaviour>. fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InAnyOrderOnlySearchBehaviour>. fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>. |
|
fun <T : Any, TProperty : Any> Assert<T>. fun <T : Any, TProperty : Any> Assert<T>.
Creates an AssertionPlant for the given property which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the given property, to the current plant. fun <T : Any, TProperty : Any> CollectingAssertionPlant<T>. fun <T : Any, TProperty : Any> CollectingAssertionPlant<T>. fun <T : Any, TProperty : Any> Assert<T>. fun <T : Any, TProperty : Any> Assert<T>.
Creates an AssertionPlant for the given property which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the given property, to the current plant -- starting with a group consisting of the Assertions created by the assertionCreator lambda. |
|
fun <T : CharSequence> CharSequenceContains.CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated fun <T : CharSequence> CharSequenceContains.CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
fun <T : Any, R : Any> Assert<T>. fun <T : Any, R : Any> Assert<T>.
Creates an AssertionPlant, for the value returned by calling method, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant. fun <T : Any, R : Any> CollectingAssertionPlant<T>. fun <T : Any, R : Any> CollectingAssertionPlant<T>. fun <T : Any, T1, R : Any> CollectingAssertionPlant<T>. fun <T : Any, T1, R : Any> CollectingAssertionPlant<T>. fun <T : Any, T1, T2, R : Any> CollectingAssertionPlant<T>. fun <T : Any, T1, T2, R : Any> CollectingAssertionPlant<T>. fun <T : Any, T1, T2, T3, R : Any> CollectingAssertionPlant<T>. fun <T : Any, T1, T2, T3, R : Any> CollectingAssertionPlant<T>. fun <T : Any, T1, T2, T3, T4, R : Any> CollectingAssertionPlant<T>. fun <T : Any, T1, T2, T3, T4, R : Any> CollectingAssertionPlant<T>. fun <T : Any, T1, T2, T3, T4, T5, R : Any> CollectingAssertionPlant<T>. fun <T : Any, T1, T2, T3, T4, T5, R : Any> CollectingAssertionPlant<T>. fun <T : Any, R : Any> Assert<T>. fun <T : Any, R : Any> Assert<T>.
Creates an AssertionPlant, for the value returned by calling method, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant -- starting with a group consisting of the Assertions created by the assertionCreator lambda. fun <T : Any, T1, R : Any> Assert<T>. fun <T : Any, T1, R : Any> Assert<T>.returnValueOf(method: KFunction2<T, T1, R>, arg1: T1): AssertionPlant<R>
Creates an AssertionPlant, for the value returned by calling method with arg1, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant. fun <T : Any, T1, R : Any> Assert<T>. fun <T : Any, T1, R : Any> Assert<T>.
Creates an AssertionPlant, for the value returned by calling method with arg1, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant -- starting with a group consisting of the Assertions created by the assertionCreator lambda. fun <T : Any, T1, T2, R : Any> Assert<T>. fun <T : Any, T1, T2, R : Any> Assert<T>.
Creates an AssertionPlant, for the value returned by calling method with arg1 and arg2, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant. fun <T : Any, T1, T2, R : Any> Assert<T>. fun <T : Any, T1, T2, R : Any> Assert<T>.
Creates an AssertionPlant, for the value returned by calling method with arg1 and arg2, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant -- starting with a group consisting of the Assertions created by the assertionCreator lambda. fun <T : Any, T1, T2, T3, R : Any> Assert<T>. fun <T : Any, T1, T2, T3, R : Any> Assert<T>.
Creates an AssertionPlant, for the value returned by calling method with arg1, arg2 and arg3, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant. fun <T : Any, T1, T2, T3, R : Any> Assert<T>. fun <T : Any, T1, T2, T3, R : Any> Assert<T>.
Creates an AssertionPlant, for the value returned by calling method with arg1, arg2 and arg3, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant -- starting with a group consisting of the Assertions created by the assertionCreator lambda. fun <T : Any, T1, T2, T3, T4, R : Any> Assert<T>. fun <T : Any, T1, T2, T3, T4, R : Any> Assert<T>.
Creates an AssertionPlant, for the value returned by calling method with arg1, arg2, arg3 and arg4, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant. fun <T : Any, T1, T2, T3, T4, R : Any> Assert<T>. fun <T : Any, T1, T2, T3, T4, R : Any> Assert<T>.
Creates an AssertionPlant, for the value returned by calling method with arg1, arg2, arg3 and arg4, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant -- starting with a group consisting of the Assertions created by the assertionCreator lambda. fun <T : Any, T1, T2, T3, T4, T5, R : Any> Assert<T>. fun <T : Any, T1, T2, T3, T4, T5, R : Any> Assert<T>.
Creates an AssertionPlant, for the value returned by calling method with arg1, arg2, arg3, arg4 and arg5, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant. fun <T : Any, T1, T2, T3, T4, T5, R : Any> Assert<T>. fun <T : Any, T1, T2, T3, T4, T5, R : Any> Assert<T>.
Creates an AssertionPlant, for the value returned by calling method with arg1, arg2, arg3, arg4 and arg5, which eventually adds AssertionGroups with a FeatureAssertionGroupType, containing the assertions created for the return value, to the current plant -- starting with a group consisting of the Assertions created by the assertionCreator lambda. |
|
fun <K, V : Any> Assert<Pair<K, V>>.
Makes the assertion that the Assert.subject's property second holds all assertions the given assertionCreator might create for it. |
|
fun <E, T : Collection<E>> Assert<T>.
Makes the assertion that the Assert.subject's property size holds all assertions the given assertionCreator might create for it. |
|
fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject does not start with expected. |
|
fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject starts with expected. |
|
fun <T : Any> Assert<T>.
Makes the assertion that the Assert.subject is (equal to) expected. fun <T : Any> AssertionPlantNullable<T?>.
Makes the assertion that the Assert.subject is expected. fun <T> |
|
fun <T : Any> AssertionPlantNullable<T?>.
Makes the assertion that the Assert.subject is either |
|
fun Assert<Float>. fun Assert<Double>. fun Assert<BigDecimal>.
Makes the assertion that the Assert.subject is equal to expected with an error tolerance (range including bounds). |
|
fun <TExpected : Throwable> ThrowableThrown.Builder.
Makes the assertion that the thrown Throwable is of type TExpected and holds all assertions the assertionCreator might create in addition. |
|
fun <T : CharSequence> CharSequenceContains.CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated fun <T : CharSequence> CharSequenceContains.CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated fun <E, T : Iterable<E>> IterableContains.CheckerOption<E, T, InAnyOrderSearchBehaviour>.
Finishes the specification of the sophisticated fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InAnyOrderOnlySearchBehaviour>. fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated fun <K, V : Any> Assert<Entry<K, V>>.
Makes the assertion that the Assert.subject's property value holds all assertions the given assertionCreator might create for it. |
|
fun <T : CharSequence> CharSequenceContains.CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated fun <T : CharSequence> CharSequenceContains.CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated fun <E, T : Iterable<E>> IterableContains.CheckerOption<E, T, InAnyOrderSearchBehaviour>.
Finishes the specification of the sophisticated fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InAnyOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated fun <K, V, T : Map<K, V>> Assert<T>.
Makes the assertion that the Assert.subject's property values holds all assertions the given assertionCreator might create for it. |