示例#1
0
        public void run_st_spec()
        {
            using (var runner = new SpecRunner<NulloSystem>())
            {
                var results = runner.Run("Linq Queries/DateTime querying");

                runner.OpenResultsInBrowser();
            }
        }
示例#2
0
        public void run_st_spec()
        {
            using (var runner = new SpecRunner <NulloSystem>())
            {
                var results = runner.Run("Event Store/Event Capture/Version a stream as part of event capture");


                runner.OpenResultsInBrowser();
            }
        }
示例#3
0
        public void run_st_spec()
        {
            using (var runner = new SpecRunner <NulloSystem>())
            {
                var results = runner.Run("Event Store/Projections/Inline Aggregation by Stream");


                runner.OpenResultsInBrowser();
            }
        }
示例#4
0
 public static void TryIt()
 {
     using (var runner = new SpecRunner <TestSystem>())
     {
         //runner.Run("ServiceBus/HealthMonitoring/A running task goes down and gets reassigned");
         runner.Run("ServiceBus/HealthMonitoring/Assign on order of preference when some nodes are down");
         //runner.Run("ServiceBus/HealthMonitoring/Assign on order or preference when some nodes timeout on activation");
         //runner.Run("ServiceBus/HealthMonitoring/A running task times out on health checks and gets reassigned");
         runner.OpenResultsInBrowser();
     }
 }
示例#5
0
        public void RunTransformations()
        {
            var runner = new SpecRunner<SpecificationSystem>();
            //runner.RunAll(1.Minutes());
            //var results = runner.Run("Docs/Parsing a Single Topic File");
            //var results = runner.Run("Docs/Navigation structure with nested folders and implicit ordering");
            runner.RunAll(1.Minutes());

            runner.OpenResultsInBrowser();

            //results.Counts.AssertSuccess();
        } 
示例#6
0
        public void RunTransformations()
        {
            var runner = new SpecRunner<SpecificationSystem>();

            var results = runner.Run("Docs/Navigation structure of a single directory using a splash page");
            //var results = runner.Run("Docs/Transformation Rules");
            //runner.RunAll(1.Minutes());

            runner.OpenResultsInBrowser();

            //results.Counts.AssertSuccess();
        }
示例#7
0
        public void run_a_single_test()
        {
            using (var runner = new SpecRunner <TestSystem>())
            {
                runner.Run("ServiceBus/Basics/Publishing a message that has multiple subscribers");

                //runner.Run("ServiceBus/HealthMonitoring/A running task goes down and gets reassigned");
                //runner.Run("ServiceBus/HealthMonitoring/Assign on order of preference when some nodes are down");
                //runner.Run("ServiceBus/HealthMonitoring/Assign on order or preference when some nodes timeout on activation");
                //runner.Run("ServiceBus/HealthMonitoring/A running task times out on health checks and gets reassigned");
                runner.OpenResultsInBrowser();
            }
        }
示例#8
0
        public void RunTransformations()
        {
            var runner = new SpecRunner <SpecificationSystem>();

            //runner.RunAll(1.Minutes());
            //var results = runner.Run("Docs/Parsing a Single Topic File");
            //var results = runner.Run("Docs/Navigation structure with nested folders and implicit ordering");
            runner.RunAll(1.Minutes());

            runner.OpenResultsInBrowser();

            //results.Counts.AssertSuccess();
        }