We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a6390 commit 0ba1fe5Copy full SHA for 0ba1fe5
pkg/ddc/alluxio/utils_test.go
@@ -38,6 +38,13 @@ import (
38
"github.com/fluid-cloudnative/fluid/pkg/utils/kubeclient"
39
)
40
41
+// TestIsFluidNativeScheme tests whether the IsFluidNativeScheme function correctly identifies Fluid native schemes.
42
+//
43
+// Parameters:
44
+// - t (*testing.T): Testing context object from Go test framework
45
46
+// Returns:
47
+// - No return value; reports test failures through t.Errorf
48
func TestIsFluidNativeScheme(t *testing.T) {
49
50
var tests = []struct {
0 commit comments