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
846acd6c
Commit
846acd6c
authored
Dec 04, 2014
by
bow
Browse files
Test refactors
parent
d057ab01
Changes
3
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/Ln
Unit
Test.scala
→
public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnTest.scala
View file @
846acd6c
...
...
@@ -11,7 +11,7 @@ import org.scalatest.Matchers
import
org.scalatest.testng.TestNGSuite
import
org.testng.annotations.Test
class
Ln
Unit
Test
extends
TestNGSuite
with
Matchers
{
class
LnTest
extends
TestNGSuite
with
Matchers
{
@Test
(
description
=
"Target and link in the same directory, relative set to true"
)
def
testSameLevelRelative
()
{
...
...
public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastq
Unit
Test.scala
→
public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqTest.scala
View file @
846acd6c
...
...
@@ -17,7 +17,7 @@ import org.testng.annotations.{ DataProvider, Test }
import
htsjdk.samtools.util.Interval
import
htsjdk.samtools.fastq.
{
BasicFastqWriter
,
FastqReader
,
FastqRecord
}
class
ExtractAlignedFastq
Unit
Test
extends
TestNGSuite
with
MockitoSugar
with
Matchers
{
class
ExtractAlignedFastqTest
extends
TestNGSuite
with
MockitoSugar
with
Matchers
{
import
ExtractAlignedFastq._
...
...
public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReads
Unit
Test.scala
→
public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsTest.scala
View file @
846acd6c
...
...
@@ -25,7 +25,7 @@ import org.scalatest.mock.MockitoSugar
import
org.scalatest.testng.TestNGSuite
import
org.testng.annotations.Test
class
WipeReads
Unit
Test
extends
TestNGSuite
with
MockitoSugar
with
Matchers
{
class
WipeReadsTest
extends
TestNGSuite
with
MockitoSugar
with
Matchers
{
import
WipeReads._
...
...
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