RunnableSpec

abstract class RunnableSpec[R <: Has[_], E] extends AbstractRunnableSpec

A RunnableSpec has a main function and can be run by the JVM / Scala.js.

class Object
trait Matchable
class Any

Type members

Types

override type Environment = R
override type Failure = E

Value members

Concrete methods

final def main(args: Array[String]): Unit

A simple main function that can be used to run the spec.

A simple main function that can be used to run the spec.

Inherited methods

def aspects: List[TestAspect[Nothing, Environment, Nothing, Any]]
Inherited from:
AbstractRunnableSpec
final def platform: Platform

the platform used by the runner

the platform used by the runner

Inherited from:
AbstractRunnableSpec

Returns an effect that executes the spec, producing the results of the execution.

Returns an effect that executes the spec, producing the results of the execution.

Inherited from:
AbstractRunnableSpec