文件名称:Android代码-kotlintest
文件大小:828KB
文件格式:ZIP
更新时间:2022-08-28 01:49:25
Android代码
[]() KotlinTest is a flexible and comprehensive testing tool for Kotlin. Full documentation For latest updates see Changelog Community Stack Overflow (don't forget to use the tag "kotlintest".) Contribute Test with Style Write simple and beautiful tests with the StringSpec style: class MyTests : StringSpec({ "length should return size of string" { "hello".length shouldBe 5 } "startsWith should test for a prefix" { "world" should startWith("wor") } }) KotlinTest comes with sever