Skip to content

Commit a45108c

Browse files
Amrouche Hamzadunglas
authored andcommitted
Support normalization groups in the Swagger normalizer
1 parent 7d51bf7 commit a45108c

File tree

3 files changed

+792
-121
lines changed

3 files changed

+792
-121
lines changed

features/swagger/doc.feature

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,34 @@ Feature: Documentation support
1515
And the JSON node "info.title" should be equal to "My Dummy API"
1616
And the JSON node "info.description" should be equal to "This is a test API."
1717
# Supported classes
18+
And the Swagger class "AbstractDummy" exists
1819
And the Swagger class "CircularReference" exists
20+
And the Swagger class "CircularReference_a0dd2858dcb0d966f739c1ac906afa2e" exists
21+
And the Swagger class "CompositeItem" exists
22+
And the Swagger class "CompositeLabel" exists
23+
And the Swagger class "ConcreteDummy" exists
1924
And the Swagger class "CustomIdentifierDummy" exists
20-
And the Swagger class "CustomNormalizedDummy" exists
25+
And the Swagger class "CustomNormalizedDummy_601856395b57c6b15175297eb6c9890e" exists
26+
And the Swagger class "CustomNormalizedDummy_db9cba1a967111a02380774784c47722" exists
2127
And the Swagger class "CustomWritableIdentifierDummy" exists
2228
And the Swagger class "Dummy" exists
2329
And the Swagger class "RelatedDummy" exists
24-
And the Swagger class "RelationEmbedder" exists
30+
And the Swagger class "DummyTableInheritance" exists
31+
And the Swagger class "DummyTableInheritanceChild" exists
32+
And the Swagger class "OverriddenOperationDummy_441e1f98db3d0250bcb18dca087687c3" exists
33+
And the Swagger class "OverriddenOperationDummy_45f46ed6dc6f412229a8c12cd5583586" exists
34+
And the Swagger class "OverriddenOperationDummy_868796b9924a520acbb96f8b75dade9f" exists
35+
And the Swagger class "OverriddenOperationDummy_ff74003f36aebfe31c696fae1f701ae4" exists
36+
And the Swagger class "RelatedDummy" exists
37+
And the Swagger class "NoCollectionDummy" exists
38+
And the Swagger class "RelatedToDummyFriend" exists
39+
And the Swagger class "RelatedToDummyFriend_ad38b7a2760884e744c577a92e02b8c4" exists
40+
And the Swagger class "DummyFriend" exists
41+
And the Swagger class "RelationEmbedder_ced9cba177bf3134e609fccf878df9a7" exists
42+
And the Swagger class "RelationEmbedder_f02fd88a2291463447338402aee9a220" exists
43+
And the Swagger class "User_4320517091b72c69e9f0c72aac0141e8" exists
44+
And the Swagger class "User_7ce91261c0e731d95bb24b83b1f637b2" exists
45+
And the Swagger class "UuidIdentifierDummy" exists
2546
And the Swagger class "ThirdLevel" exists
2647
And the Swagger class "ParentDummy" doesn't exist
2748
And the Swagger class "UnknownDummy" doesn't exist

0 commit comments

Comments
 (0)