Bootstrapper

@EnableReflectiveInstantiation

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.

class Object
trait Matchable
class Any

Value members

Abstract methods

def after(instance: AnyRef): Unit
def afterClass(): Unit
def before(instance: AnyRef): Unit
def beforeClass(): Unit
def invokeTest(instance: AnyRef, name: String): Future[Try[Unit]]
def newInstance(): AnyRef
def tests(): Array[TestMetadata]