Skip to content

//tempest-internal/app.cash.tempest.internal/ItemType/Attribute

Attribute

[jvm]\ data class Attribute(val propertyName: String, val names: Set<String>, val prefix: String, val returnType: KType, val allowEmpty: Boolean)

Constructors

Attribute [jvm]
constructor(propertyName: String, names: Set<String>, prefix: String, returnType: KType, allowEmpty: Boolean)

Properties

Name Summary
allowEmpty [jvm]
val allowEmpty: Boolean
names [jvm]
val names: Set<String>
prefix [jvm]
val prefix: String
propertyName [jvm]
val propertyName: String
returnType [jvm]
val returnType: KType