digital card fragment coding is finished, testing is pending
This commit is contained in:
@@ -35,7 +35,7 @@ class HemocubeViewModelTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `handleValidResult with valid input`() {
|
fun `handleValidResult with valid input`() {
|
||||||
// Arrange
|
|
||||||
val validString = "valid string"
|
val validString = "valid string"
|
||||||
val fullReadOutput = "full read output"
|
val fullReadOutput = "full read output"
|
||||||
`when`(mockSharedPreferences.getString(anyString(), anyString())).thenReturn("dummy_value")
|
`when`(mockSharedPreferences.getString(anyString(), anyString())).thenReturn("dummy_value")
|
||||||
|
|||||||
Reference in New Issue
Block a user