play

test

package test

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. trait Assertions extends AnyRef

    wraps around FunctionalTest's junit asserts

  2. trait Browser extends AnyRef

    wraps around FunctionalTest's browser specific methods

  3. trait FunctionalFeatureSpec extends FunctionalTest with FeatureSpec with Browser with Matchers

  4. trait FunctionalFlatSpec extends FunctionalTest with FlatSpec with Browser with Matchers

  5. trait FunctionalSpec extends FunctionalTest with Spec with Browser with Matchers

  6. trait FunctionalTestCase extends FunctionalTest with Browser with Assertions

  7. trait FunctionalWordSpec extends FunctionalTest with WordSpec with Browser with Matchers

  8. trait Matchers extends AnyRef

  9. trait UnitFeatureSpec extends UnitTest with FeatureSpec

  10. trait UnitFlatSpec extends UnitTest with FlatSpec

  11. trait UnitFunSuite extends UnitTest with FunSuite

  12. trait UnitSpec extends UnitTest with Spec

  13. trait UnitTestCase extends UnitTest

  14. trait UnitWordSpec extends UnitTest with WordSpec

Value Members

  1. object Assertions extends Assertions

  2. object Browser extends Browser

  3. object Matchers extends Matchers

  4. def Yaml [T] (name: String)(implicit m: ClassManifest[T]) : T

    definition classes: root