Tests.CppLibraryTests.TestCreateNullLibName C# (CSharp) Method

TestCreateNullLibName() private method

private TestCreateNullLibName ( ) : void
return void
        public void TestCreateNullLibName()
        {
            CppLibrary cppl = new CppLibrary (null, new VirtualOnlyAbi ());
        }