java-assert-string-not-empty
String Not Empty Test Assertions in Java 1. Overview In certain scenarios, we need to assert if a given String is empty or not. There are quite a few ways to do such assertions in Java. Let’s explore some of those test assertion techniques in this quick tutorial. 2. Maven… Continue Reading java-assert-string-not-empty