Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for classNameOf (0.08 sec)

  1. platforms/software/testing-base-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/DefaultTestFailure.java

                return throwable.getMessage();
            } catch (Throwable t) {
                return String.format("Could not determine failure message for exception of type %s: %s", classNameOf(throwable), t);
            }
        }
    
        private static String classNameOf(Throwable failure) {
            return failure instanceof PlaceholderExceptionSupport
                ? ((PlaceholderExceptionSupport) failure).getExceptionClassName()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 20:33:30 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top