TestChoice

chisel3.experimental.inlinetest.TestChoice
object TestChoice

Attributes

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

Members list

Type members

Classlikes

case object All extends Type

Run all tests.

Run all tests.

Attributes

Source
InlineTest.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Type
class Object
trait Matchable
class Any
Show all
Self type
All.type
case class Globs(globs: Array[String]) extends Type

Run tests matching any of these globs.

Run tests matching any of these globs.

Attributes

Companion
object
Source
InlineTest.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Type
class Object
trait Matchable
class Any
Show all
object Globs

Attributes

Companion
class
Source
InlineTest.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Globs.type
sealed abstract class Type

A choice of what test(s) to run.

A choice of what test(s) to run.

Attributes

Source
InlineTest.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object All
class Globs