MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / testType

Method testType

src/test/java/com/rtg/mode/DNATest.java:69–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 public final void testType() {
70 for (final DNA dna : DNA.values()) {
71 assertEquals(SequenceType.DNA, dna.type());
72 }
73 }
74
75 public final void testChars() {
76 final char[] chars = DNA.valueChars();

Callers

nothing calls this directly

Calls 3

valuesMethod · 0.95
typeMethod · 0.65
assertEqualsMethod · 0.45

Tested by

no test coverage detected