Return all namespaces used by the tests, so they can be pre-allocated, if necessary.
()
| 15 | |
| 16 | /// Return all namespaces used by the tests, so they can be pre-allocated, if necessary. |
| 17 | pub fn test_namespaces() -> &'static [&'static str] { |
| 18 | ["fizz", "buzz", "spam", "eggs"].as_slice() |
| 19 | } |
| 20 | |
| 21 | /// Test operations on some collections with known types, |
| 22 | /// so we can have the simplest possible model implementation. |