Tests.CppLibraryTests.TestCreateNullLibName C# (CSharp) Méthode

TestCreateNullLibName() private méthode

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