Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
Not Alone
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anthony ROZEN
Not Alone
Commits
756911f9
Commit
756911f9
authored
Dec 23, 2020
by
babablaze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add empty test
parent
5755ff83
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
68 additions
and
0 deletions
+68
-0
not-alone-server/src/test/java/fr/univnantes/alma/common/GameJoinRequestTest.java
...t/java/fr/univnantes/alma/common/GameJoinRequestTest.java
+6
-0
not-alone-server/src/test/java/fr/univnantes/alma/game/GameTest.java
...erver/src/test/java/fr/univnantes/alma/game/GameTest.java
+6
-0
not-alone-server/src/test/java/fr/univnantes/alma/game/composant/Carte/CarteTest.java
...va/fr/univnantes/alma/game/composant/Carte/CarteTest.java
+6
-0
not-alone-server/src/test/java/fr/univnantes/alma/game/composant/Jeton/JetonTest.java
...va/fr/univnantes/alma/game/composant/Jeton/JetonTest.java
+6
-0
not-alone-server/src/test/java/fr/univnantes/alma/game/composant/Joueur/JoueurTest.java
.../fr/univnantes/alma/game/composant/Joueur/JoueurTest.java
+6
-0
not-alone-server/src/test/java/fr/univnantes/alma/game/composant/Pion/PionTest.java
...java/fr/univnantes/alma/game/composant/Pion/PionTest.java
+6
-0
not-alone-server/src/test/java/fr/univnantes/alma/handler/GameServiceHandlerTest.java
...va/fr/univnantes/alma/handler/GameServiceHandlerTest.java
+16
-0
not-alone-server/src/test/java/fr/univnantes/alma/player/PlayerProxyTest.java
.../test/java/fr/univnantes/alma/player/PlayerProxyTest.java
+16
-0
No files found.
not-alone-server/src/test/java/fr/univnantes/alma/common/GameJoinRequestTest.java
0 → 100644
View file @
756911f9
package
fr.univnantes.alma.common
;
import
org.junit.jupiter.api.Test
;
public
class
GameJoinRequestTest
{
}
not-alone-server/src/test/java/fr/univnantes/alma/game/GameTest.java
0 → 100644
View file @
756911f9
package
fr.univnantes.alma.game
;
import
org.junit.jupiter.api.Test
;
public
class
GameTest
{
}
not-alone-server/src/test/java/fr/univnantes/alma/game/composant/Carte/CarteTest.java
0 → 100644
View file @
756911f9
package
fr.univnantes.alma.game.composant.Carte
;
import
org.junit.jupiter.api.Test
;
public
class
CarteTest
{
}
not-alone-server/src/test/java/fr/univnantes/alma/game/composant/Jeton/JetonTest.java
0 → 100644
View file @
756911f9
package
fr.univnantes.alma.game.composant.Jeton
;
import
org.junit.jupiter.api.Test
;
public
class
JetonTest
{
}
not-alone-server/src/test/java/fr/univnantes/alma/game/composant/Joueur/JoueurTest.java
0 → 100644
View file @
756911f9
package
fr.univnantes.alma.game.composant.Joueur
;
import
org.junit.jupiter.api.Test
;
public
class
JoueurTest
{
}
not-alone-server/src/test/java/fr/univnantes/alma/game/composant/Pion/PionTest.java
0 → 100644
View file @
756911f9
package
fr.univnantes.alma.game.composant.Pion
;
import
org.junit.jupiter.api.Test
;
public
class
PionTest
{
}
not-alone-server/src/test/java/fr/univnantes/alma/handler/GameServiceHandlerTest.java
0 → 100644
View file @
756911f9
package
fr.univnantes.alma.handler
;
import
org.junit.jupiter.api.Test
;
public
class
GameServiceHandlerTest
{
@Test
public
void
testCreateGame
(){
}
@Test
public
void
testJoin
(){
}
}
not-alone-server/src/test/java/fr/univnantes/alma/player/PlayerProxyTest.java
0 → 100644
View file @
756911f9
package
fr.univnantes.alma.player
;
import
org.junit.jupiter.api.Test
;
public
class
PlayerProxyTest
{
@Test
public
void
testPlayerProxy
(){
}
@Test
public
void
testStartGame
(){
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment