示例#1
0
 public void setUp() throws Exception {
   context = new ContextBase();
   matcher = new Matcher();
   matcher.setContext(context);
   matcher.setName("testMatcher");
   super.setUp();
 }