All Downloads are FREE. Search and download functionalities are using the official Maven repository.

functions.faker-functions.xml Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<functions>
  <function>
    <prefix>faker</prefix>
    <name>getLoremParagraphs</name>
    <description>
    <![CDATA[Returns the provided number of paragraphs of Lorem Ipsum. This is very useful in populating test data for content-rich web applications.

      <p>Example:
      <p>
      <table border="1">
        <tr>
          <td> Input Text </td>
          <td> id=foo bar </td>
          <td> $[faker:getLoremParagraphs(10)] </td>
        </tr>
      </table>]]>
      </description>
    <function-class>org.jspringbot.keyword.expression.utils.FakerUtils</function-class>
    <function-signature>java.lang.String getLoremParagraphs(int)</function-signature>
  </function>
</functions>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy