Home
last modified time | relevance | path

Searched defs:mockDest (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/yacreader/yacreader-9.8.2/third_party/QsLog/unittest/
H A DTestLog.cpp67 MockDestinationPtrU mockDest(new MockDestination(destinationName1)); in testAllLevels() local
90 MockDestinationPtrU mockDest(new MockDestination(destinationName1)); in testMessageText() local
149 MockDestinationPtrU mockDest(new MockDestination(destinationName1)); in testLevelParsing() local
174 MockDestinationPtrU mockDest(new MockDestination(destinationName1)); in testDestinationRemove() local
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/haplotype/
H A DHaplotypeBAMWriterUnitTest.java173 … final MockValidatingDestination mockDest = new MockValidatingDestination(haplotypeBaseSignature); in testAllHaplotypeWriter() local
174 …Writer = new HaplotypeBAMWriter(HaplotypeBAMWriter.WriterType.ALL_POSSIBLE_HAPLOTYPES, mockDest)) { in testAllHaplotypeWriter() argument
196 … final MockValidatingDestination mockDest = new MockValidatingDestination(haplotypeBaseSignature); in testCalledHaplotypeWriter() local
201 …ypeBAMWriter = new HaplotypeBAMWriter(HaplotypeBAMWriter.WriterType.CALLED_HAPLOTYPES, mockDest)) { in testCalledHaplotypeWriter() argument
223 … final MockValidatingDestination mockDest = new MockValidatingDestination(haplotypeBaseSignature); in testNoCalledHaplotypes() local
225 …ypeBAMWriter = new HaplotypeBAMWriter(HaplotypeBAMWriter.WriterType.CALLED_HAPLOTYPES, mockDest)) { in testNoCalledHaplotypes() argument
246 … final MockValidatingDestination mockDest = new MockValidatingDestination(haplotypeBaseSignature); in testDontWriteHaplotypes() local
248 …Writer = new HaplotypeBAMWriter(HaplotypeBAMWriter.WriterType.ALL_POSSIBLE_HAPLOTYPES, mockDest)) { in testDontWriteHaplotypes() argument