All Downloads are FREE. Search and download functionalities are using the official Maven repository.

androidTest.tech.skot.core.TestFormats.kt Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
//package tech.skot.core
//
//import org.junit.Test
//
//class TestFormats {
//
//    @Test
//    fun testSkFormat() {
//        val motif = "une entier: %d une chaîne: %s"
//        assert(
//            motif.skFormat(66, "chaîne") == "une entier: 66 une chaîne: chaîne"
//        )
//    }
//}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy