mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +00:00
Operartion model is now complete!
That should be the largest bulk of complexity, now onto components.
This commit is contained in:
@@ -221,7 +221,7 @@ func TestSpecIndex_BurgerShop(t *testing.T) {
|
||||
assert.NotNil(t, index.GetDiscoveredReferences())
|
||||
assert.Equal(t, 0, len(index.GetPolyReferences()))
|
||||
assert.NotNil(t, index.GetOperationParameterReferences())
|
||||
assert.Equal(t, 0, len(index.GetAllSecuritySchemes()))
|
||||
assert.Equal(t, 3, len(index.GetAllSecuritySchemes()))
|
||||
assert.Equal(t, 2, len(index.GetAllParameters()))
|
||||
assert.Equal(t, 0, len(index.GetAllResponses()))
|
||||
assert.Equal(t, 2, len(index.GetInlineOperationDuplicateParameters()))
|
||||
|
||||
Reference in New Issue
Block a user