Lines Matching defs:testing
3816 // orthogonally from range types; therefore, it is worth testing
3820 // testing it on all of the indexing methods.
3822 // This is not suitable for testing failure on invalid inputs.
16587 // require this method for testing purposes, I'll just stub it
19447 // Allow testing this library
22101 // HACK(japaric) needed for the implementation of `vec!` macro during testing
22106 // HACK(japaric) needed for the implementation of `Vec::clone` during testing
26139 //! # write!(f, "testing, testing")
34286 mod testing;
34287 use super::super::testing::crash_test::{CrashTestDummy, Panic};
34288 use super::super::testing::rng::DeterministicRng;
35558 use super::super::testing::crash_test::{CrashTestDummy, Panic};
35559 use super::super::testing::ord_chaos::{Cyclic3, Governed, Governor};
35560 use super::super::testing::rng::DeterministicRng;
35735 // Ensures the testing infrastructure usually notices order violations.
35745 // Ensures the testing infrastructure doesn't always mind order violations.
37477 // These are mostly for testing the algorithm that "fixes" the right edge after insertion.