Skip to content
Snippets Groups Projects
Commit ba3b142e authored by Jueun Park's avatar Jueun Park
Browse files

Update

parent 0fafce7c
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 15 deletions
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="CompilerConfiguration"> <component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="jastadd-openapi" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="1.8"> <bytecodeTargetLevel target="1.8">
<module name="openapi-parser" target="1.8" /> <module name="openapi-parser" target="1.8" />
</bytecodeTargetLevel> </bytecodeTargetLevel>
......
...@@ -26,6 +26,7 @@ dependencies { ...@@ -26,6 +26,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.0' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.0' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.0'
testImplementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.6.0'
testImplementation 'com.flipkart.zjsonpatch:zjsonpatch:0.4.10' testImplementation 'com.flipkart.zjsonpatch:zjsonpatch:0.4.10'
} }
......
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</td> </td>
<td> <td>
<div class="infoBox" id="duration"> <div class="infoBox" id="duration">
<div class="counter">0.741s</div> <div class="counter">0.613s</div>
<p>duration</p> <p>duration</p>
</div> </div>
</td> </td>
...@@ -66,6 +66,9 @@ ...@@ -66,6 +66,9 @@
<li> <li>
<a href="#tab1">Standard output</a> <a href="#tab1">Standard output</a>
</li> </li>
<li>
<a href="#tab2">Standard error</a>
</li>
</ul> </ul>
<div id="tab0" class="tab"> <div id="tab0" class="tab">
<h2>Tests</h2> <h2>Tests</h2>
...@@ -79,7 +82,7 @@ ...@@ -79,7 +82,7 @@
</thead> </thead>
<tr> <tr>
<td class="success">test()</td> <td class="success">test()</td>
<td class="success">0.741s</td> <td class="success">0.613s</td>
<td class="success">passed</td> <td class="success">passed</td>
</tr> </tr>
</table> </table>
...@@ -96,6 +99,15 @@ Loading expression DSL file 'petstore-v2.yaml'. ...@@ -96,6 +99,15 @@ Loading expression DSL file 'petstore-v2.yaml'.
</pre> </pre>
</span> </span>
</div> </div>
<div id="tab2" class="tab">
<h2>Standard error</h2>
<span class="code">
<pre>SLF4J: Failed to load class &quot;org.slf4j.impl.StaticLoggerBinder&quot;.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
</pre>
</span>
</div>
</div> </div>
<div id="footer"> <div id="footer">
<p> <p>
...@@ -104,7 +116,7 @@ Loading expression DSL file 'petstore-v2.yaml'. ...@@ -104,7 +116,7 @@ Loading expression DSL file 'petstore-v2.yaml'.
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/> <input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label> </label>
</div>Generated by </div>Generated by
<a href="http://www.gradle.org">Gradle 6.8</a> at 2021. 10. 4. 오후 11:06:37</p> <a href="http://www.gradle.org">Gradle 6.8</a> at 2021. 10. 8. 오후 4:36:21</p>
</div> </div>
</div> </div>
</body> </body>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</td> </td>
<td> <td>
<div class="infoBox" id="duration"> <div class="infoBox" id="duration">
<div class="counter">0.741s</div> <div class="counter">0.613s</div>
<p>duration</p> <p>duration</p>
</div> </div>
</td> </td>
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<td>1</td> <td>1</td>
<td>0</td> <td>0</td>
<td>0</td> <td>0</td>
<td>0.741s</td> <td>0.613s</td>
<td class="success">100%</td> <td class="success">100%</td>
</tr> </tr>
</tbody> </tbody>
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<td>1</td> <td>1</td>
<td>0</td> <td>0</td>
<td>0</td> <td>0</td>
<td>0.741s</td> <td>0.613s</td>
<td class="success">100%</td> <td class="success">100%</td>
</tr> </tr>
</tbody> </tbody>
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/> <input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label> </label>
</div>Generated by </div>Generated by
<a href="http://www.gradle.org">Gradle 6.8</a> at 2021. 10. 4. 오후 11:06:37</p> <a href="http://www.gradle.org">Gradle 6.8</a> at 2021. 10. 8. 오후 4:36:21</p>
</div> </div>
</div> </div>
</body> </body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment