Is there another, better way to write unit tests in Rust? Using multiple asserts. #[test] fn test() { assert_eq!(add( ...
確定! 回上一頁