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

Function test_new_with_switch

atomic-cli/src/commands/view/new.rs:524–529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522
523 #[test]
524 fn test_new_with_switch() {
525 let cmd = New::with_name("feature-auth").with_switch(true);
526 assert_eq!(cmd.name, Some("feature-auth".to_string()));
527 assert!(cmd.switch);
528 assert!(!cmd.empty);
529 }
530
531 #[test]
532 fn test_new_with_empty() {

Callers

nothing calls this directly

Calls 1

with_switchMethod · 0.45

Tested by

no test coverage detected