2020-07-07 14:18:10 +03:00
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
- [Asserting Log Messages With JUnit](https://www.baeldung.com/junit-asserting-logs)
|
2020-09-16 22:57:59 +08:00
|
|
|
- [Assert Two Lists for Equality Ignoring Order in Java](https://www.baeldung.com/java-assert-lists-equality-ignore-order)
|
2021-11-18 01:09:16 +08:00
|
|
|
- [Assert That a Java Optional Has a Certain Value](https://www.baeldung.com/java-optional-assert-value)
|
2021-11-24 14:23:37 +08:00
|
|
|
- [Assert that an Object is from a Specific Type](https://www.baeldung.com/java-assert-object-of-type)
|