File tree Expand file tree Collapse file tree 5 files changed +22
-31
lines changed
src/androidTest/java/io/syslogic/github Expand file tree Collapse file tree 5 files changed +22
-31
lines changed Original file line number Diff line number Diff line change @@ -172,12 +172,3 @@ dependencies {
172
172
// androidTestImplementation "androidx.test.espresso:espresso-idling-resource:$espresso_version"
173
173
174
174
}
175
-
176
- // task :assemble finalized by :lint
177
- tasks. whenTaskAdded { task ->
178
- if (task. name == " assembleDebug" || task. name == " bundleDebug" ) {
179
- task. finalizedBy " lintDebug"
180
- } else if (task. name == " assembleRelease" || task. name == " bundleRelease" ) {
181
- task. finalizedBy " lintRelease"
182
- }
183
- }
Original file line number Diff line number Diff line change 1
1
package io .syslogic .github ;
2
2
3
+ import static org .hamcrest .CoreMatchers .equalTo ;
4
+ import static org .hamcrest .CoreMatchers .is ;
5
+
3
6
import androidx .test .ext .junit .runners .AndroidJUnit4 ;
4
7
import androidx .test .platform .app .InstrumentationRegistry ;
5
8
import androidx .test .uiautomator .By ;
6
9
import androidx .test .uiautomator .UiObject2 ;
7
10
8
11
import org .junit .Assert ;
9
- import org .junit .runner .RunWith ;
10
12
import org .junit .Before ;
11
13
import org .junit .Test ;
12
-
13
- import static org .hamcrest .CoreMatchers .equalTo ;
14
- import static org .hamcrest .CoreMatchers .is ;
14
+ import org .junit .runner .RunWith ;
15
15
16
16
/**
17
17
* Profile Test Case
Original file line number Diff line number Diff line change 1
1
package io .syslogic .github ;
2
2
3
- import androidx .test .platform .app .InstrumentationRegistry ;
3
+ import static org .hamcrest .CoreMatchers .equalTo ;
4
+ import static org .hamcrest .CoreMatchers .is ;
5
+
4
6
import androidx .test .ext .junit .runners .AndroidJUnit4 ;
5
- import androidx .test .uiautomator . UiObject2 ;
7
+ import androidx .test .platform . app . InstrumentationRegistry ;
6
8
import androidx .test .uiautomator .By ;
9
+ import androidx .test .uiautomator .UiObject2 ;
7
10
8
11
import org .junit .Assert ;
9
- import org .junit .runner .RunWith ;
10
12
import org .junit .Before ;
11
13
import org .junit .Test ;
12
-
13
- import static org .hamcrest .CoreMatchers .equalTo ;
14
- import static org .hamcrest .CoreMatchers .is ;
14
+ import org .junit .runner .RunWith ;
15
15
16
16
/**
17
17
* Repositories Test Case
Original file line number Diff line number Diff line change 1
1
package io .syslogic .github ;
2
2
3
- import androidx .test .platform .app .InstrumentationRegistry ;
3
+ import static org .hamcrest .CoreMatchers .equalTo ;
4
+ import static org .hamcrest .CoreMatchers .is ;
5
+
4
6
import androidx .test .ext .junit .runners .AndroidJUnit4 ;
5
- import androidx .test .uiautomator . UiObject2 ;
7
+ import androidx .test .platform . app . InstrumentationRegistry ;
6
8
import androidx .test .uiautomator .By ;
9
+ import androidx .test .uiautomator .UiObject2 ;
7
10
8
11
import org .junit .Assert ;
9
- import org .junit .runner .RunWith ;
10
12
import org .junit .Before ;
11
13
import org .junit .Test ;
12
-
13
- import static org .hamcrest .CoreMatchers .equalTo ;
14
- import static org .hamcrest .CoreMatchers .is ;
14
+ import org .junit .runner .RunWith ;
15
15
16
16
/**
17
17
* Repository Test Case
Original file line number Diff line number Diff line change 1
1
package io .syslogic .github ;
2
2
3
+ import static org .hamcrest .CoreMatchers .equalTo ;
4
+ import static org .hamcrest .CoreMatchers .is ;
5
+ import static org .hamcrest .CoreMatchers .not ;
6
+ import static org .hamcrest .core .IsNull .notNullValue ;
7
+
3
8
import android .content .ComponentName ;
4
9
import android .content .Context ;
5
10
import android .content .Intent ;
21
26
import androidx .test .uiautomator .Until ;
22
27
23
28
import org .junit .Assert ;
24
- import org .junit .runners .Suite .SuiteClasses ;
25
29
import org .junit .runner .RunWith ;
26
-
27
- import static org .hamcrest .core .IsNull .notNullValue ;
28
- import static org .hamcrest .CoreMatchers .equalTo ;
29
- import static org .hamcrest .CoreMatchers .is ;
30
- import static org .hamcrest .CoreMatchers .not ;
30
+ import org .junit .runners .Suite .SuiteClasses ;
31
31
32
32
import java .util .List ;
33
33
You can’t perform that action at this time.
0 commit comments