Package org.geomajas.service

Examples of org.geomajas.service.TestRecorder


  public static final String GROUP = "wiring";
  public static final String VALUE = "done";

  public void wire(ApplicationContext applicationContext) {
    TestRecorder recorder = applicationContext.getBean(TestRecorder.class);
    recorder.record(GROUP, VALUE);
  }
View Full Code Here

TOP

Related Classes of org.geomajas.service.TestRecorder

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.