TesterInput

pme123.camunda.dmn.tester.shared.TesterInput
See theTesterInput companion object
case class TesterInput(key: String, nullValue: Boolean, values: List[TesterValue], id: Option[Int])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def asValues(): (String, List[Any])
def valueType: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val hasErrors: Boolean
lazy val keyError: Option[String]
val valuesAsString: String
lazy val valuesError: Option[String]