BaseIOSuite

trait BaseIOSuite extends RunnableSuite[IO] with BaseCatsSuite
trait Provider[IO]
class RunnableSuite[IO]
trait EffectSuite[IO]
trait Here
trait Suite[IO]
trait BaseSuiteClass
class Object
trait Matchable
class Any

Type members

Inherited types

final type EffectType[A] = F[A]
Inherited from:
EffectSuite

Value members

Concrete methods

def getSuite: EffectSuite[IO]

Inherited methods

def cancel(reason: String)(implicit pos: SourceLocation): IO[Nothing]

Raise an error that leads to the running test being tagged as "cancelled".

Raise an error that leads to the running test being tagged as "cancelled".

Inherited from:
EffectSuite
inline def here: SourceLocation

Pulls source location without being affected by implicit scope.

Pulls source location without being affected by implicit scope.

Inherited from:
Here
def ignore(reason: String)(implicit pos: SourceLocation): IO[Nothing]

Raises an error that leads to the running test being tagged as "ignored"

Raises an error that leads to the running test being tagged as "ignored"

Inherited from:
EffectSuite
override def name: String
Definition Classes
EffectSuite -> Suite
Inherited from:
EffectSuite
def plan: List[TestName]
Inherited from:
RunnableSuite
final def run(args: List[String])(report: TestOutcome => IO[Unit]): IO[Unit]
Inherited from:
EffectSuite
def spec(args: List[String]): Stream[IO, TestOutcome]
Inherited from:
Suite

Implicits

Implicits

implicit protected def effectCompat: UnsafeRun[IO]