We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694eaf7 commit fba73e7Copy full SHA for fba73e7
1 file changed
scbctl/cmd/cascading_test.go
@@ -8,21 +8,11 @@ import (
8
"testing"
9
10
"github.com/ddddddO/gtree"
11
- cascadingv1 "github.com/secureCodeBox/secureCodeBox/operator/apis/cascading/v1"
12
v1 "github.com/secureCodeBox/secureCodeBox/operator/apis/execution/v1"
13
"github.com/stretchr/testify/assert"
14
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
15
)
16
17
-type testcases struct {
18
- name string
19
- args []string
20
- expectedError error
21
- expectedOutput string
22
- initialScans []v1.Scan
23
- initialRules []cascadingv1.CascadingRule
24
-}
25
-
26
func TestBuildTree(t *testing.T) {
27
tests := []struct {
28
name string
0 commit comments