Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BrokenTest (0.09 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitTestFailureIntegrationTest.groovy

                        }
                    }
                }
            """.stripIndent()
            file('src/test/java/org/gradle/BrokenTest.java') << """
                package org.gradle;
    
                ${testFrameworkImports}
    
                public class BrokenTest {
                    @Test
                    public void failure() {
                        fail("failed");
                    }
    
                    @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 18K bytes
    - Viewed (0)
  2. src/net/http/httptest/server.go

    			panic(fmt.Sprintf("httptest: failed to listen on a port: %v", err))
    		}
    	}
    	return l
    }
    
    // When debugging a particular http server-based test,
    // this flag lets you run
    //
    //	go test -run='^BrokenTest$' -httptest.serve=127.0.0.1:8000
    //
    // to start the broken server so you can interact with it manually.
    // We only register this flag if it looks like the caller knows about it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 17:26:10 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top