Archetype.Tests.StaticTests.DelegatingObjectTestsDefinedStaticMethodsOnObjectModule.Calling_a_static_void_function_with_no_params_defined_in_non_dynamic_module_throws C# (CSharp) Метод

Calling_a_static_void_function_with_no_params_defined_in_non_dynamic_module_throws() приватный Метод

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