Monobjc.FrameworkLoadingTests.TestLoading C# (CSharp) Method

TestLoading() private method

private TestLoading ( ) : void
return void
        public void TestLoading()
        {
            ObjectiveCRuntime.LoadFramework("Cocoa");
            Assert.IsTrue(true);
        }