AlphaTab.Test.Importer.Gp3ImporterTest.TestStrings C# (CSharp) Method

TestStrings() private method

private TestStrings ( ) : void
return void
        public void TestStrings()
        {
            var reader = PrepareImporterWithFile("GuitarPro3/TestStrings.gp3");
            var score = reader.ReadScore();
            CheckStrings(score);
            Render(score);
        }