trait ComTests extends JSEnvTest with AsyncTests

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

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
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: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val DefaultTimeout: Duration
    Attributes
    protected
    Definition Classes
    AsyncTests
  5. def allowScriptTags: Unit
    Definition Classes
    BasicJSEnvTests
    Annotations
    @Test()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asyncRunner(code: String): AsyncJSRunner
    Attributes
    protected
    Definition Classes
    AsyncTests
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def comCloseJSTest: Unit
    Annotations
    @Test()
  10. def comCloseJSTestCommon(timeout: Long): Unit
  11. def comCloseJSTestDelayed: Unit
    Annotations
    @Test()
  12. def comCloseJVMTest: Unit
    Annotations
    @Test()
  13. def comRunner(code: String): ComJSRunner
    Attributes
    protected
  14. def doubleCloseTest: Unit
    Annotations
    @Test()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def failureTest: Unit
    Definition Classes
    BasicJSEnvTests
    Annotations
    @Test()
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def futureStopTest: Unit
    Annotations
    @Test()
  20. def futureTest: Unit
    Definition Classes
    AsyncTests
    Annotations
    @Test()
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. def highCharTest: Unit
    Annotations
    @Test()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def largeMessageTest: Unit
    Annotations
    @Test()
  26. def multiEnvTest: Unit
    Annotations
    @Test()
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def noInitTest: Unit
    Annotations
    @Test()
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def start(runner: AsyncJSRunner): Future[Unit]
    Attributes
    protected
    Definition Classes
    AsyncTests
  32. def stopAfterTerminatedTest: Unit
    Definition Classes
    AsyncTests
    Annotations
    @Test()
  33. def stopTestCom: Unit
    Annotations
    @Test()
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def syntaxErrorTest: Unit
    Definition Classes
    BasicJSEnvTests
    Annotations
    @Test()
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def utf8Test: Unit
    Definition Classes
    BasicJSEnvTests
    Annotations
    @Test()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. 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