134 lines
5.2 KiB
HTML
134 lines
5.2 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||
<meta http-equiv="x-ua-compatible" content="IE=edge"/>
|
||
<title>Test results - com.project.auth.AuthApplicationTests</title>
|
||
<link href="../css/base-style.css" rel="stylesheet" type="text/css"/>
|
||
<link href="../css/style.css" rel="stylesheet" type="text/css"/>
|
||
<script src="../js/report.js" type="text/javascript"></script>
|
||
</head>
|
||
<body>
|
||
<div id="content">
|
||
<div class="breadcrumbs">
|
||
<a class="breadcrumb" href="../index.html">all</a> >
|
||
<span class="breadcrumb">com.project.auth.AuthApplicationTests</span>
|
||
</div>
|
||
<div class="tab-container">
|
||
<ul class="tabLinks">
|
||
<li>
|
||
<a class="successGroup" href="#">Gradle Test Run :bootstrap:test</a>
|
||
</li>
|
||
</ul>
|
||
<div class="tab">
|
||
<h2>Gradle Test Run :bootstrap:test</h2>
|
||
<h1>AuthApplicationTests</h1>
|
||
<div class="tab-container">
|
||
<ul class="tabLinks">
|
||
<li>
|
||
<a class="" href="#">summary</a>
|
||
</li>
|
||
<li>
|
||
<a class="" href="#">standard output</a>
|
||
</li>
|
||
</ul>
|
||
<div class="tab">
|
||
<h2>summary</h2>
|
||
<div>
|
||
<div class="summary">
|
||
<table>
|
||
<tr>
|
||
<td>
|
||
<div class="summaryGroup">
|
||
<table>
|
||
<tr>
|
||
<td>
|
||
<div class="infoBox">
|
||
<div class="counter">1</div>
|
||
<p>tests</p>
|
||
</div>
|
||
</td>
|
||
<td>
|
||
<div class="infoBox">
|
||
<div class="counter">0</div>
|
||
<p>failures</p>
|
||
</div>
|
||
</td>
|
||
<td>
|
||
<div class="infoBox">
|
||
<div class="counter">0</div>
|
||
<p>skipped</p>
|
||
</div>
|
||
</td>
|
||
<td>
|
||
<div class="infoBox duration">
|
||
<div class="counter">0.011s</div>
|
||
<p>duration</p>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</td>
|
||
<td>
|
||
<div class="infoBox success successRate">
|
||
<div class="percent">100%</div>
|
||
<p>successful</p>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
<table class="test-results">
|
||
<thead>
|
||
<tr>
|
||
<th>Child</th>
|
||
<th hidden="">Name</th>
|
||
<th>Tests</th>
|
||
<th>Failures</th>
|
||
<th>Skipped</th>
|
||
<th>Duration</th>
|
||
<th>Success rate</th>
|
||
</tr>
|
||
</thead>
|
||
<tr>
|
||
<td class="success">contextLoads()</td>
|
||
<td class="path" hidden="">contextLoads()</td>
|
||
<td>1</td>
|
||
<td>0</td>
|
||
<td>0</td>
|
||
<td>0.004s</td>
|
||
<td class="success">100%</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
<div class="tab">
|
||
<h2>standard output</h2>
|
||
<span class="code">
|
||
<pre id="root-0-test-stdout-com.project.auth.AuthApplicationTests">2026-05-12T15:59:36.448+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [AuthApplicationTests]: using SpringBootContextLoader
|
||
2026-05-12T15:59:36.449+09:00 INFO 3742337 --- [ Test worker] [traceId=] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.project.auth.AuthApplicationTests]: AuthApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
|
||
2026-05-12T15:59:36.449+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] .b.t.c.SpringBootTestContextBootstrapper : Using ContextCustomizerFactory implementations for test class [AuthApplicationTests]: [SpringBootTestRandomPortContextCustomizerFactory, OnFailureConditionReportContextCustomizerFactory, OverrideAutoConfigurationContextCustomizerFactory, ImportsContextCustomizerFactory, PropertyMappingContextCustomizerFactory, ExcludeFilterContextCustomizerFactory, TypeExcludeFiltersContextCustomizerFactory, DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory, DuplicateJsonObjectContextCustomizerFactory, BeanOverrideContextCustomizerFactory, MockServerContainerContextCustomizerFactory, DynamicPropertiesContextCustomizerFactory]
|
||
2026-05-12T15:59:36.450+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] .b.t.c.SpringBootTestContextBootstrapper : Using ContextCustomizers for test class [AuthApplicationTests]: [SpringBootTestRandomPortContextCustomizer, OnFailureConditionReportContextCustomizer, PropertyMappingContextCustomizer, ExcludeFilterContextCustomizer, DuplicateJsonObjectContextCustomizer, DynamicPropertiesContextCustomizer]
|
||
2026-05-12T15:59:36.451+09:00 INFO 3742337 --- [ Test worker] [traceId=] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.project.auth.AuthApplication for test class com.project.auth.AuthApplicationTests
|
||
2026-05-12T15:59:36.452+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners for test class [AuthApplicationTests]: [ServletTestExecutionListener, DirtiesContextBeforeModesTestExecutionListener, ApplicationEventsTestExecutionListener, BeanOverrideTestExecutionListener, DependencyInjectionTestExecutionListener, DirtiesContextTestExecutionListener, CommonCachesTestExecutionListener, TransactionalTestExecutionListener, SqlScriptsTestExecutionListener, WithSecurityContextTestExecutionListener, EventPublishingTestExecutionListener, ReactorContextTestExecutionListener, MockitoResetTestExecutionListener]
|
||
</pre>
|
||
<button class="clipboard-copy-btn" aria-label="Copy to clipboard" data-copy-element-id="root-0-test-stdout-com.project.auth.AuthApplicationTests">Copy</button>
|
||
</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="footer">
|
||
<p>
|
||
<div>
|
||
<label class="hidden" id="label-for-line-wrapping-toggle" for="line-wrapping-toggle">Wrap lines
|
||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
||
</label>
|
||
</div>Generated by
|
||
<a href="https://www.gradle.org">Gradle 9.3.1</a> at May 12, 2026, 3:59:51 PM</p>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|