Archetype.Tests.StaticTests.DelegatingObjectTestsDefinedStaticMethodsOnDynamicObjectModule.Calling_a_static_void_function_when_a_prototypal_object_is_not_the_last_module_throws C# (CSharp) 메소드

Calling_a_static_void_function_when_a_prototypal_object_is_not_the_last_module_throws() 개인적인 메소드

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