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
d9c61aa0
Commit
d9c61aa0
authored
5 years ago
by
J. M. Bailey
Browse files
Options
Downloads
Patches
Plain Diff
committed by mistake
parent
2f3d2340
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/NewEmptyJUnitTest.java
+0
-51
0 additions, 51 deletions
test/edu/nps/moves/dis7/NewEmptyJUnitTest.java
with
0 additions
and
51 deletions
test/edu/nps/moves/dis7/NewEmptyJUnitTest.java
deleted
100644 → 0
+
0
−
51
View file @
2f3d2340
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package
edu.nps.moves.dis7
;
import
org.junit.jupiter.api.AfterEach
;
import
org.junit.jupiter.api.AfterAll
;
import
org.junit.jupiter.api.BeforeEach
;
import
org.junit.jupiter.api.BeforeAll
;
import
org.junit.jupiter.api.Test
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.*;
/**
*
* @author mike
*/
public
class
NewEmptyJUnitTest
{
public
NewEmptyJUnitTest
()
{
}
@BeforeAll
public
static
void
setUpClass
()
{
}
@AfterAll
public
static
void
tearDownClass
()
{
}
@BeforeEach
public
void
setUp
()
{
}
@AfterEach
public
void
tearDown
()
{
}
// TODO add test methods here.
// The methods must be annotated with annotation @Test. For example:
//
// @Test
// public void hello() {}
}
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