Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for ExpectSuccess (0.29 sec)

  1. platforms/software/ivy/src/testFixtures/groovy/org/gradle/api/publish/ivy/AbstractIvyPublishIntegTest.groovy

                    status: status,
                    variant: variant,
                    resolveModuleMetadata: withModuleMetadata,
                    expectFailure: !expectationSpec.expectSuccess,
                    optionalFeatureCapabilities: optionalFeatureCapabilities,
                )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  2. src/internal/trace/internal/testgen/go122/trace.go

    func (t *Trace) ExpectFailure(pattern string) {
    	t.bad = true
    	t.badMatch = regexp.MustCompile(pattern)
    }
    
    // ExpectSuccess writes down that the trace should successfully parse.
    func (t *Trace) ExpectSuccess() {
    	t.bad = false
    }
    
    // RawEvent emits an event into the trace. name must correspond to one
    // of the names in Specs() result for the version that was passed to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 9.7K bytes
    - Viewed (0)
Back to top