Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestXxx (0.21 sec)

  1. src/cmd/go/alldocs.go

    // in the "*_test.go" files corresponding to the package under test.
    //
    // A test function is one named TestXxx (where Xxx does not start with a
    // lower case letter) and should have the signature,
    //
    //	func TestXxx(t *testing.T) { ... }
    //
    // A benchmark function is one named BenchmarkXxx and should have the signature,
    //
    //	func BenchmarkXxx(b *testing.B) { ... }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top