package plugin
Type Members
-
trait
CompatComponent
extends AnyRef
Hacks to have our source code compatible with all the versions of scalac that we support.
-
class
ScalaJSJUnitPlugin
extends Plugin
The Scala.js JUnit plugin replaces reflection based test lookup.
The Scala.js JUnit plugin replaces reflection based test lookup.
For each JUnit test
my.pkg.X
, it generates a bootstrapper module/objectmy.pkg.X$scalajs$junit$bootstrapper
implementingorg.scalajs.junit.Bootstrapper
.The test runner uses these objects to obtain test metadata and dispatch to relevant methods.