示例#1
0
 void as_the_caped_crusader()
 {
     before = () => bruce = new Batman();
     it["his utility belt should have gadgets"] = () => bruce.UtilityBelt.should_not_be_empty();
 }
示例#2
0
 void as_the_caped_crusader()
 {
     before = () => bruce = new Batman();
     it["his utility belt should have gadgets"] = () => bruce.UtilityBelt.should_not_be_empty();
 }