Object

org.junit

Assert

Related Doc: package junit

Permalink

object Assert

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Assert
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def assertArrayEquals(expecteds: Array[Float], actuals: Array[Float], delta: Float): Unit

    Permalink
    Annotations
    @noinline()
  6. def assertArrayEquals(message: String, expecteds: Array[Float], actuals: Array[Float], delta: Float): Unit

    Permalink
    Annotations
    @noinline()
  7. def assertArrayEquals(expecteds: Array[Double], actuals: Array[Double], delta: Double): Unit

    Permalink
    Annotations
    @noinline()
  8. def assertArrayEquals(message: String, expecteds: Array[Double], actuals: Array[Double], delta: Double): Unit

    Permalink
    Annotations
    @noinline()
  9. def assertArrayEquals(expecteds: Array[Long], actuals: Array[Long]): Unit

    Permalink
    Annotations
    @noinline()
  10. def assertArrayEquals(message: String, expecteds: Array[Long], actuals: Array[Long]): Unit

    Permalink
    Annotations
    @noinline()
  11. def assertArrayEquals(expecteds: Array[Int], actuals: Array[Int]): Unit

    Permalink
    Annotations
    @noinline()
  12. def assertArrayEquals(message: String, expecteds: Array[Int], actuals: Array[Int]): Unit

    Permalink
    Annotations
    @noinline()
  13. def assertArrayEquals(expecteds: Array[Short], actuals: Array[Short]): Unit

    Permalink
    Annotations
    @noinline()
  14. def assertArrayEquals(message: String, expecteds: Array[Short], actuals: Array[Short]): Unit

    Permalink
    Annotations
    @noinline()
  15. def assertArrayEquals(expecteds: Array[Char], actuals: Array[Char]): Unit

    Permalink
    Annotations
    @noinline()
  16. def assertArrayEquals(message: String, expecteds: Array[Char], actuals: Array[Char]): Unit

    Permalink
    Annotations
    @noinline()
  17. def assertArrayEquals(expecteds: Array[Byte], actuals: Array[Byte]): Unit

    Permalink
    Annotations
    @noinline()
  18. def assertArrayEquals(message: String, expecteds: Array[Byte], actuals: Array[Byte]): Unit

    Permalink
    Annotations
    @noinline()
  19. def assertArrayEquals(expecteds: Array[Boolean], actuals: Array[Boolean]): Unit

    Permalink
    Annotations
    @noinline()
  20. def assertArrayEquals(message: String, expecteds: Array[Boolean], actuals: Array[Boolean]): Unit

    Permalink
    Annotations
    @noinline()
  21. def assertArrayEquals(expecteds: Array[AnyRef], actuals: Array[AnyRef]): Unit

    Permalink
    Annotations
    @noinline()
  22. def assertArrayEquals(message: String, expecteds: Array[AnyRef], actuals: Array[AnyRef]): Unit

    Permalink
    Annotations
    @noinline()
  23. def assertEquals(expected: Float, actual: Float, delta: Float): Unit

    Permalink
    Annotations
    @noinline()
  24. def assertEquals(expected: Double, actual: Double, delta: Double): Unit

    Permalink
    Annotations
    @noinline()
  25. def assertEquals(message: String, expected: Float, actual: Float, delta: Float): Unit

    Permalink
    Annotations
    @noinline()
  26. def assertEquals(message: String, expected: Double, actual: Double, delta: Double): Unit

    Permalink
    Annotations
    @noinline()
  27. def assertEquals(message: String, expected: Long, actual: Long): Unit

    Permalink
    Annotations
    @noinline()
  28. def assertEquals(expected: Long, actual: Long): Unit

    Permalink
    Annotations
    @noinline()
  29. def assertEquals(message: String, expected: Int, actual: Int): Unit

    Permalink
    Annotations
    @noinline()
  30. def assertEquals(expected: Int, actual: Int): Unit

    Permalink
    Annotations
    @noinline()
  31. def assertEquals(expected: Any, actual: Any): Unit

    Permalink
    Annotations
    @noinline()
  32. def assertEquals(message: String, expected: Any, actual: Any): Unit

    Permalink
    Annotations
    @noinline()
  33. def assertFalse(condition: Boolean): Unit

    Permalink
    Annotations
    @noinline()
  34. def assertFalse(message: String, condition: Boolean): Unit

    Permalink
    Annotations
    @noinline()
  35. def assertNotEquals(message: String, unexpected: Float, actual: Float, delta: Float): Unit

    Permalink
    Annotations
    @noinline()
  36. def assertNotEquals(unexpected: Float, actual: Float, delta: Float): Unit

    Permalink
    Annotations
    @noinline()
  37. def assertNotEquals(unexpected: Double, actual: Double, delta: Double): Unit

    Permalink
    Annotations
    @noinline()
  38. def assertNotEquals(message: String, unexpected: Double, actual: Double, delta: Double): Unit

    Permalink
    Annotations
    @noinline()
  39. def assertNotEquals(unexpected: Long, actual: Long): Unit

    Permalink
    Annotations
    @noinline()
  40. def assertNotEquals(message: String, unexpected: Long, actual: Long): Unit

    Permalink
    Annotations
    @noinline()
  41. def assertNotEquals(unexpected: Int, actual: Int): Unit

    Permalink
    Annotations
    @noinline()
  42. def assertNotEquals(message: String, unexpected: Int, actual: Int): Unit

    Permalink
    Annotations
    @noinline()
  43. def assertNotEquals(unexpected: Any, actual: Any): Unit

    Permalink
    Annotations
    @noinline()
  44. def assertNotEquals(message: String, unexpected: Any, actual: Any): Unit

    Permalink
    Annotations
    @noinline()
  45. def assertNotNull(obj: Any): Unit

    Permalink
    Annotations
    @noinline()
  46. def assertNotNull(message: String, obj: Any): Unit

    Permalink
    Annotations
    @noinline()
  47. def assertNotSame(unexpected: Any, actual: Any): Unit

    Permalink
    Annotations
    @noinline()
  48. def assertNotSame(message: String, unexpected: Any, actual: Any): Unit

    Permalink
    Annotations
    @noinline()
  49. def assertNull(obj: Any): Unit

    Permalink
    Annotations
    @noinline()
  50. def assertNull(message: String, obj: Any): Unit

    Permalink
    Annotations
    @noinline()
  51. def assertSame(expected: Any, actual: Any): Unit

    Permalink
    Annotations
    @noinline()
  52. def assertSame(message: String, expected: Any, actual: Any): Unit

    Permalink
    Annotations
    @noinline()
  53. def assertThat[T](reason: String, actual: T, matcher: Matcher[T]): Unit

    Permalink
    Annotations
    @noinline()
  54. def assertThat[T](actual: T, matcher: Matcher[T]): Unit

    Permalink
    Annotations
    @noinline()
  55. def assertThrows[T <: Throwable](message: String, expectedThrowable: Class[T], runnable: ThrowingRunnable): T

    Permalink
    Annotations
    @noinline()
  56. def assertThrows[T <: Throwable](expectedThrowable: Class[T], runnable: ThrowingRunnable): T

    Permalink
    Annotations
    @noinline()
  57. def assertTrue(condition: Boolean): Unit

    Permalink
    Annotations
    @noinline()
  58. def assertTrue(message: String, condition: Boolean): Unit

    Permalink
    Annotations
    @noinline()
  59. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  62. def fail(): Unit

    Permalink
    Annotations
    @noinline()
  63. def fail(message: String): Unit

    Permalink
    Annotations
    @noinline()
  64. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  65. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  67. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  68. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  69. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  70. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  71. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  72. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  73. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def assertEquals(message: String, expected: Double, actual: Double): Unit

    Permalink
    Annotations
    @deprecated @noinline()
    Deprecated

    (Since version )

  2. def assertEquals(expected: Double, actual: Double): Unit

    Permalink
    Annotations
    @deprecated @noinline()
    Deprecated

    (Since version )

Inherited from AnyRef

Inherited from Any

Ungrouped