scala.cli.commands.test
package scala.cli.commands.test
Members list
Type members
Classlikes
object Test extends ScalaCommand[TestOptions]
Attributes
- Supertypes
-
class ScalaCommand[TestOptions]trait RestrictableCommand[TestOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[TestOptions]class CaseApp[TestOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
Test.type
final case class TestOptions(shared: SharedOptions, sharedJava: SharedJavaOptions, watch: SharedWatchOptions, compileCross: CrossOptions, testFramework: Option[String], requireTests: Boolean, testOnly: Option[String]) extends HasSharedOptions
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasSharedOptionstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object TestOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TestOptions.type
In this article