Skip to content

Commit

Permalink
jar generated
Browse files Browse the repository at this point in the history
  • Loading branch information
imertetsu committed Aug 13, 2024
1 parent 3f5ad0a commit 25c0165
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 22 deletions.
Binary file modified build/libs/SpacecraftEvents-0.0.1-plain.jar
Binary file not shown.
Binary file modified build/libs/SpacecraftEvents-0.0.1.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>SpacecraftEventsApplicationTests</h1>
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">1.362s</div>
<div class="counter">1.550s</div>
<p>duration</p>
</div>
</td>
Expand Down Expand Up @@ -79,16 +79,16 @@ <h2>Tests</h2>
</thead>
<tr>
<td class="success">contextLoads()</td>
<td class="success">1.362s</td>
<td class="success">1.550s</td>
<td class="success">passed</td>
</tr>
</table>
</div>
<div id="tab1" class="tab">
<h2>Standard output</h2>
<span class="code">
<pre>14:18:35.611 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [com.spacecraft.SpacecraftEventsApplicationTests]: SpacecraftEventsApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
14:18:35.795 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration com.spacecraft.SpacecraftEventsApplication for test class com.spacecraft.SpacecraftEventsApplicationTests
<pre>14:56:05.424 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [com.spacecraft.SpacecraftEventsApplicationTests]: SpacecraftEventsApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
14:56:05.593 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration com.spacecraft.SpacecraftEventsApplication for test class com.spacecraft.SpacecraftEventsApplicationTests

. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
Expand All @@ -99,8 +99,8 @@ <h2>Standard output</h2>

