public void Setup() { _run = GallioRunner.RunAllSpecificationsFor <failing_specification_assertions>(); }
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>(); }