Examples of RegexTextVariable


Examples of org.openqreg.element.RegexTextVariable

   
  }

  @Test
  public void testCreateJS() {
    RegexTextVariable regex = new RegexTextVariable();
    regex.setAllowedsigns("/^.*$/");
   
    assertEquals("Felaktig scriptsträng genererades", "inputAttributes[''] = new Input('', 'regex', false, false, '', '', null, null, null, null, '/^.*$/');", regex.createJS(parameter));
  }
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.