Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
bfa2e558
Commit
bfa2e558
authored
4 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
corrected enumeration naming
parent
2398283d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/edu/nps/moves/dis7/NullFieldsEntityMarshallTest.java
+3
-3
3 additions, 3 deletions
test/edu/nps/moves/dis7/NullFieldsEntityMarshallTest.java
with
3 additions
and
3 deletions
test/edu/nps/moves/dis7/NullFieldsEntityMarshallTest.java
+
3
−
3
View file @
bfa2e558
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*/
*/
package
edu.nps.moves.dis7
;
package
edu.nps.moves.dis7
;
import
edu.nps.moves.dis7.entities.usa.platform.land.LAV
_
105
;
import
edu.nps.moves.dis7.entities.usa.platform.land.LAV105
;
import
java.nio.ByteBuffer
;
import
java.nio.ByteBuffer
;
import
org.junit.jupiter.api.*
;
import
org.junit.jupiter.api.*
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.*;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.*;
...
@@ -18,7 +18,7 @@ import static org.junit.jupiter.api.Assertions.*;
...
@@ -18,7 +18,7 @@ import static org.junit.jupiter.api.Assertions.*;
@DisplayName
(
"Null Fields Entity Marshall Test"
)
@DisplayName
(
"Null Fields Entity Marshall Test"
)
public
class
NullFieldsEntityMarshallTest
public
class
NullFieldsEntityMarshallTest
{
{
LAV
_
105
lav105
;
LAV105
lav105
;
@BeforeAll
@BeforeAll
public
static
void
beforeAllTests
()
public
static
void
beforeAllTests
()
...
@@ -33,7 +33,7 @@ public class NullFieldsEntityMarshallTest
...
@@ -33,7 +33,7 @@ public class NullFieldsEntityMarshallTest
@BeforeEach
@BeforeEach
public
void
setUp
()
public
void
setUp
()
{
{
lav105
=
new
LAV
_
105
();
lav105
=
new
LAV105
();
}
}
@AfterEach
@AfterEach
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment