var testDataPath …
var fakeSchema …
var FakeOpenAPISchema …
type testOpenAPISchema …
func TestExplainInvalidArgs(t *testing.T) { … }
func TestExplainNotExistResource(t *testing.T) { … }
type explainTestCase …
var explainV2Cases …
func TestExplainOpenAPIV2(t *testing.T) { … }
func TestExplainOpenAPIV3(t *testing.T) { … }
func runExplainTestCases(t *testing.T, cases []explainTestCase) { … }
func panicOpenAPISchemaFn() (openapi.Resources, error) { … }
func TestExplainOpenAPIV3DoesNotLoadOpenAPIV2Specs(t *testing.T) { … }