Ejemplo n.º 1
0
 public void SetUp()
 {
     _typeParser = new TypeParser();
     _typeParser.InitializeBlacklistManager(IntrospectionUtility.TypeNodeFactory <TypeParserTestBase>());
     _typeParser.BeforeAnalysis();
 }