Package com.google.gxp.compiler.validate

Examples of com.google.gxp.compiler.validate.TooManyContentParametersError


  }

  public void testParam_multipleContainerParams() throws Exception {
    compile("<gxp:param name='body1' content='*' />",
            "<gxp:param name='body2' content='*' />");
    assertAlert(new TooManyContentParametersError(pos(3,1)));
    assertNoUnexpectedAlerts();
  }
View Full Code Here


  }

  public void testParam_multipleContainerParams() throws Exception {
    compile("<gxp:param name='body1' content='*' />",
            "<gxp:param name='body2' content='*' />");
    assertAlert(new TooManyContentParametersError(pos(3,1)));
    assertNoUnexpectedAlerts();
  }
View Full Code Here

TOP

Related Classes of com.google.gxp.compiler.validate.TooManyContentParametersError

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.