java-tutorials/testing-modules/testing-assertions/README.md

8 lines
562 B
Markdown
Raw Normal View History

2020-07-07 07:18:10 -04:00
### Relevant Articles:
- [Asserting Log Messages With JUnit](https://www.baeldung.com/junit-asserting-logs)
2020-09-16 10:57:59 -04:00
- [Assert Two Lists for Equality Ignoring Order in Java](https://www.baeldung.com/java-assert-lists-equality-ignore-order)
2021-11-17 12:09:16 -05:00
- [Assert That a Java Optional Has a Certain Value](https://www.baeldung.com/java-optional-assert-value)
2023-05-27 07:09:31 -04:00
- [Assert That an Object Is From a Specific Type](https://www.baeldung.com/java-assert-object-of-type)
2023-06-21 05:47:03 -04:00
- [Asserting Equality on Two Classes Without an equals() Method](https://www.baeldung.com/java-assert-equality-no-equals)