Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gapIt
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
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eScience
gapIt
Commits
99531fa5
Commit
99531fa5
authored
Nov 15, 2017
by
Olivier Parisot
🤖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove a useless test file
parent
8bfd2980
Pipeline
#3583
passed with stage
in 1 minute and 1 second
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
35 deletions
+0
-35
src/test/java/lu/lippmann/cdb/common/DefaultModuleTest.java
src/test/java/lu/lippmann/cdb/common/DefaultModuleTest.java
+0
-35
No files found.
src/test/java/lu/lippmann/cdb/common/DefaultModuleTest.java
deleted
100644 → 0
View file @
8bfd2980
/**
* Copyright 2014-2016 LIST (Luxembourg Institute of Science and Technology), all right reserved.
* Authorship : Olivier PARISOT, Yoanne DIDRY
* Licensed under GNU General Public License version 3
*/
package
lu.lippmann.cdb.common
;
import
static
org
.
junit
.
Assert
.*;
import
lu.lippmann.cdb.DefaultModule
;
import
org.junit.Test
;
import
com.google.inject.Guice
;
/**
* Tests class.
*
* @author Olivier PARISOT
*/
public
class
DefaultModuleTest
{
@Test
public
void
testgetFileContent
()
{
try
{
assertNotNull
(
Guice
.
createInjector
(
new
DefaultModule
()));
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
fail
(
e
.
getMessage
());
}
}
}
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