Skip to content

Instantly share code, notes, and snippets.

@dragan
Created April 27, 2012 19:50
Show Gist options
  • Save dragan/2512271 to your computer and use it in GitHub Desktop.
Save dragan/2512271 to your computer and use it in GitHub Desktop.
Nancy.ViewEngines.DotLiquid.Tests
Test assembly: /Users/Dale/Development/OpenSource/Nancy/src/Nancy.ViewEngines.DotLiquid.Tests/bin/MonoRelease/Nancy.ViewEngines.DotLiquid.Tests.dll
Nancy.ViewEngines.DotLiquid.Tests.Functional.PartialRenderingFixture.Should_render_view_with_doublequoted_partial [FAIL]
System.NotImplementedException : This is a DynamicProxy2 error: The interceptor attempted to 'Proceed' for method 'IFileSystem GetFileSystem(Nancy.ViewEngines.ViewEngineStartupContext)' which has no target. When calling method without target there is no implementation to 'proceed' to and it is the responsibility of the interceptor to mimic the implementation (set return value, out arguments etc)
Stack Trace:
at Castle.DynamicProxy.AbstractInvocation.ThrowOnNoTarget () [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.CompositionInvocation.EnsureValidTarget () [0x00000] in <filename unknown>:0
at Castle.Proxies.Invocations.IFileSystemFactory_GetFileSystem.InvokeMethodOnTarget () [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.StandardInterceptor.PerformProceed (IInvocation invocation) [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.StandardInterceptor.Intercept (IInvocation invocation) [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x00000] in <filename unknown>:0
at Castle.Proxies.ObjectProxy.GetFileSystem (Nancy.ViewEngines.ViewEngineStartupContext context) [0x00000] in <filename unknown>:0
at Nancy.ViewEngines.DotLiquid.DotLiquidViewEngine.Initialize (Nancy.ViewEngines.ViewEngineStartupContext viewEngineStartupContext) [0x00000] in <filename unknown>:0
at Nancy.ViewEngines.ViewEngineStartup.Initialize (IPipelines pipelines) [0x00000] in <filename unknown>:0
at Nancy.Bootstrapper.NancyBootstrapperBase`1[TinyIoC.TinyIoCContainer].Initialise () [0x00000] in <filename unknown>:0
at Nancy.Testing.Browser..ctor (INancyBootstrapper bootstrapper) [0x00000] in <filename unknown>:0
at Nancy.ViewEngines.DotLiquid.Tests.Functional.PartialRenderingFixture..ctor () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
Nancy.ViewEngines.DotLiquid.Tests.Functional.PartialRenderingFixture.Should_render_view_with_unquoted_partial [FAIL]
System.NotImplementedException : This is a DynamicProxy2 error: The interceptor attempted to 'Proceed' for method 'IFileSystem GetFileSystem(Nancy.ViewEngines.ViewEngineStartupContext)' which has no target. When calling method without target there is no implementation to 'proceed' to and it is the responsibility of the interceptor to mimic the implementation (set return value, out arguments etc)
Stack Trace:
at Castle.DynamicProxy.AbstractInvocation.ThrowOnNoTarget () [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.CompositionInvocation.EnsureValidTarget () [0x00000] in <filename unknown>:0
at Castle.Proxies.Invocations.IFileSystemFactory_GetFileSystem.InvokeMethodOnTarget () [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.StandardInterceptor.PerformProceed (IInvocation invocation) [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.StandardInterceptor.Intercept (IInvocation invocation) [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x00000] in <filename unknown>:0
at Castle.Proxies.ObjectProxy.GetFileSystem (Nancy.ViewEngines.ViewEngineStartupContext context) [0x00000] in <filename unknown>:0
at Nancy.ViewEngines.DotLiquid.DotLiquidViewEngine.Initialize (Nancy.ViewEngines.ViewEngineStartupContext viewEngineStartupContext) [0x00000] in <filename unknown>:0
at Nancy.ViewEngines.ViewEngineStartup.Initialize (IPipelines pipelines) [0x00000] in <filename unknown>:0
at Nancy.Bootstrapper.NancyBootstrapperBase`1[TinyIoC.TinyIoCContainer].Initialise () [0x00000] in <filename unknown>:0
at Nancy.Testing.Browser..ctor (INancyBootstrapper bootstrapper) [0x00000] in <filename unknown>:0
at Nancy.ViewEngines.DotLiquid.Tests.Functional.PartialRenderingFixture..ctor () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
Nancy.ViewEngines.DotLiquid.Tests.Functional.PartialRenderingFixture.Should_render_view_with_singlequoted_partial [FAIL]
System.NotImplementedException : This is a DynamicProxy2 error: The interceptor attempted to 'Proceed' for method 'IFileSystem GetFileSystem(Nancy.ViewEngines.ViewEngineStartupContext)' which has no target. When calling method without target there is no implementation to 'proceed' to and it is the responsibility of the interceptor to mimic the implementation (set return value, out arguments etc)
Stack Trace:
at Castle.DynamicProxy.AbstractInvocation.ThrowOnNoTarget () [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.CompositionInvocation.EnsureValidTarget () [0x00000] in <filename unknown>:0
at Castle.Proxies.Invocations.IFileSystemFactory_GetFileSystem.InvokeMethodOnTarget () [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.StandardInterceptor.PerformProceed (IInvocation invocation) [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.StandardInterceptor.Intercept (IInvocation invocation) [0x00000] in <filename unknown>:0
at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x00000] in <filename unknown>:0
at Castle.Proxies.ObjectProxy.GetFileSystem (Nancy.ViewEngines.ViewEngineStartupContext context) [0x00000] in <filename unknown>:0
at Nancy.ViewEngines.DotLiquid.DotLiquidViewEngine.Initialize (Nancy.ViewEngines.ViewEngineStartupContext viewEngineStartupContext) [0x00000] in <filename unknown>:0
at Nancy.ViewEngines.ViewEngineStartup.Initialize (IPipelines pipelines) [0x00000] in <filename unknown>:0
at Nancy.Bootstrapper.NancyBootstrapperBase`1[TinyIoC.TinyIoCContainer].Initialise () [0x00000] in <filename unknown>:0
at Nancy.Testing.Browser..ctor (INancyBootstrapper bootstrapper) [0x00000] in <filename unknown>:0
at Nancy.ViewEngines.DotLiquid.Tests.Functional.PartialRenderingFixture..ctor () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
35 total, 3 failed, 0 skipped, took 5.089 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment