Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/test/framework/testcontext.go

    	NewSubTest(name string) Test
    	NewSubTestf(format string, a ...any) Test
    
    	// WorkDir allocated for this test.
    	WorkDir() string
    
    	// CreateDirectoryOrFail creates a new sub directory with the given name in the workdir, or fails the test.
    	CreateDirectoryOrFail(name string) string
    
    	// CreateTmpDirectoryOrFail creates a new temporary directory with the given prefix in the workdir, or fails the test.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top