doc / ch.tutteli.atrium.domain.builders.creating / ThrowableThrownAssertionsBuilder / toBe

toBe

inline fun <TExpected : Throwable> toBe(throwableThrownBuilder: ThrowableThrown.Builder, expectedType: KClass<TExpected>, noinline assertionCreator: AssertionPlant<TExpected>.() -> Unit): Unit

Overrides ThrowableThrownAssertions.toBe


Deprecated: Switch from Assert to Expect; will be removed with 1.0.0