Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .gradle/6.7.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/6.7.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified .gradle/6.7.1/javaCompile/jarAnalysis.bin
Binary file not shown.

This file was deleted.

46 changes: 29 additions & 17 deletions build/reports/tests/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Test Summary</h1>
</td>
<td>
<div class="infoBox" id="failures">
<div class="counter">0</div>
<div class="counter">1</div>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gitignore에 build 하위 항목을 추가해주시는게 좋을 것 같아요 ~

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

위에 .gradle 하위 항목도 추가해주시는게 좋을 것 같습니다 ~

<p>failures</p>
</div>
</td>
Expand All @@ -38,7 +38,7 @@ <h1>Test Summary</h1>
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">0.838s</div>
<div class="counter">0.430s</div>
<p>duration</p>
</div>
</td>
Expand All @@ -47,8 +47,8 @@ <h1>Test Summary</h1>
</div>
</td>
<td>
<div class="infoBox success" id="successRate">
<div class="percent">100%</div>
<div class="infoBox failures" id="successRate">
<div class="percent">0%</div>
<p>successful</p>
</div>
</td>
Expand All @@ -58,13 +58,25 @@ <h1>Test Summary</h1>
<div id="tabs">
<ul class="tabLinks">
<li>
<a href="#tab0">Packages</a>
<a href="#tab0">Failed tests</a>
</li>
<li>
<a href="#tab1">Packages</a>
</li>
<li>
<a href="#tab1">Classes</a>
<a href="#tab2">Classes</a>
</li>
</ul>
<div id="tab0" class="tab">
<h2>Failed tests</h2>
<ul class="linkList">
<li>
<a href="classes/com.example.interviewPrep.quiz.Question.controller.QuestionUpdateWebControllerTest.html">QuestionUpdateWebControllerTest</a>.
<a href="classes/com.example.interviewPrep.quiz.Question.controller.QuestionUpdateWebControllerTest.html#updateWithNotExistedQuestion()">유효하지 않은 Question 업데이트 요청</a>
</li>
</ul>
</div>
<div id="tab1" class="tab">
<h2>Packages</h2>
<table>
<thead>
Expand All @@ -79,19 +91,19 @@ <h2>Packages</h2>
</thead>
<tbody>
<tr>
<td class="success">
<td class="failures">
<a href="packages/com.example.interviewPrep.quiz.Question.controller.html">com.example.interviewPrep.quiz.Question.controller</a>
</td>
<td>1</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0.838s</td>
<td class="success">100%</td>
<td>0.430s</td>
<td class="failures">0%</td>
</tr>
</tbody>
</table>
</div>
<div id="tab1" class="tab">
<div id="tab2" class="tab">
<h2>Classes</h2>
<table>
<thead>
Expand All @@ -106,14 +118,14 @@ <h2>Classes</h2>
</thead>
<tbody>
<tr>
<td class="success">
<a href="classes/com.example.interviewPrep.quiz.Question.controller.QuestionCreateWebControllerTest.html">com.example.interviewPrep.quiz.Question.controller.QuestionCreateWebControllerTest</a>
<td class="failures">
<a href="classes/com.example.interviewPrep.quiz.Question.controller.QuestionUpdateWebControllerTest.html">com.example.interviewPrep.quiz.Question.controller.QuestionUpdateWebControllerTest</a>
</td>
<td>1</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0.838s</td>
<td class="success">100%</td>
<td>0.430s</td>
<td class="failures">0%</td>
</tr>
</tbody>
</table>
Expand All @@ -126,7 +138,7 @@ <h2>Classes</h2>
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by
<a href="http://www.gradle.org">Gradle 6.7.1</a> at 2022. 11. 2. 오전 12:41:52</p>
<a href="http://www.gradle.org">Gradle 6.7.1</a> at 2023. 8. 24. 오후 3:26:02</p>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1>Package com.example.interviewPrep.quiz.Question.controller</h1>
</td>
<td>
<div class="infoBox" id="failures">
<div class="counter">0</div>
<div class="counter">1</div>
<p>failures</p>
</div>
</td>
Expand All @@ -40,7 +40,7 @@ <h1>Package com.example.interviewPrep.quiz.Question.controller</h1>
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">0.838s</div>
<div class="counter">0.430s</div>
<p>duration</p>
</div>
</td>
Expand All @@ -49,8 +49,8 @@ <h1>Package com.example.interviewPrep.quiz.Question.controller</h1>
</div>
</td>
<td>
<div class="infoBox success" id="successRate">
<div class="percent">100%</div>
<div class="infoBox failures" id="successRate">
<div class="percent">0%</div>
<p>successful</p>
</div>
</td>
Expand All @@ -60,10 +60,22 @@ <h1>Package com.example.interviewPrep.quiz.Question.controller</h1>
<div id="tabs">
<ul class="tabLinks">
<li>
<a href="#tab0">Classes</a>
<a href="#tab0">Failed tests</a>
</li>
<li>
<a href="#tab1">Classes</a>
</li>
</ul>
<div id="tab0" class="tab">
<h2>Failed tests</h2>
<ul class="linkList">
<li>
<a href="../classes/com.example.interviewPrep.quiz.Question.controller.QuestionUpdateWebControllerTest.html">QuestionUpdateWebControllerTest</a>.
<a href="../classes/com.example.interviewPrep.quiz.Question.controller.QuestionUpdateWebControllerTest.html#updateWithNotExistedQuestion()">유효하지 않은 Question 업데이트 요청</a>
</li>
</ul>
</div>
<div id="tab1" class="tab">
<h2>Classes</h2>
<table>
<thread>
Expand All @@ -77,14 +89,14 @@ <h2>Classes</h2>
</tr>
</thread>
<tr>
<td class="success">
<a href="../classes/com.example.interviewPrep.quiz.Question.controller.QuestionCreateWebControllerTest.html">QuestionCreateWebControllerTest</a>
<td class="failures">
<a href="../classes/com.example.interviewPrep.quiz.Question.controller.QuestionUpdateWebControllerTest.html">QuestionUpdateWebControllerTest</a>
</td>
<td>1</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0.838s</td>
<td class="success">100%</td>
<td>0.430s</td>
<td class="failures">0%</td>
</tr>
</table>
</div>
Expand All @@ -96,7 +108,7 @@ <h2>Classes</h2>
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by
<a href="http://www.gradle.org">Gradle 6.7.1</a> at 2022. 11. 2. 오전 12:41:52</p>
<a href="http://www.gradle.org">Gradle 6.7.1</a> at 2023. 8. 24. 오후 3:26:02</p>
</div>
</div>
</body>
Expand Down
Loading