chisel3.test

package chisel3.test

Members list

Type members

Classlikes

class AllUnitTests extends RawModule

A Chisel module that discovers and constructs all UnitTest subtypes discovered in the classpath. This is just here as a convenience top-level generator to collect all unit tests. In practice you would likely want to use a command line utility that offers some additional filtering capability.

A Chisel module that discovers and constructs all UnitTest subtypes discovered in the classpath. This is just here as a convenience top-level generator to collect all unit tests. In practice you would likely want to use a command line utility that offers some additional filtering capability.

Attributes

Source
UnitTest.scala
Supertypes
class RawModule
class BaseModule
trait Selectable
trait Selectable
trait InstanceId
class Object
trait Matchable
class Any
Show all
trait UnitTest

All classes and objects marked as UnitTest are automatically discoverable by the DiscoverUnitTests helper.

All classes and objects marked as UnitTest are automatically discoverable by the DiscoverUnitTests helper.

Attributes

Source
UnitTest.scala
Supertypes
class Object
trait Matchable
class Any