c

weaver

MutableFSuite

abstract class MutableFSuite[F[_]] extends RunnableSuite[F]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MutableFSuite
  2. RunnableSuite
  3. EffectSuite
  4. Here
  5. EffectSuiteAux
  6. Suite
  7. BaseSuiteClass
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MutableFSuite()

Type Members

  1. final type EffectType[A] = F[A]
    Definition Classes
    EffectSuiteEffectSuiteAux
  2. class PartiallyAppliedTest extends AnyRef
  3. abstract type Res

Abstract Value Members

  1. implicit abstract def effectCompat: UnsafeRun[EffectType]
    Attributes
    protected
    Definition Classes
    RunnableSuiteEffectSuite
  2. abstract def sharedResource: Resource[F, Res]

Concrete 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): F[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".

    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: CECompat.Effect[F]
    Attributes
    protected
    Definition Classes
    EffectSuiteEffectSuiteAux
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. macro def here: SourceLocation

    Pulls source location without being affected by implicit scope.

    Pulls source location without being affected by implicit scope.

    Definition Classes
    Here
  15. def ignore(reason: String)(implicit pos: SourceLocation): F[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"

    Definition Classes
    EffectSuite
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def loggedTest(name: TestName)(run: (Log[F]) => F[Expectations]): Unit
  18. def maxParallelism: Int
  19. def name: String
    Definition Classes
    EffectSuiteSuite
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def plan: List[TestName]
    Definition Classes
    MutableFSuiteRunnableSuite
  24. def pureTest(name: TestName)(run: => Expectations): Unit
  25. def registerTest(name: TestName)(f: (Res) => F[TestOutcome]): Unit
    Attributes
    protected
  26. final def run(args: List[String])(report: (TestOutcome) => F[Unit]): F[Unit]
    Definition Classes
    EffectSuite
  27. def spec(args: List[String]): Stream[F, TestOutcome]
    Definition Classes
    MutableFSuiteSuite
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def test(name: TestName): PartiallyAppliedTest
  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 RunnableSuite[F]

Inherited from EffectSuite[F]

Inherited from SourceLocation.Here

Inherited from EffectSuiteAux

Inherited from Suite[F]

Inherited from BaseSuiteClass

Inherited from AnyRef

Inherited from Any

Ungrouped