Base_Tests.MaterialImporterTest.ImportTest C# (CSharp) Method

ImportTest() private method

private ImportTest ( ) : void
return void
        public void ImportTest()
        {
            MaterialImporter target = new MaterialImporter(); // TODO: Initialize to an appropriate value
            XmlNode xmlRoot = null; // TODO: Initialize to an appropriate value
            ColladaModel model = null; // TODO: Initialize to an appropriate value
            target.Import(xmlRoot, model);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
MaterialImporterTest