TestCase

pme123.camunda.dmn.tester.shared.TestCase
case class TestCase(inputs: Map[String, TesterValue], results: List[TestResult])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def checkIndex(rowIndex: Int): TestedValue
def checkOut(rowIndex: Int, outputKey: String, value: String): TestedValue

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val resultsOutputMap: Seq[Map[String, String]]