test: tests for BoolUtil

This commit is contained in:
siujamo
2025-06-04 10:26:47 +08:00
parent 4702b3a293
commit 3f9dc06438
2 changed files with 137 additions and 2 deletions
@@ -47,8 +47,6 @@ import java.util.function.BooleanSupplier;
*/
public final class BoolUtil {
private final static Logger log = LoggerFactory.getLogger(BoolUtil.class);
/**
* Logical and calculation.
*