Package

org.scalajs.junit

plugin

Permalink

package plugin

Visibility
  1. Public
  2. All

Type Members

  1. trait CompatComponent extends AnyRef

    Permalink

    Hacks to have our source code compatible with all the versions of scalac that we support.

  2. class ScalaJSJUnitPlugin extends Plugin

    Permalink

    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/object my.pkg.X$scalajs$junit$bootstrapper implementing org.scalajs.junit.Bootstrapper.

    The test runner uses these objects to obtain test metadata and dispatch to relevant methods.

Ungrouped