- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestRulesMapRemove (0.08 sec)
-
internal/event/rulesmap_test.go
if !reflect.DeepEqual(testCase.rulesMap, testCase.expectedResult) { t.Fatalf("test %v: result: expected: %v, got: %v", i+1, testCase.expectedResult, testCase.rulesMap) } } } func TestRulesMapRemove(t *testing.T) { rulesMapCase1 := make(RulesMap) rulesMapToAddCase1 := make(RulesMap) expectedResultCase1 := make(RulesMap) rulesMapCase2 := NewRulesMap([]Name{ObjectCreatedAll}, "*", TargetID{"1", "webhook"})
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jan 05 18:43:06 UTC 2024 - 6.8K bytes - Viewed (0)