Change the project into Testing app
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.example.hpos
|
||||
package com.example.hpostesting
|
||||
|
||||
import org.junit.Test
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.hpos
|
||||
package com.example.hpostesting
|
||||
|
||||
import org.junit.Assert.assertEquals
|
||||
import org.junit.Test
|
||||
@@ -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]"
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.hpos
|
||||
package com.example.hpostesting
|
||||
|
||||
import org.junit.Test
|
||||
import java.util.Date
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.hpos
|
||||
package com.example.hpostesting
|
||||
|
||||
import java.io.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
|
||||
Reference in New Issue
Block a user