test: tests for BranchUtil

This commit is contained in:
siujamo
2025-06-04 10:32:00 +08:00
parent 3f9dc06438
commit 94e73077cd
2 changed files with 161 additions and 14 deletions
@@ -206,18 +206,4 @@ public final class BranchUtil {
then(trueHandler, null);
}
/**
* Get the boolean result.
* <p>
* <b>Note:</b> {@link BranchUtil} is not responsible for getting a raw boolean result, consider use
* {@link BoolUtil} to replace.
*
* @return the result
* @see BoolUtil
*/
@Deprecated(forRemoval = true)
public boolean getResult() {
return result;
}
}