Initial commit

This commit is contained in:
2023-12-28 23:55:24 +07:00
commit 144c0c304c
36 changed files with 836 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
package ru.myitschool.lab23
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.MediumTest
import org.junit.FixMethodOrder
import org.junit.runner.RunWith
import org.junit.runners.MethodSorters
@RunWith(AndroidJUnit4::class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@MediumTest
class InstrumentedTestLogNorm {
}