public void transient_cache_of_nested_pipeline_graph_is_a_stateful_cache()
        {
            var plugins = new PluginGraph();

            var pipeline = new RootPipelineGraph(plugins);

            pipeline.ToNestedGraph().Transients.ShouldBeOfType<LifecycleObjectCache>();
        }
Ejemplo n.º 2
0
        public void transient_cache_of_nested_pipeline_graph_is_a_stateful_cache()
        {
            var plugins = new PluginGraph();

            var pipeline = new RootPipelineGraph(plugins);

            pipeline.ToNestedGraph().Transients.ShouldBeOfType <LifecycleObjectCache>();
        }