stacked test internal

This commit is contained in:
Henry Schimke
2022-12-16 16:52:08 -06:00
parent 59366fd5a7
commit 0fbd3baef9
8 changed files with 128 additions and 116 deletions

View File

@@ -35,6 +35,11 @@ impl ExpandedRow {
&self.pairs
}
#[cfg(test)]
pub(crate) fn getPairsMut(&mut self) -> &mut [ExpandedPair]{
&mut self.pairs
}
pub fn getRowNumber(&self) -> u32 {
self.rowNumber
}