chisel3.test
Members list
Type members
Classlikes
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 RawModuleclass BaseModuletrait Selectabletrait Selectabletrait IsInstantiabletrait InstanceIdclass Objecttrait Matchableclass AnyShow all
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 Objecttrait Matchableclass Any