Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTeardownParallel (0.46 sec)

  1. src/testing/testing.go

    //	            ...
    //	        })
    //	    }
    //	}
    //
    // Run does not return until parallel subtests have completed, providing a way
    // to clean up after a group of parallel tests:
    //
    //	func TestTeardownParallel(t *testing.T) {
    //	    // This Run will not return until the parallel tests finish.
    //	    t.Run("group", func(t *testing.T) {
    //	        t.Run("Test1", parallelTest1)
    //	        t.Run("Test2", parallelTest2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
Back to top