Packages

package plugin

Type Members

  1. class ScalaNativeJUnitPlugin extends Plugin

    The Scala Native JUnit plugin replaces reflection based test lookup.

    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.

Ungrouped