commonTest.com.bkahlert.kommons.test.fixtures.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kommons-test Show documentation
Show all versions of kommons-test Show documentation
Kommons Test is a Kotlin Multiplatform Library to ease testing.
package com.bkahlert.kommons.test
/** A tab */
internal const val t = "\t"
internal enum class EmptyEnum
internal enum class FooBarEnum {
@Suppress("EnumEntryName") foo_bar,
@Suppress("EnumEntryName") FOO_BAR,
}