Introduction
  • Hamcrest source code.
  • Introduction
  • assertThat(), equalTo() methods
  • String methods
  • Number methods
  • Expressive syntax
  • Matcher practice 1
  • Matcher practice 2
  • Quiz 1
Hamcrest In Greater Depth
  • Array methods
  • Collection methods
  • Object methods, anything()
  • Matcher practice 3
  • Quiz 2
Custom Hamcrest Matchers
  • Custom Hamcrest matcher: IsOdd
  • Custom Hamcrest Matcher: Sum
  • Write Your Own Custom Matcher: StartsWith
  • Write Your Own Custom Matcher: AlphaNumeric
Beans
  • Methods for Java Beans
Course Conclusion
  • Course Conclusion