File tree Expand file tree Collapse file tree 13 files changed +21
-21
lines changed
androidTest/java/ch/hikemate/app
main/java/ch/hikemate/app
test/java/ch/hikemate/app Expand file tree Collapse file tree 13 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
- package com.android.sample
1
+ package ch.hikemate.app
2
2
3
3
import androidx.compose.ui.test.junit4.createAndroidComposeRule
4
4
import androidx.test.ext.junit.runners.AndroidJUnit4
5
- import com.android.sample .screen.MainScreen
5
+ import ch.hikemate.app .screen.MainScreen
6
6
import com.kaspersky.kaspresso.testcases.api.testcase.TestCase
7
7
import io.github.kakaocup.compose.node.element.ComposeScreen
8
8
import org.junit.Assert.*
Original file line number Diff line number Diff line change 1
- package com.android.sample .screen
1
+ package ch.hikemate.app .screen
2
2
3
3
import androidx.compose.ui.test.SemanticsNodeInteractionsProvider
4
- import com.android.sample .resources.C
4
+ import ch.hikemate.app .resources.C
5
5
import io.github.kakaocup.compose.node.element.ComposeScreen
6
6
import io.github.kakaocup.compose.node.element.KNode
7
7
Original file line number Diff line number Diff line change 1
- package com.android.sample
1
+ package ch.hikemate.app
2
2
3
3
import android.os.Bundle
4
4
import androidx.activity.ComponentActivity
@@ -12,8 +12,8 @@ import androidx.compose.ui.Modifier
12
12
import androidx.compose.ui.semantics.semantics
13
13
import androidx.compose.ui.semantics.testTag
14
14
import androidx.compose.ui.tooling.preview.Preview
15
- import com.android.sample .resources.C
16
- import com.android.sample .ui.theme.SampleAppTheme
15
+ import ch.hikemate.app .resources.C
16
+ import ch.hikemate.app .ui.theme.SampleAppTheme
17
17
18
18
class MainActivity : ComponentActivity () {
19
19
override fun onCreate (savedInstanceState : Bundle ? ) {
Original file line number Diff line number Diff line change 1
- package com.android.sample
1
+ package ch.hikemate.app
2
2
3
3
import android.os.Bundle
4
4
import androidx.activity.ComponentActivity
@@ -12,8 +12,8 @@ import androidx.compose.ui.Modifier
12
12
import androidx.compose.ui.semantics.semantics
13
13
import androidx.compose.ui.semantics.testTag
14
14
import androidx.compose.ui.tooling.preview.Preview
15
- import com.android.sample .resources.C
16
- import com.android.sample .ui.theme.SampleAppTheme
15
+ import ch.hikemate.app .resources.C
16
+ import ch.hikemate.app .ui.theme.SampleAppTheme
17
17
18
18
class SecondActivity : ComponentActivity () {
19
19
override fun onCreate (savedInstanceState : Bundle ? ) {
Original file line number Diff line number Diff line change 1
- package com.android.sample
1
+ package ch.hikemate.app
2
2
3
3
import kotlin.math.sqrt
4
4
Original file line number Diff line number Diff line change 1
- package com.android.sample .resources
1
+ package ch.hikemate.app .resources
2
2
3
3
// Like R, but C
4
4
object C {
Original file line number Diff line number Diff line change 1
- package com.android.sample .ui.theme
1
+ package ch.hikemate.app .ui.theme
2
2
3
3
import androidx.compose.ui.graphics.Color
4
4
Original file line number Diff line number Diff line change 1
- package com.android.sample .ui.theme
1
+ package ch.hikemate.app .ui.theme
2
2
3
3
import android.app.Activity
4
4
import android.os.Build
Original file line number Diff line number Diff line change 1
- package com.android.sample .ui.theme
1
+ package ch.hikemate.app .ui.theme
2
2
3
3
import androidx.compose.material3.Typography
4
4
import androidx.compose.ui.text.TextStyle
Original file line number Diff line number Diff line change 1
- package com.android.sample
1
+ package ch.hikemate.app
2
2
3
3
import androidx.compose.ui.test.junit4.createAndroidComposeRule
4
4
import androidx.test.ext.junit.runners.AndroidJUnit4
5
- import com.android.sample .screen.SecondScreen
5
+ import ch.hikemate.app .screen.SecondScreen
6
6
import com.kaspersky.kaspresso.testcases.api.testcase.TestCase
7
7
import io.github.kakaocup.compose.node.element.ComposeScreen
8
8
import org.junit.Rule
Original file line number Diff line number Diff line change 1
- package com.android.sample
1
+ package ch.hikemate.app
2
2
3
3
import org.junit.Assert.*
4
4
import org.junit.Test
Original file line number Diff line number Diff line change 1
- package com.android.sample
1
+ package ch.hikemate.app
2
2
3
3
import org.junit.Assert.assertEquals
4
4
import org.junit.Test
Original file line number Diff line number Diff line change 1
- package com.android.sample .screen
1
+ package ch.hikemate.app .screen
2
2
3
3
import androidx.compose.ui.test.SemanticsNodeInteractionsProvider
4
- import com.android.sample .resources.C
4
+ import ch.hikemate.app .resources.C
5
5
import io.github.kakaocup.compose.node.element.ComposeScreen
6
6
import io.github.kakaocup.compose.node.element.KNode
7
7
You can’t perform that action at this time.
0 commit comments