Test¶
object Test : CategorySpec
Types¶
TestEnum¶
@Serializable
enum TestEnum : Enum<Archie.Config.Test.TestEnum>
TestNestedSpec¶
class TestNestedSpec : CategorySpec
TestSpec¶
class TestSpec : CategorySpec
TestSub¶
object TestSub : CategorySpec
Properties¶
isEnabled¶
subcategories¶
open override val subcategories: List<CategorySpec>
testBoolean¶
val testBoolean: Boolean
testColor¶
val testColor: Color
testColorList¶
val testColorList: List<Color>
testColorMap¶
val testColorMap: Map<String, Color>
testDouble¶
val testDouble: Double
testDoubleList¶
val testDoubleList: List<Double>
testDoubleMap¶
val testDoubleMap: Map<String, Double>
testEnumSelector¶
testFloat¶
testFloatList¶
val testFloatList: List<Float>
testFloatMap¶
val testFloatMap: Map<String, Float>
testInt¶
testIntList¶
val testIntList: List<Int>
testIntMap¶
val testIntMap: Map<String, Int>
testIntSlider¶
val testIntSlider: Int
testKeycode¶
val testKeycode: CommonKeyCode
testKeycodeList¶
val testKeycodeList: List<CommonKeyCode>
testKeycodeMap¶
val testKeycodeMap: Map<String, CommonKeyCode>
testLong¶
testLongList¶
val testLongList: List<Long>
testLongMap¶
val testLongMap: Map<String, Long>
testLongSlider¶
val testLongSlider: Long
testNestedSpec¶
testRegistry¶
val testRegistry: BlockItem
testRegistryList¶
val testRegistryList: List<BlockItem>
testRegistryMap¶
val testRegistryMap: Map<String, BlockItem>
testSelector¶
val testSelector: String
testSpec¶
testSpecList¶
testSpecMap¶
testString¶
val testString: String
testStringList¶
val testStringList: List<String>
testStringMap¶
val testStringMap: Map<String, String>