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

7 lines
440 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)
2021-11-24 01:23:37 -05:00
- [Assert that an Object is from a Specific Type](https://www.baeldung.com/java-assert-object-of-type)