Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mapStringBasedComparisonFailure (0.45 sec)

  1. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/failure/mappers/OpenTestAssertionFailedMapper.java

            );
    
            if (isFileInfo(expectedValue) || isFileInfo(actualValue)) {
                return mapFileInfoComparisonFailure(throwable, expectedValue, actualValue);
            } else {
                return mapStringBasedComparisonFailure(throwable, expectedValue, actualValue);
            }
        }
    
        private static TestFailure mapFileInfoComparisonFailure(Throwable throwable, @Nullable Object expected, @Nullable Object actual) throws Exception {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 09 14:48:53 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top