()
| 885 | |
| 886 | #[test] |
| 887 | fn test_recorded_is_empty() { |
| 888 | let builder = RecordBuilder::new(); |
| 889 | let recorded = builder.finish(); |
| 890 | |
| 891 | assert!(recorded.is_empty()); |
| 892 | assert!(recorded.is_empty_contents()); |
| 893 | } |
| 894 | |
| 895 | #[test] |
| 896 | fn test_recorded_take_actions() { |