public void should_return_the_combined_result_of_all_policies()
 {
     _answer.ShouldEqual(AuthorizationRight.Allow);
 }
Esempio n. 2
0
 public void the_resulting_rights_should_match_the_inner_rule()
 {
     theResultingRights.ShouldEqual(theRights);
 }