ScalaNativeJUnitPlugin
The Scala Native JUnit plugin replaces reflection based test lookup.
For each JUnit test my.pkg.X, it generates a bootstrapper module/object
my.pkg.X$scalanative$junit$bootstrapper implementing
scala.scalanative.junit.Bootstrapper.
The test runner uses these objects to obtain test metadata and dispatch to relevant methods.
trait StandardPlugin
trait Plugin
class Object
trait Matchable
class Any
Value members
Inherited methods
Inherited fields
A description of this plugin's options, suitable as a response
to the -help command-line option. Conventionally, the options
should be listed with the -P:plugname: part included.
A description of this plugin's options, suitable as a response
to the -help command-line option. Conventionally, the options
should be listed with the -P:plugname: part included.
- Inherited from:
- Plugin