Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isAssertionEqualsNumberInsensitive (0.14 seconds)

  1. src/test/java/org/codelibs/fess/unit/UnitFessTestCase.java

        @Override
        protected void tearDown(TestInfo testInfo) throws Exception {
            ComponentUtil.setFessConfig(null);
            super.tearDown(testInfo);
        }
    
        @Override
        protected boolean isAssertionEqualsNumberInsensitive() {
            return true;
        }
    
        // ===== Assert methods for JUnit 5 compatibility =====
    
        // fail with message
        protected void fail(String message) {
            Assertions.fail(message);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 3.3K bytes
    - Click Count (0)
Back to Top