JUnitDefinitions

scala.scalanative.junit.plugin.JUnitDefinitions
See theJUnitDefinitions companion object
final class JUnitDefinitions()(using ctx: Context)

Definitions required by JUnit plugin

Scala.js port based on dotty.tools.backend.sjs.JSDefinitions#junit from Scala release 3.1.0. It contains the same definitions as original class which cannot be used directly in Scala Native plugin

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def AfterAnnotClass(using Context): ClassSymbol
def AfterClassAnnotClass(using Context): ClassSymbol
def BeforeAnnotClass(using Context): ClassSymbol
def BeforeClassAnnotClass(using Context): ClassSymbol
def FutureClass(using Context): ClassSymbol
def FutureModule_successful(using Context): Symbol
def IgnoreAnnotClass(using Context): ClassSymbol
def SuccessModule_apply(using Context): Symbol
def TestAnnotClass(using Context): ClassSymbol

Concrete fields

lazy val AfterAnnotType: TypeRef
lazy val AfterClassAnnotType: TypeRef
lazy val BeforeAnnotType: TypeRef
lazy val BeforeClassAnnotType: TypeRef
lazy val BootstrapperType: TypeRef
lazy val FutureType: TypeRef
lazy val IgnoreAnnotType: TypeRef
lazy val NoSuchMethodExceptionType: TypeRef
lazy val TestAnnotType: TypeRef
lazy val TestClassMetadataType: TypeRef
lazy val TestMetadataType: TypeRef