object Runner
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Runner
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def frameworkName(classPath: Seq[Path], parentInspector: ParentInspector): Either[NoTestFrameworkFoundError, String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def maybeExec(commandName: String, command: Seq[String], logger: Logger, cwd: Option[Path] = None): Process
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def run(command: Seq[String], logger: Logger, cwd: Option[Path] = None): Process
- def run0(commandName: String, command: Seq[String], logger: Logger, allowExecve: Boolean, cwd: Option[Path]): Process
- def runJs(entrypoint: File, args: Seq[String], logger: Logger, allowExecve: Boolean = false, jsDom: Boolean = false, sourceMap: Boolean = false): Process
- def runJvm(javaCommand: String, javaArgs: Seq[String], classPath: Seq[File], mainClass: String, args: Seq[String], logger: Logger, allowExecve: Boolean = false, cwd: Option[Path] = None): Process
- def runNative(launcher: File, args: Seq[String], logger: Logger, allowExecve: Boolean = false): Process
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def testJs(classPath: Seq[Path], entrypoint: File, requireTests: Boolean, args: Seq[String], testFrameworkOpt: Option[String], logger: Logger, jsDom: Boolean): Either[TestError, Int]
- def testNative(classPath: Seq[Path], launcher: File, frameworkNameOpt: Option[String], requireTests: Boolean, args: Seq[String], logger: Logger): Either[TestError, Int]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated