Package ai.test.comment

Examples of ai.test.comment.TestCommentData.matchBoxes()


        .analyse(cfg, as, initialValue, new StopCondition.NoStopCondition());

    NonRelationalDomain<Bool> boolsBottom = NonRelationalDomain.getStaticBottom();
    IntegerBoxes boxesBottom = IntegerBoxes.BOTTOM;
    commentData.matchBools(cfg, makeMap1(result, boolsBottom));
    commentData.matchBoxes(cfg, makeMap2(result, boxesBottom));
  }
 
  protected void testBooleans(MethodControlFlowGraph cfg) {
    TestCommentData commentData = TestCommentData.parseComments(cfg);
//    Pair<BiMap<CFGVertice, String>, Map<String, Variable>> matchResult = commentData.matchMethodGraph(cfg);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.