Packages

o

fs2.internal.jsdeps.node

nodeAssertMod

object nodeAssertMod

Source
nodeAssertMod.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nodeAssertMod
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class AssertionError extends assertMod.AssertionError
    Annotations
    @JSType() @JSImport("node:assert", "AssertionError") @native()
  2. class CallTracker extends assertMod.CallTracker
    Annotations
    @JSType() @JSImport("node:assert", "CallTracker") @native()

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. val ^: Any
    Annotations
    @JSImport("node:assert", JSImport.Namespace) @native()
  5. def apply(value: Any, message: Error): Boolean
    Annotations
    @inline()
  6. def apply(value: Any, message: java.lang.String): Boolean
    Annotations
    @inline()
  7. def apply(value: Any): Boolean

    An alias of assert.ok().

    An alias of assert.ok().

    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. def deepEqual(actual: Any, expected: Any, message: Error): Unit
    Annotations
    @inline()
  11. def deepEqual(actual: Any, expected: Any, message: java.lang.String): Unit
    Annotations
    @inline()
  12. def deepStrictEqual[T](actual: Any, expected: T, message: Error): Boolean
    Annotations
    @inline()
  13. def deepStrictEqual[T](actual: Any, expected: T, message: java.lang.String): Boolean
    Annotations
    @inline()
  14. def deepStrictEqual[T](actual: Any, expected: T): Boolean
    Annotations
    @inline()
  15. def doesNotMatch(value: java.lang.String, regExp: RegExp, message: Error): Unit
    Annotations
    @inline()
  16. def doesNotMatch(value: java.lang.String, regExp: RegExp, message: java.lang.String): Unit
    Annotations
    @inline()
  17. def doesNotMatch(value: java.lang.String, regExp: RegExp): Unit
    Annotations
    @inline()
  18. def doesNotReject(block: Promise[Any], message: Error): Promise[Unit]
    Annotations
    @inline()
  19. def doesNotReject(block: Promise[Any], message: java.lang.String): Promise[Unit]
    Annotations
    @inline()
  20. def doesNotReject(block: Promise[Any], error: AssertPredicate, message: Error): Promise[Unit]
    Annotations
    @inline()
  21. def doesNotReject(block: Promise[Any], error: AssertPredicate, message: java.lang.String): Promise[Unit]
    Annotations
    @inline()
  22. def doesNotReject(block: Promise[Any], error: AssertPredicate): Promise[Unit]
    Annotations
    @inline()
  23. def doesNotReject(block: Promise[Any]): Promise[Unit]
    Annotations
    @inline()
  24. def doesNotReject(block: Function0[Promise[Any]], message: Error): Promise[Unit]
    Annotations
    @inline()
  25. def doesNotReject(block: Function0[Promise[Any]], message: java.lang.String): Promise[Unit]
    Annotations
    @inline()
  26. def doesNotReject(block: Function0[Promise[Any]], error: AssertPredicate, message: Error): Promise[Unit]
    Annotations
    @inline()
  27. def doesNotReject(block: Function0[Promise[Any]], error: AssertPredicate, message: java.lang.String): Promise[Unit]
    Annotations
    @inline()
  28. def doesNotReject(block: Function0[Promise[Any]], error: AssertPredicate): Promise[Unit]
    Annotations
    @inline()
  29. def doesNotReject(block: Function0[Promise[Any]]): Promise[Unit]
    Annotations
    @inline()
  30. def doesNotThrow(block: Function0[Any], message: Error): Unit
    Annotations
    @inline()
  31. def doesNotThrow(block: Function0[Any], message: java.lang.String): Unit
    Annotations
    @inline()
  32. def doesNotThrow(block: Function0[Any], error: AssertPredicate, message: Error): Unit
    Annotations
    @inline()
  33. def doesNotThrow(block: Function0[Any], error: AssertPredicate, message: java.lang.String): Unit
    Annotations
    @inline()
  34. def doesNotThrow(block: Function0[Any], error: AssertPredicate): Unit
    Annotations
    @inline()
  35. def doesNotThrow(block: Function0[Any]): Unit
    Annotations
    @inline()
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def equal(actual: Any, expected: Any, message: Error): Unit
    Annotations
    @inline()
  38. def equal(actual: Any, expected: Any, message: java.lang.String): Unit
    Annotations
    @inline()
  39. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  40. def fail(message: Error): Nothing
    Annotations
    @inline()
  41. def fail(message: java.lang.String): Nothing
    Annotations
    @inline()
  42. def fail(actual: Any, expected: Any, message: Unit, operator: Unit, stackStartFn: Function): Nothing
    Annotations
    @inline()
  43. def fail(actual: Any, expected: Any, message: Unit, operator: java.lang.String, stackStartFn: Function): Nothing
    Annotations
    @inline()
  44. def fail(actual: Any, expected: Any, message: Unit, operator: java.lang.String): Nothing
    Annotations
    @inline()
  45. def fail(actual: Any, expected: Any, message: Error, operator: Unit, stackStartFn: Function): Nothing
    Annotations
    @inline()
  46. def fail(actual: Any, expected: Any, message: Error, operator: java.lang.String, stackStartFn: Function): Nothing
    Annotations
    @inline()
  47. def fail(actual: Any, expected: Any, message: Error, operator: java.lang.String): Nothing
    Annotations
    @inline()
  48. def fail(actual: Any, expected: Any, message: Error): Nothing
    Annotations
    @inline()
  49. def fail(actual: Any, expected: Any, message: java.lang.String, operator: Unit, stackStartFn: Function): Nothing
    Annotations
    @inline()
  50. def fail(actual: Any, expected: Any, message: java.lang.String, operator: java.lang.String, stackStartFn: Function): Nothing
    Annotations
    @inline()
  51. def fail(actual: Any, expected: Any, message: java.lang.String, operator: java.lang.String): Nothing
    Annotations
    @inline()
  52. def fail(actual: Any, expected: Any, message: java.lang.String): Nothing
    Annotations
    @inline()
  53. def fail(): Nothing
    Annotations
    @inline()
  54. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  55. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  56. def ifError(value: Any): UndefOr[Boolean]
    Annotations
    @inline()
  57. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  58. def match(value: java.lang.String, regExp: RegExp, message: Error): Unit
    Annotations
    @inline()
  59. def match(value: java.lang.String, regExp: RegExp, message: java.lang.String): Unit
    Annotations
    @inline()
  60. def match(value: java.lang.String, regExp: RegExp): Unit
    Annotations
    @inline()
  61. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. def notDeepEqual(actual: Any, expected: Any, message: Error): Unit
    Annotations
    @inline()
  63. def notDeepEqual(actual: Any, expected: Any, message: java.lang.String): Unit
    Annotations
    @inline()
  64. def notDeepStrictEqual(actual: Any, expected: Any, message: Error): Unit
    Annotations
    @inline()
  65. def notDeepStrictEqual(actual: Any, expected: Any, message: java.lang.String): Unit
    Annotations
    @inline()
  66. def notDeepStrictEqual(actual: Any, expected: Any): Unit
    Annotations
    @inline()
  67. def notEqual(actual: Any, expected: Any, message: Error): Unit
    Annotations
    @inline()
  68. def notEqual(actual: Any, expected: Any, message: java.lang.String): Unit
    Annotations
    @inline()
  69. def notStrictEqual(actual: Any, expected: Any, message: Error): Unit
    Annotations
    @inline()
  70. def notStrictEqual(actual: Any, expected: Any, message: java.lang.String): Unit
    Annotations
    @inline()
  71. def notStrictEqual(actual: Any, expected: Any): Unit
    Annotations
    @inline()
  72. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  73. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  74. def ok(value: Any, message: Error): Boolean
    Annotations
    @inline()
  75. def ok(value: Any, message: java.lang.String): Boolean
    Annotations
    @inline()
  76. def ok(value: Any): Boolean
    Annotations
    @inline()
  77. def rejects(block: Promise[Any], message: Error): Promise[Unit]
    Annotations
    @inline()
  78. def rejects(block: Promise[Any], message: java.lang.String): Promise[Unit]
    Annotations
    @inline()
  79. def rejects(block: Promise[Any], error: AssertPredicate, message: Error): Promise[Unit]
    Annotations
    @inline()
  80. def rejects(block: Promise[Any], error: AssertPredicate, message: java.lang.String): Promise[Unit]
    Annotations
    @inline()
  81. def rejects(block: Promise[Any], error: AssertPredicate): Promise[Unit]
    Annotations
    @inline()
  82. def rejects(block: Promise[Any]): Promise[Unit]
    Annotations
    @inline()
  83. def rejects(block: Function0[Promise[Any]], message: Error): Promise[Unit]
    Annotations
    @inline()
  84. def rejects(block: Function0[Promise[Any]], message: java.lang.String): Promise[Unit]
    Annotations
    @inline()
  85. def rejects(block: Function0[Promise[Any]], error: AssertPredicate, message: Error): Promise[Unit]
    Annotations
    @inline()
  86. def rejects(block: Function0[Promise[Any]], error: AssertPredicate, message: java.lang.String): Promise[Unit]
    Annotations
    @inline()
  87. def rejects(block: Function0[Promise[Any]], error: AssertPredicate): Promise[Unit]
    Annotations
    @inline()
  88. def rejects(block: Function0[Promise[Any]]): Promise[Unit]
    Annotations
    @inline()
  89. val strict: Omit[Any, |[|[|[|[|[|[|[|[equal, notEqual], deepEqual], notDeepEqual], ok], strictEqual], deepStrictEqual], ifError], strict]] with DeepEqual
    Annotations
    @JSImport("node:assert", "strict") @native()
  90. def strictEqual[T](actual: Any, expected: T, message: Error): Boolean
    Annotations
    @inline()
  91. def strictEqual[T](actual: Any, expected: T, message: java.lang.String): Boolean
    Annotations
    @inline()
  92. def strictEqual[T](actual: Any, expected: T): Boolean
    Annotations
    @inline()
  93. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  94. def throws(block: Function0[Any], message: Error): Unit
    Annotations
    @inline()
  95. def throws(block: Function0[Any], message: java.lang.String): Unit
    Annotations
    @inline()
  96. def throws(block: Function0[Any], error: AssertPredicate, message: Error): Unit
    Annotations
    @inline()
  97. def throws(block: Function0[Any], error: AssertPredicate, message: java.lang.String): Unit
    Annotations
    @inline()
  98. def throws(block: Function0[Any], error: AssertPredicate): Unit
    Annotations
    @inline()
  99. def throws(block: Function0[Any]): Unit
    Annotations
    @inline()
  100. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  101. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  102. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  103. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def deepEqual(actual: Any, expected: Any): Unit

    Annotations
    @inline()
    Deprecated

    since v9.9.0 - use deepStrictEqual() instead.

  2. def equal(actual: Any, expected: Any): Unit

    Annotations
    @inline()
    Deprecated

    since v9.9.0 - use strictEqual() instead.

  3. def fail(actual: Any, expected: Any): Nothing

    Annotations
    @inline()
    Deprecated

    since v10.0.0 - use fail([message]) or other assert functions instead.

  4. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  5. def notDeepEqual(actual: Any, expected: Any): Unit

    Annotations
    @inline()
    Deprecated

    since v9.9.0 - use notDeepStrictEqual() instead.

  6. def notEqual(actual: Any, expected: Any): Unit

    Annotations
    @inline()
    Deprecated

    since v9.9.0 - use notStrictEqual() instead.

Inherited from AnyRef

Inherited from Any

Ungrouped