File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ android {
5252 implementation " androidx.test:core:1.4.0"
5353 implementation " com.google.android.play:core:1.8.0"
5454 implementation " com.ibm.icu:icu4j:69.1"
55- implementation " org.robolectric:robolectric:4.11"
55+ implementation " org.robolectric:robolectric:4.11.1 "
5656 implementation " junit:junit:4.13.2"
5757 implementation " androidx.test.ext:junit:1.1.4-alpha07"
5858
Original file line number Diff line number Diff line change 11# Unit testing Java code
22
3- All Java code in the engine should now be able to be tested with Robolectric 4.10.3
3+ All Java code in the engine should now be able to be tested with Robolectric 4.11.1
44and JUnit 4. The test suite has been added after the bulk of the Java code was
55first written, so most of these classes do not have existing tests. Ideally code
66after this point should be tested, either with unit tests here or with
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ android {
7070 testImplementation " androidx.test:core:1.4.0"
7171 testImplementation " com.google.android.play:core:1.8.0"
7272 testImplementation " com.ibm.icu:icu4j:69.1"
73- testImplementation " org.robolectric:robolectric:4.11"
73+ testImplementation " org.robolectric:robolectric:4.11.1 "
7474 testImplementation " junit:junit:4.13.2"
7575 testImplementation " androidx.test.ext:junit:1.1.4-alpha07"
7676
You can’t perform that action at this time.
0 commit comments