Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/software/reporting/src/integTest/groovy/org/gradle/api/reporting/plugins/BuildDashboardPluginIntegrationTest.groovy

            root.file("src/test/groovy/org/gradle/Class1.groovy") << "package org.gradle; class TestClass1 { @org.junit.Test void ok() { } }"
            withTests()
        }
    
        private void badTests(TestFile root = testDirectory) {
            root.file("src/test/groovy/org/gradle/Class1.groovy") << "package org.gradle; class TestClass1 { @org.junit.Test void broken() { throw new RuntimeException() } }"
            withTests()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  2. src/net/mail/message_test.go

    			continue
    		}
    
    		if addr.String() != test {
    			t.Errorf("String() round-trip = %q; want %q", addr, test)
    			continue
    		}
    
    	}
    
    	// Should fail
    	badTests := []string{
    		`<Abc.example.com>`,
    		`<A@b@******@****.***>`,
    		`<a"b(c)d,e:f;g<h>i[j\k]******@****.***>`,
    		`<just"not"******@****.***>`,
    		`<this is"not\******@****.***>`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
Back to top