()
| 970 | |
| 971 | #[test] |
| 972 | fn test_diff_get_format_name_only() { |
| 973 | let diff = Diff::new().with_name_only(true); |
| 974 | assert_eq!(diff.get_format(), DiffFormat::NameOnly); |
| 975 | } |
| 976 | |
| 977 | #[test] |
| 978 | fn test_diff_get_format_name_status() { |
nothing calls this directly
no test coverage detected