-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
955 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
HELP.md | ||
.gradle | ||
build/ | ||
!gradle/wrapper/gradle-wrapper.jar | ||
!**/src/main/**/build/ | ||
!**/src/test/**/build/ | ||
|
Binary file added
BIN
+1.08 KB
build/classes/java/main/com/spacecraft/SpacecraftEventsApplication.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.34 KB
build/classes/java/main/com/spacecraft/controllers/EventController.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+755 Bytes
build/classes/java/main/com/spacecraft/services/EventService$1.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+776 Bytes
build/classes/java/main/com/spacecraft/services/LatitudeService$1.class
Binary file not shown.
Binary file added
BIN
+1.59 KB
build/classes/java/main/com/spacecraft/services/LatitudeService.class
Binary file not shown.
Binary file added
BIN
+783 Bytes
build/classes/java/main/com/spacecraft/services/LongitudeService$1.class
Binary file not shown.
Binary file added
BIN
+2.05 KB
build/classes/java/main/com/spacecraft/services/LongitudeService.class
Binary file not shown.
Binary file added
BIN
+3.69 KB
build/classes/java/main/com/spacecraft/services/PositionService.class
Binary file not shown.
Binary file added
BIN
+563 Bytes
build/classes/java/test/com/spacecraft/SpacecraftEventsApplicationTests.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
170 changes: 170 additions & 0 deletions
170
build/reports/tests/test/classes/com.spacecraft.SpacecraftEventsApplicationTests.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
<!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 - SpacecraftEventsApplicationTests</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"> | ||
<h1>SpacecraftEventsApplicationTests</h1> | ||
<div class="breadcrumbs"> | ||
<a href="../index.html">all</a> > | ||
<a href="../packages/com.spacecraft.html">com.spacecraft</a> > SpacecraftEventsApplicationTests</div> | ||
<div id="summary"> | ||
<table> | ||
<tr> | ||
<td> | ||
<div class="summaryGroup"> | ||
<table> | ||
<tr> | ||
<td> | ||
<div class="infoBox" id="tests"> | ||
<div class="counter">1</div> | ||
<p>tests</p> | ||
</div> | ||
</td> | ||
<td> | ||
<div class="infoBox" id="failures"> | ||
<div class="counter">0</div> | ||
<p>failures</p> | ||
</div> | ||
</td> | ||
<td> | ||
<div class="infoBox" id="ignored"> | ||
<div class="counter">0</div> | ||
<p>ignored</p> | ||
</div> | ||
</td> | ||
<td> | ||
<div class="infoBox" id="duration"> | ||
<div class="counter">1.598s</div> | ||
<p>duration</p> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</td> | ||
<td> | ||
<div class="infoBox success" id="successRate"> | ||
<div class="percent">100%</div> | ||
<p>successful</p> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
<div id="tabs"> | ||
<ul class="tabLinks"> | ||
<li> | ||
<a href="#tab0">Tests</a> | ||
</li> | ||
<li> | ||
<a href="#tab1">Standard output</a> | ||
</li> | ||
</ul> | ||
<div id="tab0" class="tab"> | ||
<h2>Tests</h2> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Test</th> | ||
<th>Duration</th> | ||
<th>Result</th> | ||
</tr> | ||
</thead> | ||
<tr> | ||
<td class="success">contextLoads()</td> | ||
<td class="success">1.598s</td> | ||
<td class="success">passed</td> | ||
</tr> | ||
</table> | ||
</div> | ||
<div id="tab1" class="tab"> | ||
<h2>Standard output</h2> | ||
<span class="code"> | ||
<pre>13:56:38.817 [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. | ||
13:56:39.000 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration com.spacecraft.SpacecraftEventsApplication for test class com.spacecraft.SpacecraftEventsApplicationTests | ||
|
||
. ____ _ __ _ _ | ||
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | ||
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | ||
\\/ ___)| |_)| | | | | || (_| | ) ) ) ) | ||
' |____| .__|_| |_|_| |_\__, | / / / / | ||
=========|_|==============|___/=/_/_/_/ | ||
|
||
:: Spring Boot :: (v3.3.2) | ||
|
||
2024-08-13T13:56:39.786-04:00 INFO 12716 --- [SpacecraftEvents] [ Test worker] c.s.SpacecraftEventsApplicationTests : Starting SpacecraftEventsApplicationTests using Java 17.0.10 with PID 12716 (started by imert in C:\Users\imert\IdeaProjects\SpacecraftEvents) | ||
2024-08-13T13:56:39.788-04:00 INFO 12716 --- [SpacecraftEvents] [ Test worker] c.s.SpacecraftEventsApplicationTests : 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) | ||
EventDTO(occurrenceTime=2023-10-01T11:05:00, eventName=Data Transmission Error, id=E004, severity=Error, longitude=0.0, latitude=0.0) | ||
EventDTO(occurrenceTime=2023-10-01T11:25:00, eventName=System Restart, id=E005, severity=Info, longitude=0.0, latitude=0.0) | ||
EventDTO(occurrenceTime=2023-10-01T11:45:00, eventName=Low Battery, id=E006, severity=Warning, longitude=0.0, latitude=0.0) | ||
EventDTO(occurrenceTime=2023-10-01T12:05:00, eventName=Data Loss, id=E007, severity=Error, longitude=0.0, latitude=0.0) | ||
EventDTO(occurrenceTime=2023-10-01T12:20:00, eventName=Critical System Failure, id=E008, severity=Error, longitude=0.0, latitude=0.0) | ||
EventDTO(occurrenceTime=2023-10-01T12:45:00, eventName=System Reboot, id=E009, severity=Info, longitude=0.0, latitude=0.0) | ||
EventDTO(occurrenceTime=2023-10-07T13:00:00, eventName=Sensor Malfunction, id=E010, severity=Error, longitude=0.0, latitude=0.0) | ||
LongitudeDTO(timestamp=2023-10-01T10:00:00, position=-118.2437) | ||
LongitudeDTO(timestamp=2023-10-01T10:10:00, position=-117.2437) | ||
LongitudeDTO(timestamp=2023-10-01T10:20:00, position=-116.2437) | ||
LongitudeDTO(timestamp=2023-10-01T10:30:00, position=-115.2437) | ||
LongitudeDTO(timestamp=2023-10-01T10:40:00, position=-114.2437) | ||
LongitudeDTO(timestamp=2023-10-01T10:50:00, position=-113.2437) | ||
LongitudeDTO(timestamp=2023-10-01T11:00:00, position=-112.2437) | ||
LongitudeDTO(timestamp=2023-10-01T11:10:00, position=-111.2437) | ||
LongitudeDTO(timestamp=2023-10-01T11:20:00, position=-110.2437) | ||
LongitudeDTO(timestamp=2023-10-01T11:30:00, position=-109.2437) | ||
LongitudeDTO(timestamp=2023-10-01T11:40:00, position=-108.2437) | ||
LongitudeDTO(timestamp=2023-10-01T11:50:00, position=-107.2437) | ||
LongitudeDTO(timestamp=2023-10-01T12:00:00, position=-106.2437) | ||
LongitudeDTO(timestamp=2023-10-01T12:10:00, position=-105.2437) | ||
LongitudeDTO(timestamp=2023-10-01T12:20:00, position=-104.2437) | ||
LongitudeDTO(timestamp=2023-10-01T12:30:00, position=-103.2437) | ||
LongitudeDTO(timestamp=2023-10-01T12:40:00, position=-102.2437) | ||
LongitudeDTO(timestamp=2023-10-01T12:50:00, position=-101.2437) | ||
LongitudeDTO(timestamp=2023-10-01T13:00:00, position=-100.2437) | ||
LongitudeDTO(timestamp=2023-10-01T13:10:00, position=-99.2437) | ||
LongitudeDTO(timestamp=2023-10-01T13:15:00, position=-98.2437) | ||
LongitudeDTO(timestamp=2023-10-01T13:25:00, position=-97.2437) | ||
LongitudeDTO(timestamp=2023-10-01T13:35:00, position=-96.2437) | ||
LongitudeDTO(timestamp=2023-10-01T13:45:00, position=-95.2437) | ||
LongitudeDTO(timestamp=2023-10-01T13:55:00, position=-94.2437) | ||
LongitudeDTO(timestamp=2023-10-01T14:05:00, position=-93.2437) | ||
LongitudeDTO(timestamp=2023-10-01T14:15:00, position=-92.2437) | ||
LongitudeDTO(timestamp=2023-10-01T14:25:00, position=-91.2437) | ||
LongitudeDTO(timestamp=2023-10-01T14:35:00, position=-90.2437) | ||
LongitudeDTO(timestamp=2023-10-01T14:45:00, position=-89.2437) | ||
LongitudeDTO(timestamp=2023-10-01T14:55:00, position=-88.2437) | ||
LongitudeDTO(timestamp=2023-10-01T15:00:00, position=-87.2437) | ||
LongitudeDTO(timestamp=2023-10-01T15:10:00, position=-86.2437) | ||
LongitudeDTO(timestamp=2023-10-01T15:20:00, position=-85.2437) | ||
LongitudeDTO(timestamp=2023-10-01T15:30:00, position=-84.2437) | ||
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) | ||
2024-08-13T13:56:42.423-04:00 INFO 12716 --- [SpacecraftEvents] [ Test worker] c.s.SpacecraftEventsApplicationTests : Started SpacecraftEventsApplicationTests in 3.107 seconds (process running for 4.977) | ||
Hello World | ||
</pre> | ||
</span> | ||
</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="http://www.gradle.org">Gradle 8.8</a> at Aug 13, 2024, 1:56:44 PM</p> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,179 @@ | ||
|
||
body { | ||
margin: 0; | ||
padding: 0; | ||
font-family: sans-serif; | ||
font-size: 12pt; | ||
} | ||
|
||
body, a, a:visited { | ||
color: #303030; | ||
} | ||
|
||
#content { | ||
padding-left: 50px; | ||
padding-right: 50px; | ||
padding-top: 30px; | ||
padding-bottom: 30px; | ||
} | ||
|
||
#content h1 { | ||
font-size: 160%; | ||
margin-bottom: 10px; | ||
} | ||
|
||
#footer { | ||
margin-top: 100px; | ||
font-size: 80%; | ||
white-space: nowrap; | ||
} | ||
|
||
#footer, #footer a { | ||
color: #a0a0a0; | ||
} | ||
|
||
#line-wrapping-toggle { | ||
vertical-align: middle; | ||
} | ||
|
||
#label-for-line-wrapping-toggle { | ||
vertical-align: middle; | ||
} | ||
|
||
ul { | ||
margin-left: 0; | ||
} | ||
|
||
h1, h2, h3 { | ||
white-space: nowrap; | ||
} | ||
|
||
h2 { | ||
font-size: 120%; | ||
} | ||
|
||
ul.tabLinks { | ||
padding-left: 0; | ||
padding-top: 10px; | ||
padding-bottom: 10px; | ||
overflow: auto; | ||
min-width: 800px; | ||
width: auto !important; | ||
width: 800px; | ||
} | ||
|
||
ul.tabLinks li { | ||
float: left; | ||
height: 100%; | ||
list-style: none; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
padding-top: 5px; | ||
padding-bottom: 5px; | ||
margin-bottom: 0; | ||
-moz-border-radius: 7px; | ||
border-radius: 7px; | ||
margin-right: 25px; | ||
border: solid 1px #d4d4d4; | ||
background-color: #f0f0f0; | ||
} | ||
|
||
ul.tabLinks li:hover { | ||
background-color: #fafafa; | ||
} | ||
|
||
ul.tabLinks li.selected { | ||
background-color: #c5f0f5; | ||
border-color: #c5f0f5; | ||
} | ||
|
||
ul.tabLinks a { | ||
font-size: 120%; | ||
display: block; | ||
outline: none; | ||
text-decoration: none; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
ul.tabLinks li h2 { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
div.tab { | ||
} | ||
|
||
div.selected { | ||
display: block; | ||
} | ||
|
||
div.deselected { | ||
display: none; | ||
} | ||
|
||
div.tab table { | ||
min-width: 350px; | ||
width: auto !important; | ||
width: 350px; | ||
border-collapse: collapse; | ||
} | ||
|
||
div.tab th, div.tab table { | ||
border-bottom: solid #d0d0d0 1px; | ||
} | ||
|
||
div.tab th { | ||
text-align: left; | ||
white-space: nowrap; | ||
padding-left: 6em; | ||
} | ||
|
||
div.tab th:first-child { | ||
padding-left: 0; | ||
} | ||
|
||
div.tab td { | ||
white-space: nowrap; | ||
padding-left: 6em; | ||
padding-top: 5px; | ||
padding-bottom: 5px; | ||
} | ||
|
||
div.tab td:first-child { | ||
padding-left: 0; | ||
} | ||
|
||
div.tab td.numeric, div.tab th.numeric { | ||
text-align: right; | ||
} | ||
|
||
span.code { | ||
display: inline-block; | ||
margin-top: 0em; | ||
margin-bottom: 1em; | ||
} | ||
|
||
span.code pre { | ||
font-size: 11pt; | ||
padding-top: 10px; | ||
padding-bottom: 10px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
margin: 0; | ||
background-color: #f7f7f7; | ||
border: solid 1px #d0d0d0; | ||
min-width: 700px; | ||
width: auto !important; | ||
width: 700px; | ||
} | ||
|
||
span.wrapped pre { | ||
word-wrap: break-word; | ||
white-space: pre-wrap; | ||
word-break: break-all; | ||
} | ||
|
||
label.hidden { | ||
display: none; | ||
} |
Oops, something went wrong.