Contains helper functions such as asExpect to ease the migration from deprecated functionality to new functionality
fun <T : Any> Expect<T>. fun <T : Any> Expect<T>.
Turns this Expect into an Assert so that you can use functions which have not yet been migrated to Expect. |
|
fun <T, A : BaseAssertionPlant<T, *>> A. fun <T : Any, A : BaseAssertionPlant<T, *>> A.
Turns Assert or AssertionPlantNullable into an Expect so that you can use new functionality which is not available on Assert/AssertionPlantNullable. |
|
fun <T : Any> |
|
fun <T : Any> |