Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pkg/ddc/alluxio/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ import (
"github.com/fluid-cloudnative/fluid/pkg/utils/kubeclient"
)

// TestIsFluidNativeScheme tests whether the IsFluidNativeScheme function correctly identifies Fluid native schemes.
//
// Parameters:
// - t (*testing.T): Testing context object from Go test framework
//
// Returns:
// - No return value; reports test failures through t.Errorf
func TestIsFluidNativeScheme(t *testing.T) {

var tests = []struct {
Expand Down
Loading