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);
        }