static boolean isTrue(O o) { if (o instanceof Boolean) ret ((Boolean) o).booleanValue(); if (o == null) ret false; fail(getClassName(o)); }