From 846acd6cbbc1ecd695d0404e8c33d2abd46f0884 Mon Sep 17 00:00:00 2001 From: bow <bow@bow.web.id> Date: Thu, 4 Dec 2014 09:48:31 +0100 Subject: [PATCH] Test refactors --- .../sasc/biopet/extensions/{LnUnitTest.scala => LnTest.scala} | 2 +- ...AlignedFastqUnitTest.scala => ExtractAlignedFastqTest.scala} | 2 +- .../tools/{WipeReadsUnitTest.scala => WipeReadsTest.scala} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/{LnUnitTest.scala => LnTest.scala} (98%) rename public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/{ExtractAlignedFastqUnitTest.scala => ExtractAlignedFastqTest.scala} (99%) rename public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/{WipeReadsUnitTest.scala => WipeReadsTest.scala} (99%) diff --git a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnUnitTest.scala b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnTest.scala similarity index 98% rename from public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnUnitTest.scala rename to public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnTest.scala index 04f6758ca..7a6ae50d1 100644 --- a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnUnitTest.scala +++ b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnTest.scala @@ -11,7 +11,7 @@ import org.scalatest.Matchers import org.scalatest.testng.TestNGSuite import org.testng.annotations.Test -class LnUnitTest 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() { diff --git a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqUnitTest.scala b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqTest.scala similarity index 99% rename from public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqUnitTest.scala rename to public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqTest.scala index 1939d5351..1745ac21f 100644 --- a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqUnitTest.scala +++ b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqTest.scala @@ -17,7 +17,7 @@ import org.testng.annotations.{ DataProvider, Test } import htsjdk.samtools.util.Interval import htsjdk.samtools.fastq.{ BasicFastqWriter, FastqReader, FastqRecord } -class ExtractAlignedFastqUnitTest extends TestNGSuite with MockitoSugar with Matchers { +class ExtractAlignedFastqTest extends TestNGSuite with MockitoSugar with Matchers { import ExtractAlignedFastq._ diff --git a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsUnitTest.scala b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsTest.scala similarity index 99% rename from public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsUnitTest.scala rename to public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsTest.scala index 16cfabe81..c28ff5531 100644 --- a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsUnitTest.scala +++ b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsTest.scala @@ -25,7 +25,7 @@ import org.scalatest.mock.MockitoSugar import org.scalatest.testng.TestNGSuite import org.testng.annotations.Test -class WipeReadsUnitTest extends TestNGSuite with MockitoSugar with Matchers { +class WipeReadsTest extends TestNGSuite with MockitoSugar with Matchers { import WipeReads._ -- GitLab