Examples of Surrogate


Examples of ch.agent.crnickl.api.Surrogate

  /**
   * Bug 4424 2013-03-16
   */
  public void test16() {
    try {
      Surrogate k = new SurrogateImpl((DatabaseBackend)db, DBObjectType.CHRONICLE, id(42));
      db.getProperty(k);
      expectException();
    } catch (Exception e) {
      assertException(e, D.D02102);
    }
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.