Searched refs:PrintableTestCase (Results 1 – 4 of 4) sorted by relevance
16 pub struct PrintableTestCase<'a> { struct24 impl<'a> PrintableTestCase<'a> { argument57 impl<'a> fmt::Debug for PrintableTestCase<'a> { implementation
27 pub use print::PrintableTestCase;
95 PrintableTestCase::compile(&self.isa, funcs).fmt(f) in fmt()
171 PrintableTestCase::run(&self.isa, &self.functions, &self.inputs).fmt(f) in fmt()