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() );
        }