interface Builder
The entry point of the Throwable thrown
contract.
abstract val act: () -> Unit |
|
abstract val assertionVerb: Translatable |
|
abstract val reporter: Reporter |
fun ThrowableThrown.Builder.
Makes the assertion that no Throwable is thrown at all. |
|
fun ThrowableThrown.Builder.
Makes the assertion that no Throwable is thrown at all. |
|
fun <TExpected : Throwable> ThrowableThrown.Builder.
Makes the assertion that the thrown Throwable is of type TExpected. 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 <TExpected : Throwable> ThrowableThrown.Builder.
Makes the assertion that the thrown Throwable is of type TExpected. 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. |
|
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 <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 <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 <TExpected : Throwable> ThrowableThrown.Builder.
Makes the assertion that the thrown Throwable is of type TExpected. |
|
fun ThrowableThrown.Builder.
Makes the assertion that no Throwable is thrown at all. |
class
Represents the deprecated entry point of the fluent API of sophisticated a Throwable |