System.Reflection.Tests.AssemblyTests.LoadFromStream_Location_IsEmpty C# (CSharp) Method

LoadFromStream_Location_IsEmpty() private method

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