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

Function test_leaf_display

atomic-core/src/crdt/leaf.rs:611–617  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

609
610 #[test]
611 fn test_leaf_display() {
612 let leaf = make_leaf();
613 let display = format!("{}", leaf);
614 assert!(display.contains("Leaf"));
615 assert!(display.contains("Word"));
616 assert!(display.contains("alive"));
617 }
618
619 #[test]
620 fn test_leaf_serde() {

Callers

nothing calls this directly

Calls 1

make_leafFunction · 0.85

Tested by

no test coverage detected