Archetype.Tests.StaticTests.DelegatingObjectTestsDefinedStaticMethodsOnDynamicObjectModule.Calling_a_static_void_function_when_a_prototypal_object_is_not_the_last_module_throws C# (CSharp) Method

Calling_a_static_void_function_when_a_prototypal_object_is_not_the_last_module_throws() private method

        public void Calling_a_static_void_function_when_a_prototypal_object_is_not_the_last_module_throws()
        {
            Assert.Throws<RuntimeBinderException>( () => DynamicValue.StaticMethodWithNoReturnValueOrParameters() );
        }