Package

scala.scalanative

junit

Permalink

package junit

Visibility
  1. Public
  2. All

Type Members

  1. trait Bootstrapper extends AnyRef

    Permalink

    Scala Native internal JUnit bootstrapper.

    Scala Native internal JUnit bootstrapper.

    This class is public due to implementation details. Only the junit compiler plugin may generate classes inheriting from it.

    Relying on this trait directly is unspecified behavior.

    Annotations
    @EnableReflectiveInstantiation()
  2. final class JUnitFramework extends Framework

    Permalink
  3. final class TestClassMetadata extends AnyRef

    Permalink

    Scala Native interal JUnit test class metadata

    Scala Native interal JUnit test class metadata

    This class is public due to implementation details. Only the junit compiler plugin may create instances of it.

    Relying on this class directly is unspecified behavior.

  4. final class TestMetadata extends AnyRef

    Permalink

    Scala Native internal JUnit test metadata

    Scala Native internal JUnit test metadata

    This class is public due to implementation details. Only the junit compiler plugin may create instances of it.

    Relying on this class directly is unspecified behavior.

Ungrouped