org.scalajs.jsenv.test

ComTests

trait ComTests extends JSEnvTest with AsyncTests

A couple of tests that test communication for mix-in into a test suite

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ComTests
  2. AsyncTests
  3. BasicJSEnvTests
  4. JSEnvTest
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class RunMatcher extends AnyRef

    Definition Classes
    JSEnvTest

Abstract Value Members

  1. abstract def newJSEnv: ComJSEnv

    Attributes
    protected
    Definition Classes
    ComTestsAsyncTestsJSEnvTest

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final val DefaultTimeout: Duration

    Attributes
    protected
    Definition Classes
    AsyncTests
  7. def allowScriptTags: Unit

    Definition Classes
    BasicJSEnvTests
    Annotations
    @Test()
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def asyncRunner(code: String): AsyncJSRunner

    Attributes
    protected
    Definition Classes
    AsyncTests
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def comCloseJSTest: Unit

    Annotations
    @Test()
  12. def comCloseJSTestCommon(timeout: Long): Unit

  13. def comCloseJSTestDelayed: Unit

    Annotations
    @Test()
  14. def comCloseJVMTest: Unit

    Annotations
    @Test()
  15. def comRunner(code: String): ComJSRunner

    Attributes
    protected
  16. def doubleCloseTest: Unit

    Annotations
    @Test()
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def failureTest: Unit

    Definition Classes
    BasicJSEnvTests
    Annotations
    @Test()
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def futureStopTest: Unit

    Annotations
    @Test()
  22. def futureTest: Unit

    Definition Classes
    AsyncTests
    Annotations
    @Test()
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. def highCharTest: Unit

    Annotations
    @Test()
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def largeMessageTest: Unit

    Annotations
    @Test()
  28. def multiEnvTest: Unit

    Annotations
    @Test()
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def noInitTest: Unit

    Annotations
    @Test()
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def start(runner: AsyncJSRunner): Future[Unit]

    Attributes
    protected
    Definition Classes
    AsyncTests
  34. def stopAfterTerminatedTest: Unit

    Definition Classes
    AsyncTests
    Annotations
    @Test()
  35. def stopTestCom: Unit

    Annotations
    @Test()
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def syntaxErrorTest: Unit

    Definition Classes
    BasicJSEnvTests
    Annotations
    @Test()
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def utf8Test: Unit

    Definition Classes
    BasicJSEnvTests
    Annotations
    @Test()
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AsyncTests

Inherited from BasicJSEnvTests

Inherited from JSEnvTest

Inherited from AnyRef

Inherited from Any

Ungrouped