TestResult

chisel3.experimental.inlinetest.TestResult
object TestResult

Attributes

Source
InlineTest.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TestResult.type

Members list

Type members

Classlikes

case class Failure(message: String) extends Type

Outcome did not match expectation.

Outcome did not match expectation.

Attributes

Source
InlineTest.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all
case object Success extends Type

Outcome matched expectation.

Outcome matched expectation.

Attributes

Source
InlineTest.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all
Self type
Success.type
sealed trait Type

The result of a test; i.e. simulation outcome vs. expectation.

The result of a test; i.e. simulation outcome vs. expectation.

Attributes

Source
InlineTest.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Failure
object Success