mirror of
https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate.git
synced 2025-09-16 13:59:19 +00:00
rename lib test part
This commit is contained in:
14
lib/src/commonTest/kotlin/project_group/LibraryTest.kt
Normal file
14
lib/src/commonTest/kotlin/project_group/LibraryTest.kt
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* This Kotlin source file was generated by the Gradle 'init' task.
|
||||
*/
|
||||
package project_group
|
||||
|
||||
import kotlin.test.Test
|
||||
import kotlin.test.assertTrue
|
||||
|
||||
class LibraryTest {
|
||||
@Test fun testSomeLibraryMethod() {
|
||||
val classUnderTest = Library()
|
||||
assertTrue(classUnderTest.someLibraryMethod(), "someLibraryMethod should return 'true'")
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user