Archetype.Tests.StaticTests.DelegatingObjectTestsDefinedStaticMethods.Calling_a_static_void_function_with_no_params_defined_in_module_is_called_throws C# (CSharp) Метод

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

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