public void TokenTypeShouldBeString() { Assert.True(token.Type == TokenType.String,"Actual: "+token.Type.ToString()); }