Package mmrnmhrm.core.workspace.viewmodel

Examples of mmrnmhrm.core.workspace.viewmodel.DubErrorElement


 
  protected void removeErrorElement(DubBundleChecker expMainBundle, LinkedList<IDubElement> depChildren) {
    if(expMainBundle.errorMsgStart != null) {
      assertTrue(depChildren.size() > 0);
      IDubElement removed = depChildren.remove(0);
      DubErrorElement dubErrorElement = assertCast(removed, DubErrorElement.class);
      assertTrue(dubErrorElement.errorDescription.startsWith(expMainBundle.errorMsgStart));
    }
  }
View Full Code Here

TOP

Related Classes of mmrnmhrm.core.workspace.viewmodel.DubErrorElement

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.