androidTest.tech.skot.core.TestFormats.kt Maven / Gradle / Ivy
//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