Files
mosaic/mosaic-testing/api/mosaic-testing.api
Jake Wharton cb67697ad0 Two quick helpers for testing statics (#634)
Not great, but better than we have.
2025-01-07 21:17:34 +00:00

22 lines
1.3 KiB
Plaintext

public final class com/jakewharton/mosaic/testing/MosaicSnapshots : com/jakewharton/mosaic/testing/SnapshotStrategy {
public static final field $stable I
public static final field INSTANCE Lcom/jakewharton/mosaic/testing/MosaicSnapshots;
public fun create (Lcom/jakewharton/mosaic/Mosaic;)Lcom/jakewharton/mosaic/Mosaic;
public synthetic fun create (Lcom/jakewharton/mosaic/Mosaic;)Ljava/lang/Object;
}
public abstract interface class com/jakewharton/mosaic/testing/SnapshotStrategy {
public abstract fun create (Lcom/jakewharton/mosaic/Mosaic;)Ljava/lang/Object;
}
public abstract interface class com/jakewharton/mosaic/testing/TestMosaic : com/jakewharton/mosaic/Mosaic {
public abstract fun awaitSnapshot-VtjQ1oo (JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static synthetic fun awaitSnapshot-VtjQ1oo$default (Lcom/jakewharton/mosaic/testing/TestMosaic;JLkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
}
public final class com/jakewharton/mosaic/testing/TestMosaicKt {
public static final fun runMosaicTest (Lcom/jakewharton/mosaic/testing/SnapshotStrategy;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun runMosaicTest (Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}