예제 #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
파일: BatmanSpecs.cs 프로젝트: nosami/Giles
 void as_the_caped_crusader()
 {
     before = () => bruce = new Batman();
     it["his utility belt should have gadgets"] = () => bruce.UtilityBelt.should_not_be_empty();
 }