Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunAll (0.11 sec)

  1. tests/integration/security/authz_test.go

    		}).Build(t)
    		out = append(out, *tst)
    	}
    	return out
    }
    
    func (b *authzTest) BuildAndRunForPorts(t framework.TestContext, ports ...echo.Port) {
    	tsts := b.BuildForPorts(t, ports...)
    	tsts.RunAll(t)
    }
    
    func (b *authzTest) Run(t framework.TestContext) {
    	t.Helper()
    	b.from.CallOrFail(t, b.opts)
    }
    
    func (b *authzTest) BuildAndRun(t framework.TestContext) {
    	t.Helper()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
Back to top