t

weaver

BaseFunIOSuite

trait BaseFunIOSuite extends FunSuiteF[IO] with BaseCatsSuite

Linear Supertypes
BaseCatsSuite, Provider[IO], FunSuiteF[IO], FunSuiteAux, RunnableSuite[IO], EffectSuite[IO], SourceLocation.Here, EffectSuiteAux, Suite[IO], BaseSuiteClass, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseFunIOSuite
  2. BaseCatsSuite
  3. Provider
  4. FunSuiteF
  5. FunSuiteAux
  6. RunnableSuite
  7. EffectSuite
  8. Here
  9. EffectSuiteAux
  10. Suite
  11. BaseSuiteClass
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type EffectType[A] = IO[A]
    Definition Classes
    EffectSuite → EffectSuiteAux

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def adaptRunError: PartialFunction[Throwable, Throwable]
    Attributes
    protected
    Definition Classes
    EffectSuite
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cancel(reason: String)(implicit pos: SourceLocation): IO[Nothing]
    Definition Classes
    EffectSuite
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. implicit final def effect: Async[IO]
    Attributes
    protected
    Definition Classes
    EffectSuite → EffectSuiteAux
  9. implicit def effectCompat: UnsafeRun[EffectType]
    Attributes
    protected
    Definition Classes
    BaseFunIOSuite → RunnableSuite → EffectSuite
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getSuite: EffectSuite[IO]
    Definition Classes
    BaseFunIOSuite → Provider
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. macro def here: SourceLocation
    Definition Classes
    Here
  17. def ignore(reason: String)(implicit pos: SourceLocation): IO[Nothing]
    Definition Classes
    EffectSuite
  18. def isCI: Boolean
    Definition Classes
    RunnableSuite
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def name: String
    Definition Classes
    FunSuiteF → EffectSuite → Suite
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def plan: List[TestName]
    Definition Classes
    FunSuiteF → RunnableSuite
  25. final def run(args: List[String])(report: (TestOutcome) => IO[Unit]): IO[Unit]
    Definition Classes
    EffectSuite
  26. def runUnsafe(args: List[String])(report: (TestOutcome) => Unit): Unit
    Definition Classes
    FunSuiteF → RunnableSuite
  27. def spec(args: List[String]): Stream[IO, TestOutcome]
    Definition Classes
    FunSuiteF → Suite
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def test(name: TestName)(run: => Expectations): Unit
    Definition Classes
    FunSuiteF → FunSuiteAux
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BaseCatsSuite

Inherited from Provider[IO]

Inherited from FunSuiteF[IO]

Inherited from FunSuiteAux

Inherited from RunnableSuite[IO]

Inherited from EffectSuite[IO]

Inherited from SourceLocation.Here

Inherited from EffectSuiteAux

Inherited from Suite[IO]

Inherited from BaseSuiteClass

Inherited from AnyRef

Inherited from Any

Ungrouped