File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
yoti-sdk/src/test/java/com/yoti/mobile/android/sdk Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
1
package com .yoti .mobile .android .sdk ;
2
2
3
- import android .test .suitebuilder .annotation .SmallTest ;
4
-
5
3
import com .yoti .mobile .android .sdk .exceptions .YotiSDKNotValidScenarioException ;
6
4
import com .yoti .mobile .android .sdk .model .Scenario ;
7
5
21
19
22
20
23
21
@ RunWith (MockitoJUnitRunner .class )
24
- @ SmallTest
25
22
public class ShareAttributeManagerTest {
26
23
27
24
@ Mock
Original file line number Diff line number Diff line change 3
3
import android .content .Context ;
4
4
import android .content .pm .PackageInfo ;
5
5
import android .content .pm .PackageManager ;
6
- import android .test .suitebuilder .annotation .SmallTest ;
7
6
8
7
import com .yoti .mobile .android .sdk .exceptions .YotiSDKException ;
9
8
import com .yoti .mobile .android .sdk .exceptions .YotiSDKMinVersionException ;
23
22
*
24
23
*/
25
24
@ RunWith (MockitoJUnitRunner .class )
26
- @ SmallTest
27
25
public class YotiSDKTest {
28
26
29
27
@ Mock
You can’t perform that action at this time.
0 commit comments