Bike.Test.ParserTest.Is C# (CSharp) Method

Is() private method

private Is ( ) : void
return void
        public void Is()
        {
            ParseAndWalk(@"a is Person<System.String>;");
            ParseAndWalk(@"a is System.Collections.Generic.List<System.String>;");
        }