com.github.inthenow.jasmine

scalatest

package scalatest

Visibility
  1. Public
  2. All

Type Members

  1. trait ChromeHeadless extends WebBrowser with Driver

  2. trait Firefox17Headless extends WebBrowser with Driver

  3. trait IE10Headless extends WebBrowser with Driver

  4. trait IE9Headless extends WebBrowser with Driver

  5. class JExpImpl[T] extends FunSpec with Matchers with BeforeAndAfter

  6. class JExpImplAnyRef extends JExpImpl[AnyRef]

  7. class JExpImplBoolean extends JExpImpl[Boolean]

  8. class JExpImplDouble extends JExpImpl[Double]

  9. class JExpImplString extends JExpImpl[String]

  10. class JExpImplTrav[T] extends JExpImpl[Array[T]]

  11. class JasmineExpectation[T] extends AnyRef

    Generic Expectations used by specialised ones.

  12. class JasmineExpectationAny extends JasmineExpectation[Any] with JBaseExpAny

  13. class JasmineExpectationAnyRef extends JasmineExpectation[AnyRef] with JBaseExpAnyRef

  14. class JasmineExpectationBoolean extends JasmineExpectation[Boolean] with JBaseExpBoolean

  15. class JasmineExpectationDouble extends JasmineExpectation[Double] with JBaseExpDouble

  16. class JasmineExpectationString extends JasmineExpectation[String] with JBaseExpString

  17. class JasmineExpectationTrav[T] extends JasmineExpectation[Array[T]] with JBaseExpTrav[T]

  18. class JasmineSpec extends FunSpecLike with JSpec

  19. abstract class JasmineSpecJsRunner extends FunSpec with Driver

  20. trait PhantomJS extends WebBrowser with Driver

Value Members

  1. object JasmineSpec extends Serializable

  2. object JasmineUtil

Ungrouped