Lines Matching full:test
9 //! Run the existing testsuite as a Rust unit test.
25 /// A single test, after setting up logging and such. Within the $body,
29 #[test]
39 /// A typical test calls a particular constructor, and runs a given test on
42 ($name:ident, $maker:ident($($margs:expr),*), $test:ident($($targs:expr),*)) => {
46 assert!(!image.$test($($targs),*));
84 // Test various combinations of incorrect dependencies.
86 // Only test setups with two images.
98 /// These are the variants of dependencies we will test.
100 // A sanity test, no dependencies should upgrade.
130 // Test the variant in the other direction.
137 // Test where only the first image is upgraded, and there are no
145 // Test one image with a valid dependency on the first image.
152 // Test one image with an invalid dependency on the first image.
159 // Test where only the second image is upgraded, and there are no
167 // Test one image with a valid dependency on the second image.
174 // Test one image with an invalid dependency on the second image.
185 /// Dump an image if that makes sense. The name is the name of the test