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

@@ -48,6 +48,11 @@ impl FinderPattern {
&self.startEnd
}
#[cfg(test)]
pub(crate)fn getStartEndMut(&mut self) -> &mut [usize]{
&mut self.startEnd
}
pub fn getRXingResultPoints(&self) -> &[RXingResultPoint] {
&self.resultPoints
}