MockKCancellationRegistry

object MockKCancellationRegistry

Types

Link copied to clipboard
class RegistryPerType
Link copied to clipboard
enum Type : Enum<MockKCancellationRegistry.Type>

Functions

Link copied to clipboard
fun cancelAll()
Link copied to clipboard
fun popCancellation(): MockKCancellation?
Link copied to clipboard
fun pushCancellation(cancellation: MockKCancellation): Boolean
Link copied to clipboard