Skip to content

Commit

Permalink
rebuilding site 2024년 4월 14일 일요일 11시 55분 09초 KST
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkc committed Apr 14, 2024
1 parent fc682b2 commit 99f61a9
Show file tree
Hide file tree
Showing 122 changed files with 5,128 additions and 5,177 deletions.
2 changes: 1 addition & 1 deletion docs/category/programming/testing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down
98 changes: 45 additions & 53 deletions docs/go/goto/index.html

Large diffs are not rendered by default.

213 changes: 84 additions & 129 deletions docs/go/interface/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/junit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down Expand Up @@ -1300,7 +1300,7 @@ <h5>


<div class="text-muted mt-5 pt-3 border-top">
최종 수정 : 2023-01-07</div>
최종 수정 : 2024-04-14</div>

</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/junit/mockito/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.devkuma.com/docs/junit/mockito/" /><meta property="article:section" content="120_Programming_Testing" />
<meta property="article:published_time" content="2022-09-21T18:27:00+09:00" />
<meta property="article:modified_time" content="2022-09-21T18:27:00+09:00" />
<meta property="article:modified_time" content="2024-04-14T11:44:44+09:00" />
<meta itemprop="name" content="Mockito 란?">
<meta itemprop="description" content="Mockito Mockito(모키토)는 Java 테스트를 통해 Mock(모의) 객체를 쉽게 만들고, 관리하고, 검증할 수 있는 방법을 제공하는 프레임워크이다.
Mock은 진짜 객체와 비슷하게 동작하지만, 프로그래머가 직접 행동을 관리하는 객체이다.
FIRST 원칙 중에 Isolated 원칙을 지킬 수 있게 해준다. 지정된 클래스의 모의를 작성하고, 임의의 메서드를 stub[^stub]으로 지정된 값을 돌려주도록 하거나, 모의의 메서드가 기대했던 대로 불려 갔는지 어떤지를 검증할 수 있다. static나 final 메서드의 Mock으로 만들 수 있다. (예전에는 할 수 없었는데, 언제부터인가 할 수 있게 되었다."><meta itemprop="datePublished" content="2022-09-21T18:27:00+09:00" />
<meta itemprop="dateModified" content="2022-09-21T18:27:00+09:00" />
<meta itemprop="dateModified" content="2024-04-14T11:44:44+09:00" />
<meta itemprop="wordCount" content="4080">
<meta itemprop="keywords" content="Java,JUnit," /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Mockito 란?"/>
Expand Down Expand Up @@ -428,7 +428,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down Expand Up @@ -2444,7 +2444,7 @@ <h2 id="참조">참조</h2>


<div class="text-muted mt-5 pt-3 border-top">
최종 수정 : 2022-09-21</div>
최종 수정 : 2024-04-14</div>

</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/junit/private-method-test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down
8 changes: 4 additions & 4 deletions docs/junit5/assertion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.devkuma.com/docs/junit5/assertion/" /><meta property="article:section" content="120_Programming_Testing" />
<meta property="article:published_time" content="2022-12-15T10:59:01+09:00" />
<meta property="article:modified_time" content="2022-12-15T10:59:01+09:00" />
<meta property="article:modified_time" content="2024-04-14T11:44:44+09:00" />
<meta itemprop="name" content="JUnit5 검증 - Assertion">
<meta itemprop="description" content="Assertion 값 검증 메소드 설명, AssertJ에 대한 간단한 설명"><meta itemprop="datePublished" content="2022-12-15T10:59:01+09:00" />
<meta itemprop="dateModified" content="2022-12-15T10:59:01+09:00" />
<meta itemprop="dateModified" content="2024-04-14T11:44:44+09:00" />
<meta itemprop="wordCount" content="814">
<meta itemprop="keywords" content="Java,JUnit," /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="JUnit5 검증 - Assertion"/>
Expand Down Expand Up @@ -420,7 +420,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down Expand Up @@ -1279,7 +1279,7 @@ <h3 id="assertj">AssertJ</h3>


<div class="text-muted mt-5 pt-3 border-top">
최종 수정 : 2022-12-15</div>
최종 수정 : 2024-04-14</div>

</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/junit5/condition/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/junit5/dynamic-test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/junit5/execute/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down
8 changes: 4 additions & 4 deletions docs/junit5/extension/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.devkuma.com/docs/junit5/extension/" /><meta property="article:section" content="120_Programming_Testing" />
<meta property="article:published_time" content="2022-12-26T10:10:31+09:00" />
<meta property="article:modified_time" content="2022-12-26T10:10:31+09:00" />
<meta property="article:modified_time" content="2024-04-14T11:44:44+09:00" />
<meta itemprop="name" content="JUnit5 확장 모델">
<meta itemprop="description" content="JUnit5의 여러 확장 모델에 대한 설명"><meta itemprop="datePublished" content="2022-12-26T10:10:31+09:00" />
<meta itemprop="dateModified" content="2022-12-26T10:10:31+09:00" />
<meta itemprop="dateModified" content="2024-04-14T11:44:44+09:00" />
<meta itemprop="wordCount" content="5080">
<meta itemprop="keywords" content="Java,JUnit," /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="JUnit5 확장 모델"/>
Expand Down Expand Up @@ -420,7 +420,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down Expand Up @@ -2733,7 +2733,7 @@ <h3 id="수명-주기-종료-시-처리-수행">수명 주기 종료 시 처리


<div class="text-muted mt-5 pt-3 border-top">
최종 수정 : 2022-12-26</div>
최종 수정 : 2024-04-14</div>

</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/junit5/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.devkuma.com/docs/junit5/hello-world/" /><meta property="article:section" content="120_Programming_Testing" />
<meta property="article:published_time" content="2022-09-21T18:10:00+09:00" />
<meta property="article:modified_time" content="2022-12-02T18:10:00+09:00" />
<meta property="article:modified_time" content="2024-04-14T11:44:44+09:00" />
<meta itemprop="name" content="JUnit5 적용 방법">
<meta itemprop="description" content="JUnit5 빌드 환경 만들기, Spring Boot에서의 JUnit5 적용 환경"><meta itemprop="datePublished" content="2022-09-21T18:10:00+09:00" />
<meta itemprop="dateModified" content="2022-12-02T18:10:00+09:00" />
<meta itemprop="dateModified" content="2024-04-14T11:44:44+09:00" />
<meta itemprop="wordCount" content="205">
<meta itemprop="keywords" content="Java,JUnit," /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="JUnit5 적용 방법"/>
Expand Down Expand Up @@ -420,7 +420,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down Expand Up @@ -1064,7 +1064,7 @@ <h2 id="빌드-환경">빌드 환경</h2>


<div class="text-muted mt-5 pt-3 border-top">
최종 수정 : 2022-12-02</div>
최종 수정 : 2024-04-14</div>

</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/junit5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/junit5/lifecycle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down
8 changes: 4 additions & 4 deletions docs/junit5/meta-annotation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.devkuma.com/docs/junit5/meta-annotation/" /><meta property="article:section" content="120_Programming_Testing" />
<meta property="article:published_time" content="2023-01-07T06:36:31+09:00" />
<meta property="article:modified_time" content="2023-01-07T06:36:31+09:00" />
<meta property="article:modified_time" content="2024-04-14T11:44:44+09:00" />
<meta itemprop="name" content="JUnit5 메타 어노테이션(Meta Annotation)">
<meta itemprop="description" content="JUnit5의 여러 확장 모델에 대한 설명"><meta itemprop="datePublished" content="2023-01-07T06:36:31+09:00" />
<meta itemprop="dateModified" content="2023-01-07T06:36:31+09:00" />
<meta itemprop="dateModified" content="2024-04-14T11:44:44+09:00" />
<meta itemprop="wordCount" content="191">
<meta itemprop="keywords" content="Java,JUnit," /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="JUnit5 메타 어노테이션(Meta Annotation)"/>
Expand Down Expand Up @@ -420,7 +420,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down Expand Up @@ -1015,7 +1015,7 @@ <h2 id="메타-어노테이션">메타 어노테이션</h2>


<div class="text-muted mt-5 pt-3 border-top">
최종 수정 : 2023-01-07</div>
최종 수정 : 2024-04-14</div>

</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/junit5/order-execution/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionsktor-li">
<input type="checkbox" id="m-docskotestextensionsktor-check"/>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>
<label for="m-docskotestextensionsktor-check"><a href="/docs/kotest/extensions/ktor/" title="Kotest Ktor 확장" class="align-left ps-0 td-sidebar-link td-sidebar-link__page" id="m-docskotestextensionsktor"><span class="">Kotest Ktor</span></a></label>

</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docskotestextensionssystem-extensions-li">
<input type="checkbox" id="m-docskotestextensionssystem-extensions-check"/>
Expand Down
Loading

0 comments on commit 99f61a9

Please sign in to comment.