Package

org

scalatest

Permalink

package scalatest

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalatest
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class RoboSuiteRunner extends AnyRef

    Permalink
  2. trait RobolectricSuite extends SuiteMixin

    Permalink

    Enables Robolectric shadow implementations for Android stubs.

    Enables Robolectric shadow implementations for Android stubs.

    This works similarly to RobolectricTestRunner class: - prepares Robolectric class loader (uses some magic copied from RobolectricTestRunner) - loads current suite in Robolectric loader - executes tests in shadowed suite

  3. type ShouldMatchers = scalatest.matchers.ShouldMatchers

    Permalink
  4. type DuplicateTestNameException = scalatest.exceptions.DuplicateTestNameException

    Permalink
    Annotations
    @deprecated
    Deprecated

    Please use org.scalatest.exceptions.DuplicateTestNameException instead.

  5. type ModifiableMessage[T <: Throwable] = scalatest.exceptions.ModifiableMessage[T]

    Permalink
    Annotations
    @deprecated
    Deprecated

    Please use org.scalatest.exceptions.ModifiableMessageXXX instead.

  6. type NotAllowedException = scalatest.exceptions.NotAllowedException

    Permalink
    Annotations
    @deprecated
    Deprecated

    Please use org.scalatest.exceptions.NotAllowedException instead.

  7. type StackDepth = scalatest.exceptions.StackDepth

    Permalink
    Annotations
    @deprecated
    Deprecated

    Please use org.scalatest.exceptions.StackDepth instead.

  8. type StackDepthException = scalatest.exceptions.StackDepthException

    Permalink
    Annotations
    @deprecated
    Deprecated

    Please use org.scalatest.exceptions.StackDepthException instead.

  9. type TestFailedException = scalatest.exceptions.TestFailedException

    Permalink
    Annotations
    @deprecated
    Deprecated

    Please use org.scalatest.exceptions.TestFailedException instead.

  10. type TestPendingException = scalatest.exceptions.TestPendingException

    Permalink
    Annotations
    @deprecated
    Deprecated

    Please use org.scalatest.exceptions.TestPendingException instead.

  11. type TestRegistrationClosedException = scalatest.exceptions.TestRegistrationClosedException

    Permalink
    Annotations
    @deprecated
    Deprecated

    Please use org.scalatest.exceptions.TestRegistrationClosedException instead.

  12. type TimesOnInt = scalactic.TimesOnInt

    Permalink
    Annotations
    @deprecated
    Deprecated

    Please use org.scalactic.TimesOnInt instead

Value Members

  1. object RoboSuiteRunner

    Permalink
  2. val ScalaTestVersion: String

    Permalink
  3. lazy val color: Shell

    Permalink
  4. lazy val durations: Shell

    Permalink
  5. lazy val fullstacks: Shell

    Permalink
  6. lazy val nocolor: Shell

    Permalink
  7. lazy val nodurations: Shell

    Permalink
  8. lazy val nostacks: Shell

    Permalink
  9. lazy val nostats: Shell

    Permalink
  10. lazy val shortstacks: Shell

    Permalink
  11. lazy val stats: Shell

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped