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(expected: Any, actual: Any): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. 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