-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created empty test files - UTs to be written for 8 files
Signed-off-by: Abhijit Naik <[email protected]>
- Loading branch information
1 parent
d6603b3
commit 30a536b
Showing
8 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
app/src/test/java/com/compose/weatherapplite/data/mapper/GeoCodingMapperDataToDomainTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.compose.weatherapplite.data.mapper | ||
|
||
class GeoCodingMapperDataToDomainTest { | ||
} |
4 changes: 4 additions & 0 deletions
4
app/src/test/java/com/compose/weatherapplite/data/mapper/WeatherMapperDataToDomainTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.compose.weatherapplite.data.mapper | ||
|
||
class WeatherMapperDataToDomainTest { | ||
} |
4 changes: 4 additions & 0 deletions
4
app/src/test/java/com/compose/weatherapplite/data/repository/WeatherRepositoryImplTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.compose.weatherapplite.data.repository | ||
|
||
class WeatherRepositoryImplTest { | ||
} |
4 changes: 4 additions & 0 deletions
4
...t/java/com/compose/weatherapplite/presentation/mapper/GeoCodingMapperDomainToStateTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.compose.weatherapplite.presentation.mapper | ||
|
||
class GeoCodingMapperDomainToStateTest { | ||
} |
4 changes: 4 additions & 0 deletions
4
...est/java/com/compose/weatherapplite/presentation/mapper/WeatherMapperDomainToStateTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.compose.weatherapplite.presentation.mapper | ||
|
||
class WeatherMapperDomainToStateTest { | ||
} |
4 changes: 4 additions & 0 deletions
4
app/src/test/java/com/compose/weatherapplite/presentation/model/WeatherTypeTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.compose.weatherapplite.presentation.model | ||
|
||
class WeatherTypeTest { | ||
} |
4 changes: 4 additions & 0 deletions
4
app/src/test/java/com/compose/weatherapplite/presentation/weather/WeatherViewModelTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.compose.weatherapplite.presentation.weather | ||
|
||
class WeatherViewModelTest { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters