public void Simple_local_subscription()
        {
            var project =
                new ProjectDirectoryLoader(new FileSystem()).Load(".".ToFullPath().ParentDirectory().ParentDirectory());

            using (var runner = new ProjectTestRunner(project))
            {
                runner.RunAndAssertTest("Subscriptions/Simple local subscription");
            }
        }
        public void Go()
        {
            var      loader  = new ProjectDirectoryLoader(new FileSystem());
            IProject project = loader.Load(FubuMvcPackageFacility.GetApplicationPath());

            project.TimeoutInSeconds = 240;
            using (var runner = new ProjectTestRunner(project))
            {
                runner.RunAndAssertTest("HealthMonitoring/An inactive task should get reassigned");
            }
        }
示例#3
0
        public void Can_verify_the_displayed_columns_by_name()
        {
            var runner = new ProjectTestRunner(@"C:\code\FubuMVC.SlickGrid\src\SlickGridStoryteller\storyteller.xml");

            try
            {
                runner.RunAndAssertTest("Simple/Can verify the displayed columns by name");
            }
            finally
            {
                runner.Dispose();
            }
        }
 public void run_a_single_property_with_assert()
 {
     runner.RunAndAssertTest("Adding/Bad Add 1");
 }
示例#5
0
 public void Request_json()
 {
     runner.RunAndAssertTest("Conneg/Request json");
 }
示例#6
0
 public void Invoke_a_Json_endpoint_from_a_package()
 {
     runner.RunAndAssertTest("FastPack/Grids/Query options for a grid with strings and numbers");
 }
示例#7
0
 public void Viewing_Installed_Part_Information()
 {
     runner.RunAndAssertTest("Case/Viewing Installed Part Information");
 }
示例#8
0
 public void test1()
 {
     runner.RunAndAssertTest("Adding/Bad Add 1");
 }
 public void Sliding_expiration_is_OFF()
 {
     runner.RunAndAssertTest("Logins/Expiration/Sliding expiration is OFF");
 }
示例#10
0
 public void Invoke_a_Json_endpoint_from_a_package()
 {
     runner.RunAndAssertTest("Assets/Loading Scripts/Load configuration from a package");
 }
示例#11
0
 public void Load_actions_from_a_package_in_dev_link_mode()
 {
     runner.RunAndAssertTest("Packaging/Load actions from a package in dev link mode");
 }
示例#12
0
 public void Either_a_site_or_contact_is_required()
 {
     runner.RunAndAssertTest("Parts/Installed Parts/Against a Contact/Either a site or contact is required");
 }
 public void Simple_explicit_combination()
 {
     runner.RunAndAssertTest("Assets/Combinations/Simple explicit combination");
 }
示例#14
0
 public void Query_options_for_a_grid_with_strings_and_numbers()
 {
     runner.RunAndAssertTest("FastPack/Grids/Query options for a grid with strings and numbers");
 }
示例#15
0
 public void Happy_path_authentication()
 {
     runner.RunAndAssertTest("SamlResponse/Happy path authentication");
 }