MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_options_clone

Function test_options_clone

atomic-core/src/record/workflow/record/tests.rs:109–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107
108#[test]
109fn test_options_clone() {
110 let opts = RecordingOptions::new().algorithm(Algorithm::Patience);
111 let cloned = opts.clone();
112 assert_eq!(opts, cloned);
113}
114
115#[test]
116fn test_options_debug() {

Callers

nothing calls this directly

Calls 2

algorithmMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected