Package

org.pageobject.core

tools

Permalink

package tools

Visibility
  1. Public
  2. All

Type Members

  1. class DynamicOptionVariable[T] extends AnyRef

    Permalink

    In opposite to scala's DynamicVariable this class is using a ThreadLocal.

  2. trait Logging extends AnyRef

    Permalink

Value Members

  1. object AssertionFailed

    Permalink

    Because the scala test assert macros, when using DiagrammedAssertions, generate code that don't throw AssertionError's, this object is used to detect the cases like this.

  2. object Environment

    Permalink
  3. object Limit

    Permalink

    Query the system environment for limit values

  4. object LogContext

    Permalink
  5. object OS

    Permalink

    OS detection

  6. object Perf

    Permalink

    Helper object to check how long a code block needs to execute

Ungrouped