1 2 3 4 5 6
use super::*; #[test] fn new_should_work() { LocalStandardProperties::new().expect("new should work"); }