Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VInf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lf.ps
VInf
Commits
40e60359
Commit
40e60359
authored
8 years ago
by
l13f04751
Browse files
Options
Downloads
Patches
Plain Diff
added Test-Class
parent
3c45ec63
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Praktikum/VINF_TicTacToe/test/tictactoePraktikum/TicTacToeTest.java
+44
-0
44 additions, 0 deletions
...VINF_TicTacToe/test/tictactoePraktikum/TicTacToeTest.java
with
44 additions
and
0 deletions
Praktikum/VINF_TicTacToe/test/tictactoePraktikum/TicTacToeTest.java
0 → 100644
+
44
−
0
View file @
40e60359
package
tictactoePraktikum
;
import
org.junit.*
;
import
static
org
.
junit
.
Assert
.*;
/**
* @author lukas
*
*/
public
class
TicTacToeTest
{
/**
* @throws java.lang.Exception
*/
@BeforeClass
public
static
void
SetUpBeforeClass
()
throws
Exception
{
}
/**
* @throws java.lang.Exception
*/
@AfterClass
public
static
void
tearDownAfterClass
()
throws
Exception
{
}
/**
* @throws java.lang.Exception
*/
@Before
public
void
setUp
()
throws
Exception
{
}
/**
* Test method for {@link briefmarkenautomat.Sendungstyp#typ(double, int)}.
*/
@Test
public
final
void
testTyp
()
{
}
}
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