Home
last modified time | relevance | path

Searched refs:assertCRAMContents (Results 1 – 2 of 2) sorted by relevance

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/testutils/
H A DSamAssertionUtilsUnitTest.java66 SamAssertionUtils.assertCRAMContents(putativeCRAMFile.toPath()); in testAssertCRAMContentsSucceed()
71 SamAssertionUtils.assertCRAMContents(putativeCRAMFile.toPath()); in testAssertCRAMContentsFail()
/dports/biology/gatk/gatk-4.2.0.0/src/testUtils/java/org/broadinstitute/hellbender/testutils/
H A DSamAssertionUtils.java405 assertCRAMContents(putativeCRAMPath); in assertCRAMContentsIfCRAM()
412 public static void assertCRAMContents(final Path putativeCRAMPath) { in assertCRAMContents() method in SamAssertionUtils