Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Run_WithDefaultFilters (0.26 sec)

  1. pkg/test/framework/components/echo/echotest/filters_test.go

    	framework.NewTest(t).Run(func(t framework.TestContext) {
    		tests := map[string]struct {
    			run    func(t framework.TestContext, testTopology map[string]map[string]int)
    			expect map[string]map[string]int
    		}{
    			"Run_WithDefaultFilters": {
    				run: func(t framework.TestContext, testTopology map[string]map[string]int) {
    					echotest.New(t, all).
    						WithDefaultFilters(1, 1).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top