Ejemplo n.º 1
0
 public void Setup()
 {
     _run = GallioRunner.RunAllSpecificationsFor <failing_specification_assertions>();
 }
Ejemplo n.º 2
0
 public void Setup()
 {
     _run = GallioRunner.RunAllSpecificationsFor <at_any_given_moment>();
 }
 public void Setup()
 {
     _run = GallioRunner.RunAllSpecificationsFor <Example.when_a_customer_first_views_the_account_summary_page>();
 }
 public void Setup()
 {
     _run = GallioRunner.RunAllSpecificationsFor <Example.when_transferring_an_amount_larger_than_the_balance_of_the_from_account>();
 }
 public void Setup()
 {
     _run = GallioRunner.RunAllSpecificationsFor <Example.when_transferring_between_two_accounts>();
 }
 public void Setup()
 {
     GallioRunner.RunAssemblyOf <TestAssemblyContext>();
 }