Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestNonGradleCauseException (0.27 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/buildevents/TestNonGradleCauseException.groovy

     * limitations under the License.
     */
    
    package org.gradle.internal.buildevents
    
    import org.gradle.internal.exceptions.NonGradleCause
    
    class TestNonGradleCauseException extends Exception implements NonGradleCause {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 27 12:32:25 UTC 2023
    - 794 bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/internal/buildevents/BuildExceptionReporterTest.groovy

    {stacktrace}
    """
        }
    
        def "report multiple failures and skip help link for NonGradleCauseException"() {
            def failure1 = new LocationAwareException(new TaskExecutionException(null, new TestNonGradleCauseException()), LOCATION, 42)
            def failure2 = new LocationAwareException(new TaskExecutionException(null, new TestCompilationFailureException()), LOCATION, 42)
            def failure3 = new RuntimeException("<error>")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 18.3K bytes
    - Viewed (0)
Back to top