MCPcopy Index your code
hub / github.com/coder/coder / OutOfOrder

Method OutOfOrder

coderd/database/dbauthz/setup_test.go:451–454  ·  view source on GitHub ↗

OutOfOrder is optional. It controls whether the assertions should be asserted in order.

()

Source from the content-addressed store, hash-verified

449// OutOfOrder is optional. It controls whether the assertions should be
450// asserted in order.
451func (m *expects) OutOfOrder() *expects {
452 m.outOfOrder = true
453 return m
454}
455
456// Asserts is required. Asserts the RBAC authorize calls that should be made.
457// If no RBAC calls are expected, pass an empty list: 'm.Asserts()'

Callers 1

TestOrganizationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected