Package com.google.test.metric.cpp

Examples of com.google.test.metric.cpp.Parser


import junit.framework.TestCase;

public class VariableTest extends TestCase {

  private TranslationUnit parse(String source) throws Exception {
    return new Parser().parse(source);
  }
View Full Code Here


import junit.framework.TestCase;

public class NodeTest extends TestCase {

  private TranslationUnit parse(String source) throws Exception {
    return new Parser().parse(source);
  }
View Full Code Here

TOP

Related Classes of com.google.test.metric.cpp.Parser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.