-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtesting-lib.api
15 lines (13 loc) · 1.23 KB
/
testing-lib.api
1
2
3
4
5
6
7
8
9
10
11
12
13
14
public final class app/cash/quiver/arb/ArbitraryKt {
public static final fun ior (Lio/kotest/property/Arb$Companion;Lio/kotest/property/Arb;Lio/kotest/property/Arb;)Lio/kotest/property/Arb;
public static final fun outcome (Lio/kotest/property/Arb$Companion;Lio/kotest/property/Arb;Lio/kotest/property/Arb;)Lio/kotest/property/Arb;
public static final fun outcomeOf (Lio/kotest/property/Arb$Companion;Ljava/lang/Throwable;Lio/kotest/property/Arb;)Lio/kotest/property/Arb;
public static final fun result (Lio/kotest/property/Arb$Companion;Ljava/lang/Throwable;Lio/kotest/property/Arb;)Lio/kotest/property/Arb;
}
public final class app/cash/quiver/matchers/MatchersKt {
public static final fun shouldBeAbsent (Lapp/cash/quiver/Outcome;Lkotlin/jvm/functions/Function1;)V
public static synthetic fun shouldBeAbsent$default (Lapp/cash/quiver/Outcome;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
public static final fun shouldBeFailure (Lapp/cash/quiver/Outcome;)Ljava/lang/Object;
public static final fun shouldBePresent (Lapp/cash/quiver/Outcome;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object;
public static synthetic fun shouldBePresent$default (Lapp/cash/quiver/Outcome;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ljava/lang/Object;
}