MCPcopy Index your code
hub / github.com/alignoth/alignoth / test_empty_aux_record

Function test_empty_aux_record

src/plot.rs:1128–1133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1126
1127 #[test]
1128 fn test_empty_aux_record() {
1129 let record = bam::Record::new();
1130 let aux_record = AuxRecord::new(&record, &None);
1131 let expected_aux_record = AuxRecord(HashMap::new());
1132 assert_eq!(aux_record, expected_aux_record);
1133 }
1134
1135 #[test]
1136 fn test_aux_record() {

Callers

nothing calls this directly

Calls 1

AuxRecordClass · 0.85

Tested by

no test coverage detected