Package stubs

Examples of stubs.ValueIncrementer


    assertEquals(40, output.responseLength);
  }
 
  public void testActiveTract() throws IOException {
    Tract tpl = new MapTract("val=${inc.get}, val=${inc.get}");
    putAndInit(tpl, "inc", new ValueIncrementer(7));
    common.put("template.thing", tpl);
    assertEquals("val=7, val=8", request("/thing"));
  }
View Full Code Here

TOP

Related Classes of stubs.ValueIncrementer

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.