()
| 732 | |
| 733 | #[test] |
| 734 | fn test_diff_get_format_name_only() { |
| 735 | let diff = Diff::new().with_name_only(true); |
| 736 | assert_eq!(diff.get_format(), DiffFormat::NameOnly); |
| 737 | } |
| 738 | |
| 739 | #[test] |
| 740 | fn test_diff_get_format_name_status() { |
nothing calls this directly
no test coverage detected