예제 #1
0
        public void configure_not_implemented()
        {
            IConfigurationAction configActionVisitor = new RouteVisitor();

            typeof(NotImplementedException).ShouldBeThrownBy(
                () => configActionVisitor.Configure(new FubuRegistry().BuildGraph()));
        }
예제 #2
0
        public void configure_not_implemented()
        {
            IConfigurationAction configActionVisitor = new RouteVisitor();

            typeof(NotImplementedException).ShouldBeThrownBy(
                () => configActionVisitor.Configure(BehaviorGraph.BuildEmptyGraph()));
        }