@Depreacted
API use ch.tutteli.atrium.api.infix.en_GB instead.
class
Parameter object to express |
|
class
Parameter object to express a Group of identification lambdas. |
|
class
Parameter object to express a Group with a single identification lambda. |
|
data class
Wrapper for a single index -- can be used as distinguishable type for an overload where Int is already in use. |
|
data class
Wrapper for a single key -- can be used as distinguishable type for an overload where K is already in use. |
|
data class |
|
data class
Parameter object to express a key/value Pair whose value type is a lambda with an
Assert receiver, which means one can either pass a lambda or |
|
class |
|
class |
|
data class |
|
class |
|
class
Parameter object to express |
|
class
Parameter object to express |
|
class
Parameter object to express |
|
data class
Represents a Group with a single value. |
|
class
Represents a Group of multiple values. |
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 <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, V> Assert<Map<out K, V>>.
Creates an AssertionPlant for the Assert.subject's property keys so that further fluent calls are assertions about it. |
|
val <T : Any> Assert<T>.
Inline property referring actually to |
|
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 <K, V> Assert<Map<out K, V>>.
Creates an AssertionPlant for the Assert.subject's property values so that further fluent calls are assertions about it. |
infix 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 infix 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. infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderSearchBehaviour>.
Defines that the constraint " |
|
infix fun <E : Any, T : Iterable<E?>> Assert<T>.
Makes the assertion that the Assert.subject contains an entry holding
the assertions created by the assertionCreatorOrNull or an entry
which is infix fun <E : Any, T : Iterable<E?>> Assert<T>. |
|
fun <K, V> Assert<Map<out K, V>>.asEntries(): Assert<Set<Entry<K, V>>>
Turns infix fun <K, V> Assert<Map<out K, V>>.asEntries(assertionCreator: Assert<Set<Entry<K, V>>>.() -> Unit): Assert<Set<Entry<K, V>>>
Turns |
|
fun <E> Assert<Array<out E>>.
Turns infix fun <E> Assert<Array<out E>>.
Turns fun Assert<ByteArray>.
Turns infix fun Assert<ByteArray>.
Turns fun Assert<CharArray>.
Turns infix fun Assert<CharArray>.
Turns fun Assert<ShortArray>.
Turns infix fun Assert<ShortArray>.
Turns fun Assert<IntArray>.
Turns infix fun Assert<IntArray>.
Turns fun Assert<LongArray>.
Turns infix fun Assert<LongArray>.
Turns fun Assert<FloatArray>.
Turns infix fun Assert<FloatArray>.
Turns fun Assert<DoubleArray>.
Turns infix fun Assert<DoubleArray>.
Turns fun Assert<BooleanArray>.
Turns infix fun Assert<BooleanArray>.
Turns fun <E> Assert<Sequence<E>>.
Turns |
|
infix fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a infix fun <E, T : Iterable<E>, S : InAnyOrderSearchBehaviour> IterableContains.Builder<E, T, S>.
Restricts a |
|
infix fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a infix fun <E, T : Iterable<E>, S : InAnyOrderSearchBehaviour> IterableContains.Builder<E, T, S>.
Restricts a |
|
infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InAnyOrderSearchBehaviour>.
Defines that the constraint " |
|
infix fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> AtLeastCheckerOption<T, S>.
Restricts a infix fun <E, T : Iterable<E>, S : InAnyOrderSearchBehaviour> AtLeastCheckerOption<E, T, S>.
Restricts a |
|
infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject contains the toString representation of the given expected using a non disjoint search. infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject contains the given values representation using a non disjoint search. infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject contains a sequence which matches the given patterns using a non disjoint search. infix fun <E, T : Iterable<E>> Assert<T>.
Makes the assertion that the Assert.subject contains the expected value. infix fun <E, T : Iterable<E>> Assert<T>.
Makes the assertion that the Assert.subject contains the expected values. infix 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 infix fun <E : Any, T : Iterable<E?>> Assert<T>.
Makes the assertion that the Assert.subject contains an entry holding the
assertions created by entries.assertionCreatorOrNull or an entry
which is infix 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. infix fun <K, V, T : Map<out K, V>> Assert<T>.
Makes the assertion that the Assert.subject contains for each entry in keyValuePairs, a key as defined by entry's Pair.first with a corresponding value as defined by entry's Pair.second. infix 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 infix fun <K, V : Any, T : Map<out K, V?>> Assert<T>.
Makes the assertion that for each of the KeyValue in keyValues, 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 infix fun <E, T : Iterable<E>> Assert<T>. infix fun <E, T : Iterable<E>> Assert<T>. infix fun <E : Any, T : Iterable<E?>> Assert<T>. infix fun <E : Any, T : Iterable<E?>> Assert<T>. |
|
infix fun <E, T : Iterable<E>> Assert<T>.
Makes the assertion that the Assert.subject contains only the expected value. infix fun <E, T : Iterable<E>> Assert<T>.
Makes the assertion that the Assert.subject contains only the expected values in the defined order. infix fun <E : Any, T : Iterable<E?>> Assert<T>.
Makes the assertion that the Assert.subject contains only one entry
which is holding the assertions created by assertionCreatorOrNull or
only one entry which is infix fun <E : Any, T : Iterable<E?>> Assert<T>.
Makes the assertion that the Assert.subject contains only an entry holding
the assertions created by entries.assertionCreatorOrNull or
|
|
infix fun <K> Assert<Map<out K, *>>.
Makes the assertion that the Assert.subject contains the given key. |
|
infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject does not expected's toString representation. infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject does not contain the toString representation of the given values. infix fun <E, T : Iterable<E>> Assert<T>.
Makes the assertion that the Assert.subject does not contain the expected value. infix fun <E, T : Iterable<E>> Assert<T>.
Makes the assertion that the Assert.subject does not contain the expected values. |
|
infix fun <K> Assert<Map<out K, *>>.
Makes the assertion that the Assert.subject does not contain the given key. |
|
infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject contains a sequence which matches the given pattern. |
|
infix fun <E : Any, T : Iterable<E>> Assert<T>. infix fun <E, T : Iterable<E>> Assert<T>. infix fun <E : Any, T : Iterable<E>> Assert<T>. infix fun <E, T : Iterable<E>> Assert<T>. infix fun <E : Any, T : Iterable<E>> Assert<T>. infix fun <E : Any, T : Iterable<E?>> Assert<T>. infix fun <E : Any, T : Iterable<E>> Assert<T>. infix fun <E : Any, T : Iterable<E?>> Assert<T>. |
|
infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject does not end with expected. |
|
infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject ends with expected. |
|
infix fun <E : Any, T : Iterable<E?>> IterableContains.CheckerOption<E?, T, InAnyOrderSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InAnyOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated |
|
infix fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a infix fun <E, T : Iterable<E>, S : InAnyOrderSearchBehaviour> IterableContains.Builder<E, T, S>.
Restricts a |
|
infix 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. |
|
infix 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. infix fun <E : Any, T : List<E>> Assert<T>.
Prepares the assertion about the return value of calling get with the given index. |
|
infix 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. infix fun <K, V : Any, T : Map<out K, V>> Assert<T>.
Prepares the assertion about the return value of calling get with the given key. |
|
infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>.
Defines that the Iterable contains groups of entries |
|
infix fun <T : Collection<*>> Assert<T>.
Makes the assertion that the Assert.subject's Collection.size is size. |
|
infix fun <T : CharSequence> CharSequenceContains.Builder<T, NoOpSearchBehaviour>.
Defines that the search behaviour infix fun <T : CharSequence> NotCheckerOption<T, NotSearchBehaviour>.
Defines that the search behaviour |
|
infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlyGroupedWithinSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InOrderOnlyGroupedWithinSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, NoOpSearchBehaviour>.
Defines that the search behaviour "find entries fun <E, T : Iterable<E>> fun <E : Any, T : Iterable<E?>> |
|
infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, NoOpSearchBehaviour>.
Defines that the search behaviour "find entries |
|
infix 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. |
|
infix fun <T : BigDecimal> Assert<T>.isEqualIncludingScale(expected: T): AssertionPlant<T>
Makes the assertion that the Assert.subject is (equal to) expected including BigDecimal.scale. |
|
infix fun <T : Comparable<T>> Assert<T>.
Makes the assertion that the Assert.subject is greater than or equals expected. |
|
infix fun <T : Comparable<T>> Assert<T>.
Makes the assertion that the Assert.subject is greater than expected. |
|
infix 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 Pair.first and Map.Entry.value is Pair.second. |
|
infix fun <T : Comparable<T>> Assert<T>.
Makes the assertion that the Assert.subject is less than or equals expected. |
|
infix fun <T : Comparable<T>> Assert<T>.
Makes the assertion that the Assert.subject is less than expected. |
|
infix fun <T : BigDecimal> Assert<T>.isNotEqualIncludingScale(expected: T): AssertionPlant<T>
Makes the assertion that the Assert.subject is not equal to expected including BigDecimal.scale. |
|
infix fun <T : BigDecimal> Assert<T>.isNotNumericallyEqualTo(expected: T): AssertionPlant<T>
Makes the assertion that the Assert.subject is not numerically equal to expected. |
|
infix fun <T : Any> Assert<T>.
Makes the assertion that the Assert.subject is not the same instance as expected. |
|
infix fun <T : BigDecimal> Assert<T>.isNumericallyEqualTo(expected: T): AssertionPlant<T>
Makes the assertion that the Assert.subject is numerically equal to expected. |
|
infix fun <T : Any> Assert<T>.
Makes the assertion that the Assert.subject is the same instance as expected. |
|
infix 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. |
|
infix fun <K, V, T : Map<out K, V>> Assert<T>.
Makes the assertion that the Assert.subject's property keys holds all assertions the given assertionCreator might create. |
|
infix 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 the message ought notToBeNull and uses assertionCreator which might create further Assertions which are lazily evaluated at the end. |
|
infix fun <T : Throwable> Assert<T>.
Creates the assertion that the Throwable's message is not null (see message) and contains the toString representation of the given expected using a non disjoint search. infix fun <T : Throwable> Assert<T>.
Creates the assertion that the Throwable's message is not null (see message) and contains the toString representation of the given values using a non disjoint search. |
|
infix 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 infix fun <E : Any, T : Iterable<E?>> Assert<T>. |
|
infix fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a infix fun <E, T : Iterable<E>, S : InAnyOrderSearchBehaviour> IterableContains.Builder<E, T, S>.
Restricts a |
|
infix fun <T : CharSequence> Assert<T>.
Creates a CharSequenceContains.Builder based on this AssertionPlant which allows to define
more sophisticated |
|
infix fun <T : Any> Assert<T>.
Makes the assertion that the Assert.subject is not (equal to) expected. infix fun <T : Any> Assert<T>. infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject CharSequence.kotlin.text.isNotEmpty. infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject CharSequence.kotlin.text.isNotBlank. |
|
infix 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. |
|
infix fun <T : BigDecimal> AssertionPlantNullable<T?>. infix fun <T : Any> AssertionPlantNullable<T>. |
|
fun ThrowableThrown.Builder.
Makes the assertion that no Throwable is thrown at all. |
|
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 <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. |
|
infix fun <T : CharSequence> CharSequenceContains.CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CharSequenceContains.CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated infix 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>.
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. |
|
infix 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. |
|
infix 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. |
|
infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject does not start with expected. |
|
infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject starts with expected. |
|
infix fun <T : CharSequence> CharSequenceContains.CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CharSequenceContains.CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CharSequenceContains.CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CharSequenceContains.CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E, T : Iterable<E>> IterableContains.CheckerOption<E, T, InAnyOrderSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E : Any, T : Iterable<E?>> IterableContains.CheckerOption<E?, T, InAnyOrderSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InAnyOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InAnyOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E, T : Iterable<E>> IterableContains.CheckerOption<E, T, InAnyOrderSearchBehaviour>. infix fun <E : Any, T : Iterable<E?>> IterableContains.CheckerOption<E?, T, InAnyOrderSearchBehaviour>. infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InAnyOrderOnlySearchBehaviour>. infix fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InAnyOrderOnlySearchBehaviour>. infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>. infix fun <E : Any, T : Iterable<E?>> IterableContains.Builder<E?, T, InOrderOnlySearchBehaviour>. |
|
infix fun <T : CharSequence> Assert<T>.
Creates a CharSequenceContains.Builder based on this AssertionPlant which allows to define
a sophisticated |
|
infix fun <T : Any> Assert<T>.
Makes the assertion that the Assert.subject is (equal to) expected. infix fun <T : Any> Assert<T>. fun <T> infix fun <T : Any> AssertionPlantNullable<T?>.
Makes the assertion that the Assert.subject is expected. infix fun <T : CharSequence> Assert<T>.
Makes the assertion that the Assert.subject CharSequence.kotlin.text.isEmpty. |
|
infix fun <T : Any> AssertionPlantNullable<T?>.
Makes the assertion that the Assert.subject is either |
|
infix 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. |
|
infix fun <T : CharSequence> CharSequenceContains.CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CharSequenceContains.CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E, T : Iterable<E>> IterableContains.CheckerOption<E, T, InAnyOrderSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InAnyOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>.
Finishes the specification of the sophisticated infix 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. |
|
infix fun <K, V, T : Map<out K, V>> Assert<T>.
Makes the assertion that the Assert.subject's property values holds all assertions the given assertionCreator might create. |
|
infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlyGroupedSearchBehaviour>.
Defines that the Iterable contains groups of entries |