Package

pl.touk.nussknacker

test

Permalink

package test

Visibility
  1. Public
  2. All

Type Members

  1. trait ExtremelyPatientScalaFutures extends ScalaFutures with Eventually

    Permalink
  2. trait NussknackerAssertions extends Assertions

    Permalink
  3. trait PatientScalaFutures extends ScalaFutures with Eventually

    Permalink

    Default ScalaFutures patient is set to timeout = 150ms and interval = 15ms.

    Default ScalaFutures patient is set to timeout = 150ms and interval = 15ms. It is a good setting in the perfect scenario when asynchronous tasks are very short and global ExecutionContext works without delays. But ... in the real World we have very vary tasks duration and on slow environments (like Travis) it cause occasional delays. So we need to be more patient.

  4. trait VeryPatientScalaFutures extends ScalaFutures with Eventually

    Permalink
  5. trait WithDataList[T] extends Serializable

    Permalink

Ungrouped