System.Reflection.Tests.AssemblyTests.LoadFromStream_Location_IsEmpty C# (CSharp) 메소드

LoadFromStream_Location_IsEmpty() 개인적인 메소드

private LoadFromStream_Location_IsEmpty ( ) : void
리턴 void
        public void LoadFromStream_Location_IsEmpty()
        {
            Assembly assembly = new TestStreamLoadContext().LoadFromAssemblyName(new AssemblyName("TinyAssembly"));
            Assert.Empty(assembly.Location);
        }