?[32m :: Spring Boot :: ?[39m ?[2m (v3.3.2)?[0;39m

?[2m2024-08-13T14:18:36.619-04:00?[0;39m ?[32m INFO?[0;39m ?[35m2036?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m Starting SpacecraftEventsApplicationTests using Java 17.0.10 with PID 2036 (started by imert in C:\Users\imert\IdeaProjects\SpacecraftEvents)
?[2m2024-08-13T14:18:36.621-04:00?[0;39m ?[32m INFO?[0;39m ?[35m2036?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m No active profile set, falling back to 1 default profile: &quot;default&quot;
?[2m2024-08-13T14:56:06.438-04:00?[0;39m ?[32m INFO?[0;39m ?[35m7984?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m Starting SpacecraftEventsApplicationTests using Java 17.0.10 with PID 7984 (started by imert in C:\Users\imert\IdeaProjects\SpacecraftEvents)
?[2m2024-08-13T14:56:06.440-04:00?[0;39m ?[32m INFO?[0;39m ?[35m7984?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m No active profile set, falling back to 1 default profile: &quot;default&quot;
EventDTO(occurrenceTime=2023-10-01T10:15:00, eventName=System Startup, id=E001, severity=Info, longitude=0.0, latitude=0.0)
EventDTO(occurrenceTime=2023-10-01T10:35:00, eventName=Navigation Calibration, id=E002, severity=Info, longitude=0.0, latitude=0.0)
EventDTO(occurrenceTime=2023-10-01T10:50:00, eventName=Warning Light On, id=E003, severity=Warning, longitude=0.0, latitude=0.0)
Expand Down Expand Up @@ -150,7 +150,7 @@ <h2>Standard output</h2>
LongitudeDTO(timestamp=2023-10-01T15:50:00, position=-82.2437)
LongitudeDTO(timestamp=2023-10-01T16:10:00, position=-81.2437)
LongitudeDTO(timestamp=2023-10-01T16:20:00, position=-80.2437)
?[2m2024-08-13T14:18:39.411-04:00?[0;39m ?[32m INFO?[0;39m ?[35m2036?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m Started SpacecraftEventsApplicationTests in 3.25 seconds (process running for 5.328)
?[2m2024-08-13T14:56:09.331-04:00?[0;39m ?[32m INFO?[0;39m ?[35m7984?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m Started SpacecraftEventsApplicationTests in 3.392 seconds (process running for 5.354)
Hello World
</pre>
</span>
Expand All @@ -163,7 +163,7 @@ <h2>Standard output</h2>
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by
<a href="http://www.gradle.org">Gradle 8.8</a> at Aug 13, 2024, 2:18:40 PM</p>
<a href="http://www.gradle.org">Gradle 8.8</a> at Aug 13, 2024, 2:56:11 PM</p>
</div>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions build/reports/tests/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>Test Summary</h1>
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">1.362s</div>
<div class="counter">1.550s</div>
<p>duration</p>
</div>
</td>
Expand Down Expand Up @@ -85,7 +85,7 @@ <h2>Packages</h2>
<td>1</td>
<td>0</td>
<td>0</td>
<td>1.362s</td>
<td>1.550s</td>
<td class="success">100%</td>
</tr>
</tbody>
Expand All @@ -112,7 +112,7 @@ <h2>Classes</h2>
<td>1</td>
<td>0</td>
<td>0</td>
<td>1.362s</td>
<td>1.550s</td>
<td class="success">100%</td>
</tr>
</tbody>
Expand All @@ -126,7 +126,7 @@ <h2>Classes</h2>
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by
<a href="http://www.gradle.org">Gradle 8.8</a> at Aug 13, 2024, 2:18:40 PM</p>
<a href="http://www.gradle.org">Gradle 8.8</a> at Aug 13, 2024, 2:56:11 PM</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions build/reports/tests/test/packages/com.spacecraft.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>Package com.spacecraft</h1>
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">1.362s</div>
<div class="counter">1.550s</div>
<p>duration</p>
</div>
</td>
Expand Down Expand Up @@ -83,7 +83,7 @@ <h2>Classes</h2>
<td>1</td>
<td>0</td>
<td>0</td>
<td>1.362s</td>
<td>1.550s</td>
<td class="success">100%</td>
</tr>
</table>
Expand All @@ -96,7 +96,7 @@ <h2>Classes</h2>
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by
<a href="http://www.gradle.org">Gradle 8.8</a> at Aug 13, 2024, 2:18:40 PM</p>
<a href="http://www.gradle.org">Gradle 8.8</a> at Aug 13, 2024, 2:56:11 PM</p>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="com.spacecraft.SpacecraftEventsApplicationTests" tests="1" skipped="0" failures="0" errors="0" timestamp="2024-08-13T18:18:39" hostname="LAPTOP-3EFEN648" time="1.362">
<testsuite name="com.spacecraft.SpacecraftEventsApplicationTests" tests="1" skipped="0" failures="0" errors="0" timestamp="2024-08-13T18:56:09" hostname="LAPTOP-3EFEN648" time="1.55">
<properties/>
<testcase name="contextLoads()" classname="com.spacecraft.SpacecraftEventsApplicationTests" time="1.362"/>
<system-out><![CDATA[14:18:35.611 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [com.spacecraft.SpacecraftEventsApplicationTests]: SpacecraftEventsApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
14:18:35.795 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration com.spacecraft.SpacecraftEventsApplication for test class com.spacecraft.SpacecraftEventsApplicationTests
<testcase name="contextLoads()" classname="com.spacecraft.SpacecraftEventsApplicationTests" time="1.55"/>
<system-out><![CDATA[14:56:05.424 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [com.spacecraft.SpacecraftEventsApplicationTests]: SpacecraftEventsApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
14:56:05.593 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration com.spacecraft.SpacecraftEventsApplication for test class com.spacecraft.SpacecraftEventsApplicationTests
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
Expand All @@ -14,8 +14,8 @@
?[32m :: Spring Boot :: ?[39m ?[2m (v3.3.2)?[0;39m
?[2m2024-08-13T14:18:36.619-04:00?[0;39m ?[32m INFO?[0;39m ?[35m2036?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m Starting SpacecraftEventsApplicationTests using Java 17.0.10 with PID 2036 (started by imert in C:\Users\imert\IdeaProjects\SpacecraftEvents)
?[2m2024-08-13T14:18:36.621-04:00?[0;39m ?[32m INFO?[0;39m ?[35m2036?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m No active profile set, falling back to 1 default profile: "default"
?[2m2024-08-13T14:56:06.438-04:00?[0;39m ?[32m INFO?[0;39m ?[35m7984?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m Starting SpacecraftEventsApplicationTests using Java 17.0.10 with PID 7984 (started by imert in C:\Users\imert\IdeaProjects\SpacecraftEvents)
?[2m2024-08-13T14:56:06.440-04:00?[0;39m ?[32m INFO?[0;39m ?[35m7984?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m No active profile set, falling back to 1 default profile: "default"
EventDTO(occurrenceTime=2023-10-01T10:15:00, eventName=System Startup, id=E001, severity=Info, longitude=0.0, latitude=0.0)
EventDTO(occurrenceTime=2023-10-01T10:35:00, eventName=Navigation Calibration, id=E002, severity=Info, longitude=0.0, latitude=0.0)
EventDTO(occurrenceTime=2023-10-01T10:50:00, eventName=Warning Light On, id=E003, severity=Warning, longitude=0.0, latitude=0.0)
Expand Down Expand Up @@ -65,7 +65,7 @@ LongitudeDTO(timestamp=2023-10-01T15:40:00, position=-83.2437)
LongitudeDTO(timestamp=2023-10-01T15:50:00, position=-82.2437)
LongitudeDTO(timestamp=2023-10-01T16:10:00, position=-81.2437)
LongitudeDTO(timestamp=2023-10-01T16:20:00, position=-80.2437)
?[2m2024-08-13T14:18:39.411-04:00?[0;39m ?[32m INFO?[0;39m ?[35m2036?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m Started SpacecraftEventsApplicationTests in 3.25 seconds (process running for 5.328)
?[2m2024-08-13T14:56:09.331-04:00?[0;39m ?[32m INFO?[0;39m ?[35m7984?[0;39m ?[2m---?[0;39m ?[2m[SpacecraftEvents] [ Test worker]?[0;39m ?[2m?[0;39m?[36mc.s.SpacecraftEventsApplicationTests ?[0;39m ?[2m:?[0;39m Started SpacecraftEventsApplicationTests in 3.392 seconds (process running for 5.354)
Hello World
]]></system-out>
<system-err><![CDATA[]]></system-err>
Expand Down
Binary file modified build/test-results/test/binary/output.bin
Binary file not shown.
Binary file modified build/test-results/test/binary/output.bin.idx
Binary file not shown.
Binary file modified build/test-results/test/binary/results.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 25c0165

Please sign in to comment.