Lines Matching full:test
27 test: DepTest, field
31 pub fn new(number: usize, test: &DepTest) -> BoringDep { in new()
34 test: test.clone(), in new()
41 let slot = if self.test.downgrade { in my_version()
58 /// An individual test of the dependency mechanism describes one of the
101 /// A "test" that gives no dependency information.
108 /// A "test" with no dependency information, and the images marked as a
121 test: DepTest, field
132 test: deps.clone(), in new()
139 let slot = if self.test.downgrade { in my_version()
153 match self.test.depends[self.number] { in my_deps()