Monobjc.FrameworkLoadingTests.TestLoadingErrors C# (CSharp) Method

TestLoadingErrors() private method

private TestLoadingErrors ( ) : void
return void
        public void TestLoadingErrors()
        {
            Assert.Throws<ObjectiveCException>(() => ObjectiveCRuntime.LoadFramework("Cocoa2"));
            Assert.Throws<ObjectiveCException>(() => ObjectiveCRuntime.LoadFramework("CocoaR"));
        }
    }