Skip to content

Commit

Permalink
Created empty test files - UTs to be written for 8 files
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijit Naik <[email protected]>
  • Loading branch information
abhigit-hub committed Aug 20, 2024
1 parent d6603b3 commit 30a536b
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.compose.weatherapplite.data.mapper

class GeoCodingMapperDataToDomainTest {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.compose.weatherapplite.data.mapper

class WeatherMapperDataToDomainTest {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.compose.weatherapplite.data.repository

class WeatherRepositoryImplTest {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.compose.weatherapplite.presentation.mapper

class GeoCodingMapperDomainToStateTest {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.compose.weatherapplite.presentation.mapper

class WeatherMapperDomainToStateTest {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.compose.weatherapplite.presentation.model

class WeatherTypeTest {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.compose.weatherapplite.presentation.weather

class WeatherViewModelTest {
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.compose.weatherapplite.presentation.model.WeatherType
import org.junit.Assert.assertEquals
import org.junit.Test

class WeatherTypeExtensionsTest {
class DrawableMapperExtensionsTest {

@Test
fun `toDrawable returns correct drawable for ClearSky`() {
Expand Down

0 comments on commit 30a536b

Please sign in to comment.