System.Reflection.Tests.AssemblyNameTests.Ctor_String_Invalid C# (CSharp) Method

Ctor_String_Invalid() private method

private Ctor_String_Invalid ( string assemblyName, Type exceptionType ) : void
assemblyName string
exceptionType System.Type
return void
        public void Ctor_String_Invalid(string assemblyName, Type exceptionType)
        {
            Assert.Throws(exceptionType, () => new AssemblyName(assemblyName));
        }