File tree 4 files changed +6
-6
lines changed
java/xyz/tynn/astring/core
kotlin/xyz/tynn/astring/core/test
java/xyz/tynn/astring/material
kotlin/xyz/tynn/astring/material/test 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
import static xyz .tynn .astring .testing .mockk .MockKt .init ;
10
10
import static xyz .tynn .astring .testing .mockk .MockKt .prepare ;
11
11
import static xyz .tynn .astring .testing .mockk .MockKt .verify ;
12
- import static xyz .tynn .astring .testing . mockk .MockkCoreKt .mockkToastMakeText ;
12
+ import static xyz .tynn .astring .core . test .MockkCoreKt .mockkToastMakeText ;
13
13
14
14
import android .content .Context ;
15
15
import android .widget .Toast ;
Original file line number Diff line number Diff line change 1
1
// Copyright 2021 Christian Schmitz
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
- package xyz.tynn.astring.testing.mockk
4
+ package xyz.tynn.astring.core.test
5
5
6
6
import android.widget.Toast
7
7
import android.widget.Toast.makeText
Original file line number Diff line number Diff line change 9
9
import static xyz .tynn .astring .testing .mockk .MockKt .init ;
10
10
import static xyz .tynn .astring .testing .mockk .MockKt .prepare ;
11
11
import static xyz .tynn .astring .testing .mockk .MockKt .verify ;
12
- import static xyz .tynn .astring .testing . mockk .MockkMaterialKt .mockkAStringInvoke ;
13
- import static xyz .tynn .astring .testing . mockk .MockkMaterialKt .mockkGetMainLooper ;
14
- import static xyz .tynn .astring .testing . mockk .MockkMaterialKt .mockkSnackbarMake ;
12
+ import static xyz .tynn .astring .material . test .MockkMaterialKt .mockkAStringInvoke ;
13
+ import static xyz .tynn .astring .material . test .MockkMaterialKt .mockkGetMainLooper ;
14
+ import static xyz .tynn .astring .material . test .MockkMaterialKt .mockkSnackbarMake ;
15
15
16
16
import android .os .Looper ;
17
17
import android .view .View ;
Original file line number Diff line number Diff line change 1
1
// Copyright 2021 Christian Schmitz
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
- package xyz.tynn.astring.testing.mockk
4
+ package xyz.tynn.astring.material.test
5
5
6
6
import android.os.Looper.getMainLooper
7
7
import com.google.android.material.snackbar.Snackbar
You can’t perform that action at this time.
0 commit comments