File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 3
3
import androidx .test .core .app .ApplicationProvider ;
4
4
import androidx .test .ext .junit .runners .AndroidJUnit4 ;
5
5
6
- import com .google .gson .Gson ;
7
-
6
+ import io .appwrite .coroutines .CoroutineCallback ;
8
7
import io .appwrite .exceptions .AppwriteException ;
9
8
import io .appwrite .Permission ;
10
9
import io .appwrite .Role ;
11
10
import io .appwrite .ID ;
12
11
import io .appwrite .Query ;
13
12
import io .appwrite .enums .MockType ;
14
- import io .appwrite .extensions .GsonExtensionsKt ;
15
- import io .appwrite .models .Error ;
16
13
import io .appwrite .models .InputFile ;
17
14
import io .appwrite .models .Mock ;
18
15
import io .appwrite .services .Bar ;
27
24
import kotlinx .coroutines .test .TestCoroutineDispatcher ;
28
25
import kotlinx .coroutines .test .TestCoroutineScope ;
29
26
30
- import okhttp3 .Response ;
31
-
32
27
import org .junit .After ;
33
28
import org .junit .Before ;
34
29
import org .junit .Test ;
44
39
import java .util .List ;
45
40
import java .util .Map ;
46
41
47
- import static kotlinx .coroutines .test .TestCoroutineScopeKt .*;
42
+ import kotlin .coroutines .Continuation ;
43
+ import kotlin .coroutines .CoroutineContext ;
44
+ import kotlin .coroutines .Result ;
45
+ import kotlin .jvm .JvmOverloads ;
48
46
49
47
class TestPayload {
50
48
private String response ;
You can’t perform that action at this time.
0 commit comments