Class IntegerFormElement

All Implemented Interfaces:
Enable, FormElement<java.lang.Integer>, Mocking

public class IntegerFormElement
extends NumberFormElement<java.lang.Integer>
implements Mocking
  • Constructor Details

  • Method Details

    • parse

      public java.lang.Integer parse​(java.lang.String text)
      Specified by:
      parse in class FormatFormElement<java.lang.Integer>
    • mock

      public void mock()
      Description copied from interface: Mocking
      The object should have random data after this call. And a possible validation should report no errors.
      Specified by:
      mock in interface Mocking