Skip to content
Snippets Groups Projects
Commit 846acd6c authored by bow's avatar bow
Browse files

Test refactors

parent d057ab01
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
......@@ -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._
......
......@@ -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._
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment