1. Classes
  2. CustomMatcher
  3. Description
  4. isInstanceOf
  5. Matcher
  6. StringDescription
  7. TypeMatcher
  8. Constants
  9. anything
  10. isArgumentError
  11. isCastError
  12. isConcurrentModificationError
  13. isCyclicInitializationError
  14. isEmpty
  15. isException
  16. isFalse
  17. isFormatException
  18. isList
  19. isMap
  20. isNaN
  21. isNegative
  22. isNonNegative
  23. isNonPositive
  24. isNonZero
  25. isNoSuchMethodError
  26. isNotEmpty
  27. isNotNaN
  28. isNotNull
  29. isNull
  30. isNullThrownError
  31. isPositive
  32. isRangeError
  33. isStateError
  34. isTrue
  35. isUnimplementedError
  36. isUnsupportedError
  37. isZero
  38. returnsNormally
  39. Functions
  40. addStateInfo
  41. allOf
  42. anyElement
  43. anyOf
  44. closeTo
  45. collapseWhitespace
  46. contains
  47. containsAll
  48. containsAllInOrder
  49. containsOnce
  50. containsPair
  51. containsValue
  52. endsWith
  53. equals
  54. equalsIgnoringCase
  55. equalsIgnoringWhitespace
  56. escape
  57. everyElement
  58. greaterThan
  59. greaterThanOrEqualTo
  60. hasLength
  61. inClosedOpenRange
  62. inExclusiveRange
  63. inInclusiveRange
  64. inOpenClosedRange
  65. isA
  66. isIn
  67. isNot
  68. isSorted
  69. isSortedBy
  70. isSortedByCompare
  71. isSortedUsing
  72. lessThan
  73. lessThanOrEqualTo
  74. matches
  75. orderedEquals
  76. pairwiseCompare
  77. predicate
  78. same
  79. startsWith
  80. stringContainsInOrder
  81. unorderedEquals
  82. unorderedMatches
  83. wrapMatcher