com.automatak.commons

testing

package testing

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. testing
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DecoratedInteger extends Traversable[Int]

  2. trait During extends AnyRef

  3. class SynchronizedList[A] extends AnyRef

    Copyright 2011 J Adam Crain (jadamcrain@gmail.

  4. class SynchronizedVariable[A] extends AnyRef

  5. trait Within extends AnyRef

Value Members

  1. implicit def convertIntToDecoratedInt(i: Int): DecoratedInteger

  2. def onAnotherThread(fun: ⇒ Unit): Thread

    Dispatch a unit of work on another Java Thread

    Dispatch a unit of work on another Java Thread

    fun

  3. def time[A](fun: ⇒ A): (Long, A)

    Time how long an operation takes

    Time how long an operation takes

    A

    Return type of fun

    fun

    The function to be timed

    returns

    A tuple of the time in nanoseconds and fun's return value

Inherited from AnyRef

Inherited from Any

Ungrouped