Change the project into Testing app

This commit is contained in:
mohamedkaif356
2023-06-28 12:41:18 +05:30
parent 69df710006
commit 0c063583ca
118 changed files with 1729 additions and 2760 deletions

View File

@@ -1,4 +1,4 @@
package com.example.hpos
package com.example.hpostesting
import org.junit.Test

View File

@@ -1,4 +1,4 @@
package com.example.hpos
package com.example.hpostesting
import org.junit.Assert.assertEquals
import org.junit.Test

View File

@@ -1,4 +1,4 @@
package com.example.hpos
package com.example.hpostesting
class InputData {
val inputRead = "0,1.69989422e-06,1.60642711e-01,3.85754470e+02,0,0,1,0,FFF-EEEE-PPPP-WW-YY-NNNN\nOK [0]"

View File

@@ -1,4 +1,4 @@
package com.example.hpos
package com.example.hpostesting
import org.junit.Test
import java.util.Date

View File

@@ -1,4 +1,4 @@
package com.example.hpos
package com.example.hpostesting
import java.io.File

View File

@@ -1,10 +1,10 @@
package com.example.hpos
package com.example.hpostesting
import com.example.hpos.data.DataHolder
import com.example.hpos.data.constant.Constants
import com.example.hpos.data.model.PatientData
import com.example.hpos.data.model.test.TestRightResultType
import com.example.hpos.presentation.testRight.TestRightViewModel
import com.example.hpostesting.data.DataHolder
import com.example.hpostesting.data.constant.Constants
import com.example.hpostesting.data.model.PatientData
import com.example.hpostesting.data.model.test.TestRightResultType
import com.example.hpostesting.presentation.testRight.TestRightViewModel
import junit.framework.Assert.assertEquals
import org.junit.Test
import java.math.RoundingMode