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:531–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

529
530 #[test]
531 fn test_new_with_switch() {
532 let cmd = New::with_name("feature-auth").with_switch(true);
533 assert_eq!(cmd.name, Some("feature-auth".to_string()));
534 assert!(cmd.switch);
535 assert!(!cmd.empty);
536 }
537
538 #[test]
539 fn test_new_with_empty() {

Callers

nothing calls this directly

Calls 1

with_switchMethod · 0.45

Tested by

no test coverage detected