Packages

class DistageTestRunner[F[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DistageTestRunner
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DistageTestRunner(reporter: TestReporter, isTestSkipException: (Throwable) => Boolean, loggerCache: Cache)(implicit arg0: distage.TagK[F], arg1: DefaultModule[F])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def configuredParTraverse[F1[_], A](l: Iterable[A])(getParallelismGroup: (A) => ParallelLevel)(f: (A) => F1[Unit])(implicit F: QuasiIO[F1], P: QuasiAsync[F1]): F1[Unit]
    Attributes
    protected
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def groupTests(distageTests: Seq[DistageTest[F]], loggerCache: Cache): Either[List[DIError], Map[MemoizationEnv, MemoizationTree[F]]]

    Performs tests grouping by it's memoization environment.

    Performs tests grouping by it's memoization environment. TestEnvironment.EnvExecutionParams - contains only parts of environment that will not affect plan. Grouping by such structure will allow us to create memoization groups with shared logger and parallel execution policy. By result you'll got TestEnvironment.MemoizationEnv mapped to MemoizationTree - tree-represented memoization plan with tests. TestEnvironment.MemoizationEnv represents memoization environment, with shared Injector, and runtime plan.

  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def loadConfig(env: TestEnvironment, envLogger: IzLogger): AppConfig
    Attributes
    protected[this]
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def proceedEnv(env: MemoizationEnv, testsTree: MemoizationTree[F]): Unit
  19. def proceedIndividual(test: DistageTest[F], testPlan: Plan, testInjector: distage.Injector[F])(implicit F: QuasiIO[F]): F[Unit]
    Attributes
    protected
  20. def proceedMemoizationLevel(planChecker: PlanCircularDependencyCheck, deepestSharedLocator: distage.Locator, testRunnerLogger: IzLogger)(levelGroups: Iterable[MemoizationLevelGroup[F]])(implicit F: QuasiIO[F], P: QuasiAsync[F]): F[Unit]
    Attributes
    protected
  21. def proceedTest(planChecker: PlanCircularDependencyCheck, mainSharedLocator: distage.Locator, testRunnerLogger: IzLogger, groupStrengthenedKeys: Set[distage.DIKey])(preparedTest: PreparedTest[F])(implicit F: QuasiIO[F]): F[Unit]
    Attributes
    protected
  22. def run(tests: Seq[DistageTest[F]]): Unit
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. def withRecoverFromFailedExecution[A](allTests: Seq[DistageTest[F]])(f: => A)(onError: => A): A
    Attributes
    protected
  29. def withTestsRecoverCause(before: Option[Long], tests: Seq[DistageTest[F]])(testsAction: => F[Unit])(implicit F: QuasiIO[F]): F[Unit]
    Attributes
    protected

Inherited from AnyRef

Inherited from Any

Ungrouped