Skip to content

Commit 6aeb176

Browse files
committed
Rename test methods.
1 parent 1a2b01d commit 6aeb176

7 files changed

+7
-7
lines changed

library-ui-test/src/androidTest/java/com/github/aakira/expandablelayout/uitest/ExpandableLinearLayoutActivityTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ExpandableLinearLayoutActivityTest : ActivityInstrumentationTestCase2<Expa
4343
}
4444

4545
@Test
46-
fun testExpandableRelativeLayout() {
46+
fun testExpandableLinearLayoutActivity() {
4747
val activity = activity
4848
val instrumentation = instrumentation
4949

library-ui-test/src/androidTest/java/com/github/aakira/expandablelayout/uitest/ExpandableLinearLayoutActivityTest2.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ExpandableLinearLayoutActivityTest2 : ActivityInstrumentationTestCase2<Exp
4444
}
4545

4646
@Test
47-
fun testExpandableRelativeLayout() {
47+
fun testExpandableLinearLayoutActivity2() {
4848
val activity = activity
4949
val instrumentation = instrumentation
5050

library-ui-test/src/androidTest/java/com/github/aakira/expandablelayout/uitest/ExpandableLinearLayoutActivityTest3.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ExpandableLinearLayoutActivityTest3 : ActivityInstrumentationTestCase2<Exp
4949
}
5050

5151
@Test
52-
fun testExpandableRelativeLayout() {
52+
fun testExpandableLinearLayoutActivity3() {
5353
val activity = activity
5454
val instrumentation = instrumentation
5555

library-ui-test/src/androidTest/java/com/github/aakira/expandablelayout/uitest/ExpandableRecyclerViewActivityTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ExpandableRecyclerViewActivityTest : ActivityInstrumentationTestCase2<Expa
4545
}
4646

4747
@Test
48-
fun testExpandableRecyclerView() {
48+
fun testExpandableRecyclerViewActivity() {
4949
val activity = activity
5050
val instrumentation = instrumentation
5151

library-ui-test/src/androidTest/java/com/github/aakira/expandablelayout/uitest/ExpandableRelativeLayoutActivityTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ExpandableRelativeLayoutActivityTest : ActivityInstrumentationTestCase2<Ex
4343
}
4444

4545
@Test
46-
fun testExpandableRelativeLayout() {
46+
fun testExpandableRelativeLayoutActivity() {
4747
val activity = activity
4848
val instrumentation = instrumentation
4949

library-ui-test/src/androidTest/java/com/github/aakira/expandablelayout/uitest/ExpandableRelativeLayoutActivityTest2.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ExpandableRelativeLayoutActivityTest2 : ActivityInstrumentationTestCase2<E
4343
}
4444

4545
@Test
46-
fun testExpandableRelativeLayout2() {
46+
fun testExpandableRelativeLayoutActivity2() {
4747
val activity = activity
4848
val instrumentation = instrumentation
4949
val resources = activity.resources

library-ui-test/src/androidTest/java/com/github/aakira/expandablelayout/uitest/ExpandableRelativeLayoutActivityTest3.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ExpandableRelativeLayoutActivityTest3 : ActivityInstrumentationTestCase2<E
4343
}
4444

4545
@Test
46-
fun testExpandableRelativeLayout3() {
46+
fun testExpandableRelativeLayoutActivity3() {
4747
val activity = activity
4848
val instrumentation = instrumentation
4949

0 commit comments

Comments
 (0)