Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetupError (0.24 sec)

  1. src/testing/quick/quick.go

    		} else {
    			maxCount = *defaultMaxCount
    		}
    	}
    
    	return
    }
    
    // A SetupError is the result of an error in the way that check is being
    // used, independent of the functions being tested.
    type SetupError string
    
    func (s SetupError) Error() string { return string(s) }
    
    // A CheckError is the result of Check finding an error.
    type CheckError struct {
    	Count int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:47 UTC 2023
    - 10.1K bytes
    - Viewed (0)
Back to top