Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
6e62a69e
Commit
6e62a69e
authored
Feb 05, 2016
by
Peter van 't Hof
Browse files
Style fixes
parent
60d0fb74
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/gears/src/test/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsKrakenTest.scala
View file @
6e62a69e
...
...
@@ -8,8 +8,8 @@ import org.scalatest.testng.TestNGSuite
import
org.testng.annotations.Test
/**
* Created by pjvan_thof on 2/5/16.
*/
* Created by pjvan_thof on 2/5/16.
*/
class
GearsKrakenTest
extends
TestNGSuite
with
Matchers
{
private
def
resourcePath
(
p
:
String
)
:
String
=
{
Paths
.
get
(
getClass
.
getResource
(
p
).
toURI
).
toString
...
...
public/gears/src/test/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsQiimeClosedTest.scala
View file @
6e62a69e
...
...
@@ -8,9 +8,9 @@ import org.scalatest.testng.TestNGSuite
import
org.testng.annotations.Test
/**
* Created by pjvan_thof on 2/5/16.
*/
class
GearsQiimeClosedTest
extends
TestNGSuite
with
Matchers
{
* Created by pjvan_thof on 2/5/16.
*/
class
GearsQiimeClosedTest
extends
TestNGSuite
with
Matchers
{
private
def
resourcePath
(
p
:
String
)
:
String
=
{
Paths
.
get
(
getClass
.
getResource
(
p
).
toURI
).
toString
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment