com.hp.lft.verifications

Class Verify

  • java.lang.Object
    • com.hp.lft.verifications.Verify


  • public class Verify
    extends java.lang.Object
    Class for verifying expected values in your application. *
    When a Verify method returns a false value, the step fails, but the failure does not throw an exception or cause the test to stop running.
    • Constructor Summary

      Constructor and Description
      Verify() 
    • Method Summary

      Modifier and TypeMethod and Description
      static booleanareEqual(java.lang.Comparable expected, java.lang.Comparable actual)
      Checks whether two Comparable values are equal.
      static booleanareEqual(java.lang.Comparable expected, java.lang.Comparable actual, java.lang.String verificationName)
      Checks whether two Comparable values are equal.
      static booleanareEqual(java.lang.Comparable expected, java.lang.Comparable actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two Comparable values are equal.
      static booleanareEqual(java.lang.Comparable expected, java.lang.Comparable actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two Comparable values are equal.
      static booleanareEqual(double expected, double actual)
      Checks whether two double values are equal.
      static booleanareEqual(double expected, double actual, java.lang.String verificationName)
      Checks whether two double values are equal.
      static booleanareEqual(double expected, double actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two double values are equal.
      static booleanareEqual(double expected, double actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two double values are equal.
      static booleanareEqual(float expected, float actual, java.lang.String verificationName)
      Checks whether two float values are equal.
      static booleanareEqual(int expected, int actual)
      Checks whether two integer values are equal.
      static booleanareEqual(int expected, int actual, java.lang.String verificationName)
      Checks whether two integer values are equal.
      static booleanareEqual(int expected, int actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two integer values are equal.
      static booleanareEqual(int expected, int actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two integer values are equal.
      static booleanareEqual(java.lang.Iterable expected, java.lang.Iterable actual)
      Checks whether two Iterable values are equal.
      static booleanareEqual(java.lang.Iterable expected, java.lang.Iterable actual, java.lang.String verificationName)
      Checks whether two Iterable values are equal.
      static booleanareEqual(java.lang.Iterable expected, java.lang.Iterable actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two Iterable values are equal.
      static booleanareEqual(java.lang.Iterable expected, java.lang.Iterable actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two Iterable values are equal.
      static booleanareEqual(long expected, long actual)
      Checks whether two long values are equal.
      static booleanareEqual(long expected, long actual, java.lang.String verificationName)
      Checks whether two long values are equal.
      static booleanareEqual(long expected, long actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two long values are equal.
      static booleanareEqual(long expected, long actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two long values are equal.
      static booleanareEqual(short expected, short actual)
      Checks whether two short values are equal.
      static booleanareEqual(short expected, short actual, java.lang.String verificationName)
      Checks whether two short values are equal.
      static booleanareEqual(short expected, short actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two short values are equal.
      static booleanareEqual(short expected, short actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two short values are equal.
      static booleanareEqual(java.lang.String expected, java.lang.String actual)
      Checks whether two String values are equal.
      static booleanareEqual(java.lang.String expected, java.lang.String actual, java.lang.String verificationName)
      Checks whether two String values are equal.
      static booleanareEqual(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two String values are equal.
      static booleanareEqualIgnoringCase(java.lang.String expected, java.lang.String actual)
      Checks whether two string values are equal, ignoring case.
      static booleanareEqualIgnoringCase(java.lang.String expected, java.lang.String actual, java.lang.String verificationName)
      Checks whether two string values are equal, ignoring case.
      static booleanareEqualIgnoringCase(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two string values are equal, ignoring case.
      static booleanareEqualIgnoringCase(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two string values are equal, ignoring case.
      static booleanareNotEqual(java.lang.Comparable expected, java.lang.Comparable actual)
      Checks whether two decimal values are different.
      static booleanareNotEqual(java.lang.Comparable expected, java.lang.Comparable actual, java.lang.String verificationName)
      Checks whether two Comparable values are different.
      static booleanareNotEqual(java.lang.Comparable expected, java.lang.Comparable actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two Comparable values are different.
      static booleanareNotEqual(java.lang.Comparable expected, java.lang.Comparable actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two Comparable values are different.
      static booleanareNotEqual(double expected, double actual)
      Checks whether two double values are different.
      static booleanareNotEqual(double expected, double actual, java.lang.String verificationName)
      Checks whether two double values are different.
      static booleanareNotEqual(double expected, double actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two double values are different.
      static booleanareNotEqual(double expected, double actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two double values are different.
      static booleanareNotEqual(int expected, int actual)
      Checks whether two integer values are different.
      static booleanareNotEqual(int expected, int actual, java.lang.String verificationName)
      Checks whether two integer values are different.
      static booleanareNotEqual(int expected, int actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two integer values are different.
      static booleanareNotEqual(int expected, int actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two integer values are different.
      static booleanareNotEqual(java.lang.Iterable expected, java.lang.Iterable actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two Iterable values are different.
      static booleanareNotEqual(java.lang.Iterable expected, java.lang.Iterable actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two Iterable values are different.
      static booleanareNotEqual(long expected, long actual)
      Checks whether two long values are different.
      static booleanareNotEqual(long expected, long actual, java.lang.String verificationName)
      Checks whether two long values are different.
      static booleanareNotEqual(long expected, long actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two long values are different.
      static booleanareNotEqual(long expected, long actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two long values are different.
      static booleanareNotEqual(short expected, short actual)
      Checks whether two short values are different.
      static booleanareNotEqual(short expected, short actual, java.lang.String verificationName)
      Checks whether two short values are different.
      static booleanareNotEqual(short expected, short actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two short values are different.
      static booleanareNotEqual(short expected, short actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two short values are different.
      static booleanareNotEqual(java.lang.String expected, java.lang.String actual)
      Checks whether two String values are different.
      static booleanareNotEqual(java.lang.String expected, java.lang.String actual, java.lang.String verificationName)
      Checks whether two String values are different.
      static booleanareNotEqual(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two String values are different.
      static booleanareNotEqualIgnoringCase(java.lang.String expected, java.lang.String actual)
      Checks whether two string values are different, ignoring case.
      static booleanareNotEqualIgnoringCase(java.lang.String expected, java.lang.String actual, java.lang.String verificationName)
      Checks whether two string values are different, ignoring case.
      static booleanareNotEqualIgnoringCase(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether two string values are different, ignoring case.
      static booleanareNotEqualIgnoringCase(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether two string values are different, ignoring case.
      static booleancontains(java.lang.Iterable actual, java.lang.Object expected)
      Checks whether the provided collection contains the object provided in the second argument.
      static booleancontains(java.lang.Iterable actual, java.lang.Object expected, java.lang.String verificationName)
      Checks whether the provided collection contains the object provided in the second argument.
      static booleancontains(java.lang.Iterable actual, java.lang.Object expected, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the provided collection contains the object provided in the second argument.
      static booleancontains(java.lang.Iterable actual, java.lang.Object expected, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the provided collection contains the object provided in the second argument.
      static booleancontains(java.lang.String expected, java.lang.String actual)
      Checks whether the first string specified is contained within the second string.
      static booleancontains(java.lang.String expected, java.lang.String actual, java.lang.String verificationName)
      Checks whether the first string specified is contained within the second string.
      static booleancontains(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first string specified is contained within the second string.
      static booleancontains(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first string specified is contained within the second string.
      static booleanendsWith(java.lang.String expected, java.lang.String actual)
      Checks whether the 'expected' string is the last part of the 'actual' string.
      static booleanendsWith(java.lang.String expected, java.lang.String actual, java.lang.String verificationName)
      Checks whether the 'expected' string is the last part of the 'actual' string.
      static booleanendsWith(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the 'expected' string is the last part of the 'actual' string.
      static booleanendsWith(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the 'expected' string is the last part of the 'actual' string.
      static booleangreater(java.lang.Comparable arg1, java.lang.Comparable arg2)
      Checks whether the first number specified is greater than the second for Comparable values.
      static booleangreater(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than the second for Comparable values.
      static booleangreater(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than the second for Comparable values.
      static booleangreater(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than the second for Comparable values.
      static booleangreater(double arg1, double arg2)
      Checks whether the first number specified is greater than the second for double values.
      static booleangreater(double arg1, double arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than the second for double values.
      static booleangreater(double arg1, double arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than the second for double values.
      static booleangreater(double arg1, double arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than the second for double values.
      static booleangreater(float arg1, float arg2)
      Checks whether the first number specified is greater than the second for float values.
      static booleangreater(float arg1, float arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than the second for float values.
      static booleangreater(float arg1, float arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than the second for float values.
      static booleangreater(float arg1, float arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than the second for float values.
      static booleangreater(int arg1, int arg2)
      Checks whether the first number specified is greater than the second for integer values.
      static booleangreater(int arg1, int arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than the second for integer values.
      static booleangreater(int arg1, int arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than the second for integer values.
      static booleangreater(int arg1, int arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than the second for integer values.
      static booleangreater(long arg1, long arg2)
      Checks whether the first number specified is greater than the second for long values.
      static booleangreater(long arg1, long arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than the second for long values.
      static booleangreater(long arg1, long arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than the second for long values.
      static booleangreater(long arg1, long arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than the second for long values.
      static booleangreater(short arg1, short arg2)
      Checks whether the first number specified is greater than the second for short values.
      static booleangreater(short arg1, short arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than the second for short values.
      static booleangreater(short arg1, short arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than the second for short values.
      static booleangreater(short arg1, short arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than the second for short values.
      static booleangreaterOrEqual(java.lang.Comparable arg1, java.lang.Comparable arg2)
      Checks whether the first number specified is greater than or equal to the second for Comparable values.
      static booleangreaterOrEqual(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than or equal to the second for Comparable values.
      static booleangreaterOrEqual(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than or equal to the second for Comparable values.
      static booleangreaterOrEqual(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than or equal to the second for Comparable values.
      static booleangreaterOrEqual(double arg1, double arg2)
      Checks whether the first number specified is greater than or equal to the second for double values.
      static booleangreaterOrEqual(double arg1, double arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than or equal to the second for double values.
      static booleangreaterOrEqual(double arg1, double arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than or equal to the second for double values.
      static booleangreaterOrEqual(double arg1, double arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than or equal to the second for double values.
      static booleangreaterOrEqual(float arg1, float arg2)
      Checks whether the first number specified is greater than or equal to the second for float values.
      static booleangreaterOrEqual(float arg1, float arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than or equal to the second for float values.
      static booleangreaterOrEqual(float arg1, float arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than or equal to the second for float values.
      static booleangreaterOrEqual(float arg1, float arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than or equal to the second for float values.
      static booleangreaterOrEqual(int arg1, int arg2)
      Checks whether the first number specified is greater than or equal to the second for integer values.
      static booleangreaterOrEqual(int arg1, int arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than or equal to the second for integer values.
      static booleangreaterOrEqual(int arg1, int arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than or equal to the second for integer values.
      static booleangreaterOrEqual(int arg1, int arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than or equal to the second for integer values.
      static booleangreaterOrEqual(long arg1, long arg2)
      Checks whether the first number specified is greater than or equal to the second for long values.
      static booleangreaterOrEqual(long arg1, long arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than or equal to the second for long values.
      static booleangreaterOrEqual(long arg1, long arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than or equal to the second for long values.
      static booleangreaterOrEqual(long arg1, long arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than or equal to the second for long values.
      static booleangreaterOrEqual(short arg1, short arg2)
      Checks whether the first number specified is greater than or equal to the second for short values.
      static booleangreaterOrEqual(short arg1, short arg2, java.lang.String verificationName)
      Checks whether the first number specified is greater than or equal to the second for short values.
      static booleangreaterOrEqual(short arg1, short arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is greater than or equal to the second for short values.
      static booleangreaterOrEqual(short arg1, short arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is greater than or equal to the second for short values.
      static booleanisFalse(boolean condition)
      Checks whether the specified condition is false.
      static booleanisFalse(boolean condition, java.lang.String verificationName)
      Checks whether the specified condition is false.
      static booleanisFalse(boolean condition, java.lang.String verificationName, java.lang.String verificationDescription)
      /** Checks whether the specified condition is false.
      static booleanisFalse(boolean condition, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      /** Checks whether the specified condition is false.
      static booleanisMatch(java.lang.String actual, java.lang.String regexPattern)
      Checks whether the specified regular expression matches the specified string value.
      static booleanisMatch(java.lang.String actual, java.lang.String regexPattern, java.lang.String verificationName)
      Checks whether the specified regular expression matches the specified string value.
      static booleanisMatch(java.lang.String actual, java.lang.String regexPattern, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the specified regular expression matches the specified string value.
      static booleanisMatch(java.lang.String actual, java.lang.String regexPattern, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the specified regular expression matches the specified string value.
      static booleanisNotNullOrEmpty(java.lang.Iterable collection)
      Checks whether the specified collection is not null or empty.
      static booleanisNotNullOrEmpty(java.lang.Iterable collection, java.lang.String verificationName)
      Checks whether the specified collection is not null or empty.
      static booleanisNotNullOrEmpty(java.lang.Iterable collection, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the specified collection is not null or empty.
      static booleanisNotNullOrEmpty(java.lang.Iterable collection, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the specified collection is not null or empty.
      static booleanisNotNullOrEmpty(java.lang.String aString)
      Checks whether the specified string is not null or empty.
      static booleanisNotNullOrEmpty(java.lang.String aString, java.lang.String verificationName)
      Checks whether the specified string is not null or empty.
      static booleanisNotNullOrEmpty(java.lang.String aString, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the specified string is not null or empty.
      static booleanisNotNullOrEmpty(java.lang.String aString, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the specified string is not null or empty.
      static booleanisNullOrEmpty(java.lang.Iterable collection)
      Checks whether the specified collection is null or empty.
      static booleanisNullOrEmpty(java.lang.Iterable collection, java.lang.String verificationName)
      Checks whether the specified collection is null or empty.
      static booleanisNullOrEmpty(java.lang.Iterable collection, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the specified collection is null or empty.
      static booleanisNullOrEmpty(java.lang.Iterable collection, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the specified collection is null or empty.
      static booleanisNullOrEmpty(java.lang.String aString)
      Checks whether the specified string is null or empty.
      static booleanisNullOrEmpty(java.lang.String aString, java.lang.String verificationName)
      Checks whether the specified string is null or empty.
      static booleanisNullOrEmpty(java.lang.String aString, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the specified string is null or empty.
      static booleanisNullOrEmpty(java.lang.String aString, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the specified string is null or empty.
      static booleanisTrue(boolean condition)
      Checks whether the specified condition is true.
      static booleanisTrue(boolean condition, java.lang.String verificationName)
      Checks whether the specified condition is true.
      static booleanisTrue(boolean condition, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the specified condition is true.
      static booleanisTrue(boolean condition, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the specified condition is true.
      static booleanless(java.lang.Comparable arg1, java.lang.Comparable arg2)
      Checks whether the first number specified is less than the second for Comparable values.
      static booleanless(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than the second for Comparable values.
      static booleanless(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than the second for Comparable values.
      static booleanless(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than the second for Comparable values.
      static booleanless(double arg1, double arg2)
      Checks whether the first number specified is less than the second for double values.
      static booleanless(double arg1, double arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than the second for double values.
      static booleanless(double arg1, double arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than the second for double values.
      static booleanless(double arg1, double arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than the second for double values.
      static booleanless(float arg1, float arg2)
      Checks whether the first number specified is less than the second for float values.
      static booleanless(float arg1, float arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than the second for float values.
      static booleanless(float arg1, float arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than the second for float values.
      static booleanless(float arg1, float arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than the second for float values.
      static booleanless(int arg1, int arg2)
      Checks whether the first number specified is less than the second for integer values.
      static booleanless(int arg1, int arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than the second for integer values.
      static booleanless(int arg1, int arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than the second for integer values.
      static booleanless(int arg1, int arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than the second for integer values.
      static booleanless(long arg1, long arg2)
      Checks whether the first number specified is less than the second for long values.
      static booleanless(long arg1, long arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than the second for long values.
      static booleanless(long arg1, long arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than the second for long values.
      static booleanless(long arg1, long arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than the second for long values.
      static booleanless(short arg1, short arg2)
      Checks whether the first number specified is less than the second for short values.
      static booleanless(short arg1, short arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than the second for short values.
      static booleanless(short arg1, short arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than the second for short values.
      static booleanless(short arg1, short arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than the second for short values.
      static booleanlessOrEqual(java.lang.Comparable arg1, java.lang.Comparable arg2)
      Checks whether the first number specified is less than or equal to the second for Comparable values.
      static booleanlessOrEqual(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than or equal to the second for Comparable values.
      static booleanlessOrEqual(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than or equal to the second for Comparable values.
      static booleanlessOrEqual(java.lang.Comparable arg1, java.lang.Comparable arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than or equal to the second for Comparable values.
      static booleanlessOrEqual(double arg1, double arg2)
      Checks whether the first number specified is less than or equal to the second for double values.
      static booleanlessOrEqual(double arg1, double arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than or equal to the second for double values.
      static booleanlessOrEqual(double arg1, double arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than or equal to the second for double values.
      static booleanlessOrEqual(double arg1, double arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than or equal to the second for double values.
      static booleanlessOrEqual(float arg1, float arg2)
      Checks whether the first number specified is less than or equal to the second for float values.
      static booleanlessOrEqual(float arg1, float arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than or equal to the second for float values.
      static booleanlessOrEqual(float arg1, float arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than or equal to the second for float values.
      static booleanlessOrEqual(float arg1, float arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than or equal to the second for float values.
      static booleanlessOrEqual(int arg1, int arg2)
      Checks whether the first number specified is less than or equal to the second for integer values.
      static booleanlessOrEqual(int arg1, int arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than or equal to the second for integer values.
      static booleanlessOrEqual(int arg1, int arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than or equal to the second for integer values.
      static booleanlessOrEqual(int arg1, int arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than or equal to the second for integer values.
      static booleanlessOrEqual(long arg1, long arg2)
      Checks whether the first number specified is less than or equal to the second for long values.
      static booleanlessOrEqual(long arg1, long arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than or equal to the second for long values.
      static booleanlessOrEqual(long arg1, long arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than or equal to the second for long values.
      static booleanlessOrEqual(long arg1, long arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than or equal to the second for long values.
      static booleanlessOrEqual(short arg1, short arg2)
      Checks whether the first number specified is less than or equal to the second for short values.
      static booleanlessOrEqual(short arg1, short arg2, java.lang.String verificationName)
      Checks whether the first number specified is less than or equal to the second for short values.
      static booleanlessOrEqual(short arg1, short arg2, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the first number specified is less than or equal to the second for short values.
      static booleanlessOrEqual(short arg1, short arg2, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the first number specified is less than or equal to the second for short values.
      static booleanstartsWith(java.lang.String expected, java.lang.String actual)
      Checks whether the 'expected' string is the first part of the 'actual' string.
      static booleanstartsWith(java.lang.String expected, java.lang.String actual, java.lang.String verificationName)
      Checks whether the 'expected' string is the first part of the 'actual' string.
      static booleanstartsWith(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription)
      Checks whether the 'expected' string is the first part of the 'actual' string.
      static booleanstartsWith(java.lang.String expected, java.lang.String actual, java.lang.String verificationName, java.lang.String verificationDescription, java.awt.image.RenderedImage verificationImage)
      Checks whether the 'expected' string is the first part of the 'actual' string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Verify

        public Verify()
    • Method Detail

      • greaterOrEqual

        public static boolean greaterOrEqual(int arg1,
                                             int arg2)
        Checks whether the first number specified is greater than or equal to the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than or equal to the second for integer values.
      • greaterOrEqual

        public static boolean greaterOrEqual(long arg1,
                                             long arg2)
        Checks whether the first number specified is greater than or equal to the second for long values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than or equal to the second for long values.
      • greaterOrEqual

        public static boolean greaterOrEqual(short arg1,
                                             short arg2)
        Checks whether the first number specified is greater than or equal to the second for short values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than or equal to the second for short values.
      • greaterOrEqual

        public static boolean greaterOrEqual(double arg1,
                                             double arg2)
        Checks whether the first number specified is greater than or equal to the second for double values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than or equal to the second for double values.
      • greaterOrEqual

        public static boolean greaterOrEqual(float arg1,
                                             float arg2)
        Checks whether the first number specified is greater than or equal to the second for float values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than or equal to the second for float values.
      • greaterOrEqual

        public static boolean greaterOrEqual(java.lang.Comparable arg1,
                                             java.lang.Comparable arg2)
        Checks whether the first number specified is greater than or equal to the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than or equal to the second for Comparable values.
      • greaterOrEqual

        public static boolean greaterOrEqual(int arg1,
                                             int arg2,
                                             java.lang.String verificationName)
        Checks whether the first number specified is greater than or equal to the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than or equal to the second for integer values.
      • greaterOrEqual

        public static boolean greaterOrEqual(long arg1,
                                             long arg2,
                                             java.lang.String verificationName)
        Checks whether the first number specified is greater than or equal to the second for long values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than or equal to the second for long values.
      • greaterOrEqual

        public static boolean greaterOrEqual(short arg1,
                                             short arg2,
                                             java.lang.String verificationName)
        Checks whether the first number specified is greater than or equal to the second for short values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than or equal to the second for short values.
      • greaterOrEqual

        public static boolean greaterOrEqual(double arg1,
                                             double arg2,
                                             java.lang.String verificationName)
        Checks whether the first number specified is greater than or equal to the second for double values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than or equal to the second for double values.
      • greaterOrEqual

        public static boolean greaterOrEqual(float arg1,
                                             float arg2,
                                             java.lang.String verificationName)
        Checks whether the first number specified is greater than or equal to the second for float values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than or equal to the second for float values.
      • greaterOrEqual

        public static boolean greaterOrEqual(java.lang.Comparable arg1,
                                             java.lang.Comparable arg2,
                                             java.lang.String verificationName)
        Checks whether the first number specified is greater than or equal to the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than or equal to the second for Comparable values.
      • greaterOrEqual

        public static boolean greaterOrEqual(int arg1,
                                             int arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription)
        Checks whether the first number specified is greater than or equal to the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than or equal to the second for integer integer.
      • greaterOrEqual

        public static boolean greaterOrEqual(long arg1,
                                             long arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription)
        Checks whether the first number specified is greater than or equal to the second for long values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than or equal to the second for long values.
      • greaterOrEqual

        public static boolean greaterOrEqual(short arg1,
                                             short arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription)
        Checks whether the first number specified is greater than or equal to the second for short values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than or equal to the second for short values.
      • greaterOrEqual

        public static boolean greaterOrEqual(double arg1,
                                             double arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription)
        Checks whether the first number specified is greater than or equal to the second for double values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than or equal to the second for double values.
      • greaterOrEqual

        public static boolean greaterOrEqual(float arg1,
                                             float arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription)
        Checks whether the first number specified is greater than or equal to the second for float values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than or equal to the second for float values.
      • greaterOrEqual

        public static boolean greaterOrEqual(java.lang.Comparable arg1,
                                             java.lang.Comparable arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription)
        Checks whether the first number specified is greater than or equal to the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than or equal to the second for Comparable values.
      • greaterOrEqual

        public static boolean greaterOrEqual(int arg1,
                                             int arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription,
                                             java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than or equal to the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is greater than or equal to the second for integer integer.
      • greaterOrEqual

        public static boolean greaterOrEqual(long arg1,
                                             long arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription,
                                             java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than or equal to the second for long values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is greater than or equal to the second for long values.
      • greaterOrEqual

        public static boolean greaterOrEqual(short arg1,
                                             short arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription,
                                             java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than or equal to the second for short values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is greater than or equal to the second for short values.
      • greaterOrEqual

        public static boolean greaterOrEqual(double arg1,
                                             double arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription,
                                             java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than or equal to the second for double values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is greater than or equal to the second for double values.
      • greaterOrEqual

        public static boolean greaterOrEqual(float arg1,
                                             float arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription,
                                             java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than or equal to the second for float values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is greater than or equal to the second for float values.
      • greaterOrEqual

        public static boolean greaterOrEqual(java.lang.Comparable arg1,
                                             java.lang.Comparable arg2,
                                             java.lang.String verificationName,
                                             java.lang.String verificationDescription,
                                             java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than or equal to the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is greater than or equal to the second for Comparable values.
      • lessOrEqual

        public static boolean lessOrEqual(int arg1,
                                          int arg2)
        Checks whether the first number specified is less than or equal to the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than or equal to the second for integer values.
      • lessOrEqual

        public static boolean lessOrEqual(long arg1,
                                          long arg2)
        Checks whether the first number specified is less than or equal to the second for long values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than or equal to the second for long values.
      • lessOrEqual

        public static boolean lessOrEqual(double arg1,
                                          double arg2)
        Checks whether the first number specified is less than or equal to the second for double values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than or equal to the second for double values.
      • lessOrEqual

        public static boolean lessOrEqual(float arg1,
                                          float arg2)
        Checks whether the first number specified is less than or equal to the second for float values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than or equal to the second for float values.
      • lessOrEqual

        public static boolean lessOrEqual(short arg1,
                                          short arg2)
        Checks whether the first number specified is less than or equal to the second for short values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than or equal to the second for short values.
      • lessOrEqual

        public static boolean lessOrEqual(java.lang.Comparable arg1,
                                          java.lang.Comparable arg2)
        Checks whether the first number specified is less than or equal to the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than or equal to the second for Comparable values.
      • lessOrEqual

        public static boolean lessOrEqual(int arg1,
                                          int arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether the first number specified is less than or equal to the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than or equal to the second for integer values.
      • lessOrEqual

        public static boolean lessOrEqual(long arg1,
                                          long arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether the first number specified is less than or equal to the second for long values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than or equal to the second for long values.
      • lessOrEqual

        public static boolean lessOrEqual(double arg1,
                                          double arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether the first number specified is less than or equal to the second for double values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than or equal to the second for double values.
      • lessOrEqual

        public static boolean lessOrEqual(float arg1,
                                          float arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether the first number specified is less than or equal to the second for float values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than or equal to the second for float values.
      • lessOrEqual

        public static boolean lessOrEqual(short arg1,
                                          short arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether the first number specified is less than or equal to the second for short values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than or equal to the second for short values.
      • lessOrEqual

        public static boolean lessOrEqual(java.lang.Comparable arg1,
                                          java.lang.Comparable arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether the first number specified is less than or equal to the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than or equal to the second for Comparable values.
      • lessOrEqual

        public static boolean lessOrEqual(int arg1,
                                          int arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than or equal to the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than or equal to the second for integer values.
      • lessOrEqual

        public static boolean lessOrEqual(long arg1,
                                          long arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than or equal to the second for long values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than or equal to the second for long values.
      • lessOrEqual

        public static boolean lessOrEqual(double arg1,
                                          double arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than or equal to the second for double values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than or equal to the second for double values.
      • lessOrEqual

        public static boolean lessOrEqual(float arg1,
                                          float arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than or equal to the second for float values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than or equal to the second for float values.
      • lessOrEqual

        public static boolean lessOrEqual(short arg1,
                                          short arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than or equal to the second for short values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than or equal to the second for short values.
      • lessOrEqual

        public static boolean lessOrEqual(java.lang.Comparable arg1,
                                          java.lang.Comparable arg2,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than or equal to the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than or equal to the second for Comparable values.
      • lessOrEqual

        public static boolean lessOrEqual(int arg1,
                                          int arg2,
                                          java.lang.String verificationName)
        Checks whether the first number specified is less than or equal to the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than or equal to the second for integer values.
      • lessOrEqual

        public static boolean lessOrEqual(long arg1,
                                          long arg2,
                                          java.lang.String verificationName)
        Checks whether the first number specified is less than or equal to the second for long values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than or equal to the second for long values.
      • lessOrEqual

        public static boolean lessOrEqual(double arg1,
                                          double arg2,
                                          java.lang.String verificationName)
        Checks whether the first number specified is less than or equal to the second for double values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than or equal to the second for double values.
      • lessOrEqual

        public static boolean lessOrEqual(float arg1,
                                          float arg2,
                                          java.lang.String verificationName)
        Checks whether the first number specified is less than or equal to the second for float values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than or equal to the second for float values.
      • lessOrEqual

        public static boolean lessOrEqual(short arg1,
                                          short arg2,
                                          java.lang.String verificationName)
        Checks whether the first number specified is less than or equal to the second for short values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than or equal to the second for short values.
      • lessOrEqual

        public static boolean lessOrEqual(java.lang.Comparable arg1,
                                          java.lang.Comparable arg2,
                                          java.lang.String verificationName)
        Checks whether the first number specified is less than or equal to the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than or equal to the second for Comparable values.
      • contains

        public static boolean contains(java.lang.Iterable actual,
                                       java.lang.Object expected,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription,
                                       java.awt.image.RenderedImage verificationImage)
        Checks whether the provided collection contains the object provided in the second argument.
        Parameters:
        actual - the collection to check.
        expected - the object to search for.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the provided collection contains the object provided in the second argument.
      • contains

        public static boolean contains(java.lang.Iterable actual,
                                       java.lang.Object expected,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription)
        Checks whether the provided collection contains the object provided in the second argument.
        Parameters:
        actual - the collection to check.
        expected - the object to search for.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the provided collection contains the object provided in the second argument.
      • contains

        public static boolean contains(java.lang.Iterable actual,
                                       java.lang.Object expected,
                                       java.lang.String verificationName)
        Checks whether the provided collection contains the object provided in the second argument.
        Parameters:
        actual - the collection to check.
        expected - the object to search for.
        verificationName - the verification title.
        Returns:
        true if the provided collection contains the object provided in the second argument.
      • contains

        public static boolean contains(java.lang.Iterable actual,
                                       java.lang.Object expected)
        Checks whether the provided collection contains the object provided in the second argument.
        Parameters:
        actual - the collection to check.
        expected - the object to search for.
        Returns:
        true if the provided collection contains the object provided in the second argument.
      • areEqual

        public static boolean areEqual(java.lang.Iterable expected,
                                       java.lang.Iterable actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription)
        Checks whether two Iterable values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two Iterable values are equal.
      • areEqual

        public static boolean areEqual(java.lang.Iterable expected,
                                       java.lang.Iterable actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription,
                                       java.awt.image.RenderedImage verificationImage)
        Checks whether two Iterable values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two Iterable values are equal.
      • areEqual

        public static boolean areEqual(java.lang.Iterable expected,
                                       java.lang.Iterable actual,
                                       java.lang.String verificationName)
        Checks whether two Iterable values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two Iterable values are equal.
      • areEqual

        public static boolean areEqual(java.lang.Iterable expected,
                                       java.lang.Iterable actual)
        Checks whether two Iterable values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two Iterable values are equal.
      • areEqual

        public static boolean areEqual(int expected,
                                       int actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription,
                                       java.awt.image.RenderedImage verificationImage)
        Checks whether two integer values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two integer values are equal.
      • areEqual

        public static boolean areEqual(long expected,
                                       long actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription,
                                       java.awt.image.RenderedImage verificationImage)
        Checks whether two long values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two long values are equal.
      • areEqual

        public static boolean areEqual(double expected,
                                       double actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription,
                                       java.awt.image.RenderedImage verificationImage)
        Checks whether two double values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two double values are equal.
      • areEqual

        public static boolean areEqual(short expected,
                                       short actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription,
                                       java.awt.image.RenderedImage verificationImage)
        Checks whether two short values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two short values are equal.
      • areEqual

        public static boolean areEqual(java.lang.Comparable expected,
                                       java.lang.Comparable actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription,
                                       java.awt.image.RenderedImage verificationImage)
        Checks whether two Comparable values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two Comparable values are equal.
      • areEqual

        public static boolean areEqual(int expected,
                                       int actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription)
        Checks whether two integer values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two integer values are equal.
      • areEqual

        public static boolean areEqual(long expected,
                                       long actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription)
        Checks whether two long values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two long values are equal.
      • areEqual

        public static boolean areEqual(double expected,
                                       double actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription)
        Checks whether two double values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two double values are equal.
      • areEqual

        public static boolean areEqual(short expected,
                                       short actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription)
        Checks whether two short values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two short values are equal.
      • areEqual

        public static boolean areEqual(java.lang.Comparable expected,
                                       java.lang.Comparable actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription)
        Checks whether two Comparable values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two Comparable values are equal.
      • areEqual

        public static boolean areEqual(int expected,
                                       int actual,
                                       java.lang.String verificationName)
        Checks whether two integer values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two integer values are equal.
      • areEqual

        public static boolean areEqual(long expected,
                                       long actual,
                                       java.lang.String verificationName)
        Checks whether two long values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two long values are equal.
      • areEqual

        public static boolean areEqual(float expected,
                                       float actual,
                                       java.lang.String verificationName)
        Checks whether two float values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two float values are equal.
      • areEqual

        public static boolean areEqual(double expected,
                                       double actual,
                                       java.lang.String verificationName)
        Checks whether two double values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two double values are equal.
      • areEqual

        public static boolean areEqual(short expected,
                                       short actual,
                                       java.lang.String verificationName)
        Checks whether two short values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two short values are equal.
      • areEqual

        public static boolean areEqual(java.lang.Comparable expected,
                                       java.lang.Comparable actual,
                                       java.lang.String verificationName)
        Checks whether two Comparable values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two Comparable values are equal.
      • areEqual

        public static boolean areEqual(int expected,
                                       int actual)
        Checks whether two integer values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two integer values are equal.
      • areEqual

        public static boolean areEqual(long expected,
                                       long actual)
        Checks whether two long values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two long values are equal.
      • areEqual

        public static boolean areEqual(double expected,
                                       double actual)
        Checks whether two double values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two double values are equal.
      • areEqual

        public static boolean areEqual(short expected,
                                       short actual)
        Checks whether two short values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two short values are equal.
      • areEqual

        public static boolean areEqual(java.lang.Comparable expected,
                                       java.lang.Comparable actual)
        Checks whether two Comparable values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two Comparable values are equal.
      • areEqual

        public static boolean areEqual(java.lang.String expected,
                                       java.lang.String actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription)
        Checks whether two String values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two String values are equal.
      • areEqual

        public static boolean areEqual(java.lang.String expected,
                                       java.lang.String actual,
                                       java.lang.String verificationName)
        Checks whether two String values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two String values are equal.
      • areEqual

        public static boolean areEqual(java.lang.String expected,
                                       java.lang.String actual)
        Checks whether two String values are equal.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two two String values are equal.
      • areNotEqual

        public static boolean areNotEqual(int expected,
                                          int actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether two integer values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two integer values are different.
      • areNotEqual

        public static boolean areNotEqual(long expected,
                                          long actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether two long values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two long values are different.
      • areNotEqual

        public static boolean areNotEqual(java.lang.Iterable expected,
                                          java.lang.Iterable actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether two Iterable values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two Iterable values are different.
      • areNotEqual

        public static boolean areNotEqual(double expected,
                                          double actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether two double values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two double values are different.
      • areNotEqual

        public static boolean areNotEqual(short expected,
                                          short actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether two short values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two short values are different.
      • areNotEqual

        public static boolean areNotEqual(java.lang.Comparable expected,
                                          java.lang.Comparable actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription,
                                          java.awt.image.RenderedImage verificationImage)
        Checks whether two Comparable values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two Comparable values are different.
      • areNotEqual

        public static boolean areNotEqual(int expected,
                                          int actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether two integer values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two integer values are different.
      • areNotEqual

        public static boolean areNotEqual(long expected,
                                          long actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether two long values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two long values are different.
      • areNotEqual

        public static boolean areNotEqual(java.lang.Iterable expected,
                                          java.lang.Iterable actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether two Iterable values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two Iterable values are different.
      • areNotEqual

        public static boolean areNotEqual(double expected,
                                          double actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether two double values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two double values are different.
      • areNotEqual

        public static boolean areNotEqual(short expected,
                                          short actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether two short values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two short values are different.
      • areNotEqual

        public static boolean areNotEqual(java.lang.Comparable expected,
                                          java.lang.Comparable actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether two Comparable values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two Comparable values are different.
      • areNotEqual

        public static boolean areNotEqual(int expected,
                                          int actual,
                                          java.lang.String verificationName)
        Checks whether two integer values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two integer values are different.
      • areNotEqual

        public static boolean areNotEqual(long expected,
                                          long actual,
                                          java.lang.String verificationName)
        Checks whether two long values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two long values are different.
      • areNotEqual

        public static boolean areNotEqual(double expected,
                                          double actual,
                                          java.lang.String verificationName)
        Checks whether two double values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two double values are different.
      • areNotEqual

        public static boolean areNotEqual(short expected,
                                          short actual,
                                          java.lang.String verificationName)
        Checks whether two short values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two short values are different.
      • areNotEqual

        public static boolean areNotEqual(java.lang.Comparable expected,
                                          java.lang.Comparable actual,
                                          java.lang.String verificationName)
        Checks whether two Comparable values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two Comparable values are different.
      • areNotEqual

        public static boolean areNotEqual(int expected,
                                          int actual)
        Checks whether two integer values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two integer values are different.
      • areNotEqual

        public static boolean areNotEqual(long expected,
                                          long actual)
        Checks whether two long values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two long values are different.
      • areNotEqual

        public static boolean areNotEqual(double expected,
                                          double actual)
        Checks whether two double values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two double values are different.
      • areNotEqual

        public static boolean areNotEqual(short expected,
                                          short actual)
        Checks whether two short values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two short values are different.
      • areNotEqual

        public static boolean areNotEqual(java.lang.Comparable expected,
                                          java.lang.Comparable actual)
        Checks whether two decimal values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two decimal values are different.
      • areNotEqual

        public static boolean areNotEqual(java.lang.String expected,
                                          java.lang.String actual,
                                          java.lang.String verificationName,
                                          java.lang.String verificationDescription)
        Checks whether two String values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two String values are different.
      • areNotEqual

        public static boolean areNotEqual(java.lang.String expected,
                                          java.lang.String actual,
                                          java.lang.String verificationName)
        Checks whether two String values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        verificationName - the verification title.
        Returns:
        true if two String values are different.
      • areNotEqual

        public static boolean areNotEqual(java.lang.String expected,
                                          java.lang.String actual)
        Checks whether two String values are different.
        Parameters:
        expected - the expected value.
        actual - the actual value.
        Returns:
        true if two String values are different.
      • areNotEqualIgnoringCase

        public static boolean areNotEqualIgnoringCase(java.lang.String expected,
                                                      java.lang.String actual,
                                                      java.lang.String verificationName,
                                                      java.lang.String verificationDescription,
                                                      java.awt.image.RenderedImage verificationImage)
        Checks whether two string values are different, ignoring case.
        Parameters:
        expected - the expected string.
        actual - the actual string.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two string values are different, ignoring case.
      • areNotEqualIgnoringCase

        public static boolean areNotEqualIgnoringCase(java.lang.String expected,
                                                      java.lang.String actual,
                                                      java.lang.String verificationName,
                                                      java.lang.String verificationDescription)
        Checks whether two string values are different, ignoring case.
        Parameters:
        expected - the expected string.
        actual - the actual string.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two string values are different, ignoring case.
      • areNotEqualIgnoringCase

        public static boolean areNotEqualIgnoringCase(java.lang.String expected,
                                                      java.lang.String actual,
                                                      java.lang.String verificationName)
        Checks whether two string values are different, ignoring case.
        Parameters:
        expected - the expected string.
        actual - the actual string.
        verificationName - the verification title.
        Returns:
        true if two string values are different, ignoring case.
      • areNotEqualIgnoringCase

        public static boolean areNotEqualIgnoringCase(java.lang.String expected,
                                                      java.lang.String actual)
        Checks whether two string values are different, ignoring case.
        Parameters:
        expected - the expected string.
        actual - the actual string.
        Returns:
        true if two string values are different, ignoring case.
      • greater

        public static boolean greater(int arg1,
                                      int arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription,
                                      java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for integer values.
      • greater

        public static boolean greater(long arg1,
                                      long arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription,
                                      java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than the second for long values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for long values.
      • greater

        public static boolean greater(double arg1,
                                      double arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription,
                                      java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than the second for double values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for double values.
      • greater

        public static boolean greater(float arg1,
                                      float arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription,
                                      java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than the second for float values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for float values.
      • greater

        public static boolean greater(short arg1,
                                      short arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription,
                                      java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than the second for short values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for short values.
      • greater

        public static boolean greater(java.lang.Comparable arg1,
                                      java.lang.Comparable arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription,
                                      java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is greater than the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for Comparable values.
      • greater

        public static boolean greater(int arg1,
                                      int arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription)
        Checks whether the first number specified is greater than the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for integer values.
      • greater

        public static boolean greater(long arg1,
                                      long arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription)
        Checks whether the first number specified is greater than the second for long values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for long values.
      • greater

        public static boolean greater(double arg1,
                                      double arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription)
        Checks whether the first number specified is greater than the second for double values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for double values.
      • greater

        public static boolean greater(float arg1,
                                      float arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription)
        Checks whether the first number specified is greater than the second for float values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for float values.
      • greater

        public static boolean greater(short arg1,
                                      short arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription)
        Checks whether the first number specified is greater than the second for short values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for short values.
      • greater

        public static boolean greater(java.lang.Comparable arg1,
                                      java.lang.Comparable arg2,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription)
        Checks whether the first number specified is greater than the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is greater than the second for Comparable values.
      • greater

        public static boolean greater(int arg1,
                                      int arg2,
                                      java.lang.String verificationName)
        Checks whether the first number specified is greater than the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than the second for integer values.
      • greater

        public static boolean greater(long arg1,
                                      long arg2,
                                      java.lang.String verificationName)
        Checks whether the first number specified is greater than the second for long values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than the second for long values.
      • greater

        public static boolean greater(double arg1,
                                      double arg2,
                                      java.lang.String verificationName)
        Checks whether the first number specified is greater than the second for double values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than the second for double values.
      • greater

        public static boolean greater(float arg1,
                                      float arg2,
                                      java.lang.String verificationName)
        Checks whether the first number specified is greater than the second for float values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than the second for float values.
      • greater

        public static boolean greater(short arg1,
                                      short arg2,
                                      java.lang.String verificationName)
        Checks whether the first number specified is greater than the second for short values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than the second for short values.
      • greater

        public static boolean greater(java.lang.Comparable arg1,
                                      java.lang.Comparable arg2,
                                      java.lang.String verificationName)
        Checks whether the first number specified is greater than the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is greater than the second for Comparable values.
      • greater

        public static boolean greater(int arg1,
                                      int arg2)
        Checks whether the first number specified is greater than the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than the second for integer values.
      • greater

        public static boolean greater(long arg1,
                                      long arg2)
        Checks whether the first number specified is greater than the second for long values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than the second for long values.
      • greater

        public static boolean greater(double arg1,
                                      double arg2)
        Checks whether the first number specified is greater than the second for double values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than the second for double values.
      • greater

        public static boolean greater(float arg1,
                                      float arg2)
        Checks whether the first number specified is greater than the second for float values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than the second for float values.
      • greater

        public static boolean greater(short arg1,
                                      short arg2)
        Checks whether the first number specified is greater than the second for short values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than the second for short values.
      • greater

        public static boolean greater(java.lang.Comparable arg1,
                                      java.lang.Comparable arg2)
        Checks whether the first number specified is greater than the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the larger number.
        arg2 - the second value, expected to be the smaller number.
        Returns:
        true if the first number specified is greater than the second for Comparable values.
      • less

        public static boolean less(int arg1,
                                   int arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription,
                                   java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than the second for integer values.
      • less

        public static boolean less(long arg1,
                                   long arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription,
                                   java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than the second for long values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than the second for long values.
      • less

        public static boolean less(double arg1,
                                   double arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription,
                                   java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than the second for double values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than the second for double values.
      • less

        public static boolean less(float arg1,
                                   float arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription,
                                   java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than the second for float values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than the second for float values.
      • less

        public static boolean less(short arg1,
                                   short arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription,
                                   java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than the second for short values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than the second for short values.
      • less

        public static boolean less(java.lang.Comparable arg1,
                                   java.lang.Comparable arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription,
                                   java.awt.image.RenderedImage verificationImage)
        Checks whether the first number specified is less than the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first number specified is less than the second for Comparable values.
      • less

        public static boolean less(int arg1,
                                   int arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription)
        Checks whether the first number specified is less than the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than the second for integer values.
      • less

        public static boolean less(long arg1,
                                   long arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription)
        Checks whether the first number specified is less than the second for long values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than the second for long values.
      • less

        public static boolean less(double arg1,
                                   double arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription)
        Checks whether the first number specified is less than the second for double values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than the second for double values.
      • less

        public static boolean less(float arg1,
                                   float arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription)
        Checks whether the first number specified is less than the second for float values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than the second for float values.
      • less

        public static boolean less(short arg1,
                                   short arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription)
        Checks whether the first number specified is less than the second for short values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than the second for short values.
      • less

        public static boolean less(java.lang.Comparable arg1,
                                   java.lang.Comparable arg2,
                                   java.lang.String verificationName,
                                   java.lang.String verificationDescription)
        Checks whether the first number specified is less than the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first number specified is less than the second for Comparable values.
      • less

        public static boolean less(int arg1,
                                   int arg2,
                                   java.lang.String verificationName)
        Checks whether the first number specified is less than the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than the second for integer values.
      • less

        public static boolean less(long arg1,
                                   long arg2,
                                   java.lang.String verificationName)
        Checks whether the first number specified is less than the second for long values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than the second for long values.
      • less

        public static boolean less(double arg1,
                                   double arg2,
                                   java.lang.String verificationName)
        Checks whether the first number specified is less than the second for double values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than the second for double values.
      • less

        public static boolean less(float arg1,
                                   float arg2,
                                   java.lang.String verificationName)
        Checks whether the first number specified is less than the second for float values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than the second for float values.
      • less

        public static boolean less(short arg1,
                                   short arg2,
                                   java.lang.String verificationName)
        Checks whether the first number specified is less than the second for short values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than the second for short values.
      • less

        public static boolean less(java.lang.Comparable arg1,
                                   java.lang.Comparable arg2,
                                   java.lang.String verificationName)
        Checks whether the first number specified is less than the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        verificationName - the verification title.
        Returns:
        true if the first number specified is less than the second for Comparable values.
      • less

        public static boolean less(int arg1,
                                   int arg2)
        Checks whether the first number specified is less than the second for integer values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than the second for integer values.
      • less

        public static boolean less(long arg1,
                                   long arg2)
        Checks whether the first number specified is less than the second for long values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than the second for long values.
      • less

        public static boolean less(double arg1,
                                   double arg2)
        Checks whether the first number specified is less than the second for double values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than the second for double values.
      • less

        public static boolean less(float arg1,
                                   float arg2)
        Checks whether the first number specified is less than the second for float values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than the second for float values.
      • less

        public static boolean less(short arg1,
                                   short arg2)
        Checks whether the first number specified is less than the second for short values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than the second for short values.
      • less

        public static boolean less(java.lang.Comparable arg1,
                                   java.lang.Comparable arg2)
        Checks whether the first number specified is less than the second for Comparable values.
        Parameters:
        arg1 - the first value, expected to be the smaller number.
        arg2 - the second value, expected to be the larger number.
        Returns:
        true if the first number specified is less than the second for Comparable values.
      • isTrue

        public static boolean isTrue(boolean condition,
                                     java.lang.String verificationName,
                                     java.lang.String verificationDescription,
                                     java.awt.image.RenderedImage verificationImage)
        Checks whether the specified condition is true.
        Parameters:
        condition - the condition to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the specified condition is true.
      • isTrue

        public static boolean isTrue(boolean condition,
                                     java.lang.String verificationName,
                                     java.lang.String verificationDescription)
        Checks whether the specified condition is true.
        Parameters:
        condition - the condition to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the specified condition is true.
      • isTrue

        public static boolean isTrue(boolean condition,
                                     java.lang.String verificationName)
        Checks whether the specified condition is true.
        Parameters:
        condition - the condition to check.
        verificationName - the verification title.
        Returns:
        true if the specified condition is true.
      • isTrue

        public static boolean isTrue(boolean condition)
        Checks whether the specified condition is true.
        Parameters:
        condition - the condition to check.
        Returns:
        true if the specified condition is true.
      • isFalse

        public static boolean isFalse(boolean condition,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription,
                                      java.awt.image.RenderedImage verificationImage)
        /** Checks whether the specified condition is false.
        Parameters:
        condition - the condition to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the specified condition is false.
      • isFalse

        public static boolean isFalse(boolean condition,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription)
        /** Checks whether the specified condition is false.
        Parameters:
        condition - the condition to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the specified condition is false.
      • isFalse

        public static boolean isFalse(boolean condition,
                                      java.lang.String verificationName)
        Checks whether the specified condition is false.
        Parameters:
        condition - the condition to check.
        verificationName - the verification title.
        Returns:
        true if the specified condition is false.
      • isFalse

        public static boolean isFalse(boolean condition)
        Checks whether the specified condition is false.
        Parameters:
        condition - the condition to check.
        Returns:
        true if the specified condition is false.
      • isNullOrEmpty

        public static boolean isNullOrEmpty(java.lang.String aString,
                                            java.lang.String verificationName,
                                            java.lang.String verificationDescription,
                                            java.awt.image.RenderedImage verificationImage)
        Checks whether the specified string is null or empty.
        Parameters:
        aString - the string to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the specified string is null or empty.
      • isNullOrEmpty

        public static boolean isNullOrEmpty(java.lang.String aString,
                                            java.lang.String verificationName,
                                            java.lang.String verificationDescription)
        Checks whether the specified string is null or empty.
        Parameters:
        aString - the string to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the specified string is null or empty.
      • isNullOrEmpty

        public static boolean isNullOrEmpty(java.lang.String aString,
                                            java.lang.String verificationName)
        Checks whether the specified string is null or empty.
        Parameters:
        aString - the string to check.
        verificationName - the verification title.
        Returns:
        true if the specified string is null or empty.
      • isNullOrEmpty

        public static boolean isNullOrEmpty(java.lang.String aString)
        Checks whether the specified string is null or empty.
        Parameters:
        aString - the string to check.
        Returns:
        true if the specified string is null or empty.
      • isNotNullOrEmpty

        public static boolean isNotNullOrEmpty(java.lang.String aString,
                                               java.lang.String verificationName,
                                               java.lang.String verificationDescription,
                                               java.awt.image.RenderedImage verificationImage)
        Checks whether the specified string is not null or empty.
        Parameters:
        aString - the string to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the specified string is not null or empty.
      • isNotNullOrEmpty

        public static boolean isNotNullOrEmpty(java.lang.String aString,
                                               java.lang.String verificationName,
                                               java.lang.String verificationDescription)
        Checks whether the specified string is not null or empty.
        Parameters:
        aString - the string to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the specified string is not null or empty.
      • isNotNullOrEmpty

        public static boolean isNotNullOrEmpty(java.lang.String aString,
                                               java.lang.String verificationName)
        Checks whether the specified string is not null or empty.
        Parameters:
        aString - the string to check..
        verificationName - the verification title.
        Returns:
        true if the specified string is not null or empty.
      • isNotNullOrEmpty

        public static boolean isNotNullOrEmpty(java.lang.String aString)
        Checks whether the specified string is not null or empty.
        Parameters:
        aString - the string to check.
        Returns:
        true if the specified string is not null or empty.
      • isNullOrEmpty

        public static boolean isNullOrEmpty(java.lang.Iterable collection,
                                            java.lang.String verificationName,
                                            java.lang.String verificationDescription,
                                            java.awt.image.RenderedImage verificationImage)
        Checks whether the specified collection is null or empty.
        Parameters:
        collection - the collection to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the specified collection is null or empty.
      • isNullOrEmpty

        public static boolean isNullOrEmpty(java.lang.Iterable collection,
                                            java.lang.String verificationName,
                                            java.lang.String verificationDescription)
        Checks whether the specified collection is null or empty.
        Parameters:
        collection - the collection to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the specified collection is null or empty.
      • isNullOrEmpty

        public static boolean isNullOrEmpty(java.lang.Iterable collection,
                                            java.lang.String verificationName)
        Checks whether the specified collection is null or empty.
        Parameters:
        collection - the collection to check.
        verificationName - the verification title.
        Returns:
        true if the specified collection is null or empty.
      • isNullOrEmpty

        public static boolean isNullOrEmpty(java.lang.Iterable collection)
        Checks whether the specified collection is null or empty.
        Parameters:
        collection - the collection to check.
        Returns:
        true if the specified collection is null or empty.
      • isNotNullOrEmpty

        public static boolean isNotNullOrEmpty(java.lang.Iterable collection,
                                               java.lang.String verificationName,
                                               java.lang.String verificationDescription,
                                               java.awt.image.RenderedImage verificationImage)
        Checks whether the specified collection is not null or empty.
        Parameters:
        collection - the collection to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the specified collection is not null or empty.
      • isNotNullOrEmpty

        public static boolean isNotNullOrEmpty(java.lang.Iterable collection,
                                               java.lang.String verificationName,
                                               java.lang.String verificationDescription)
        Checks whether the specified collection is not null or empty.
        Parameters:
        collection - the collection to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the specified collection is not null or empty.
      • isNotNullOrEmpty

        public static boolean isNotNullOrEmpty(java.lang.Iterable collection,
                                               java.lang.String verificationName)
        Checks whether the specified collection is not null or empty.
        Parameters:
        collection - the collection to check.
        verificationName - the verification title.
        Returns:
        true if the specified collection is not null or empty.
      • isNotNullOrEmpty

        public static boolean isNotNullOrEmpty(java.lang.Iterable collection)
        Checks whether the specified collection is not null or empty.
        Parameters:
        collection - the collection to check.
        Returns:
        true if the specified collection is not null or empty.
      • contains

        public static boolean contains(java.lang.String expected,
                                       java.lang.String actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription,
                                       java.awt.image.RenderedImage verificationImage)
        Checks whether the first string specified is contained within the second string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the first string specified is contained within the second string.
      • contains

        public static boolean contains(java.lang.String expected,
                                       java.lang.String actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription)
        Checks whether the first string specified is contained within the second string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the first string specified is contained within the second string.
      • contains

        public static boolean contains(java.lang.String expected,
                                       java.lang.String actual,
                                       java.lang.String verificationName)
        Checks whether the first string specified is contained within the second string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        verificationName - the verification title.
        Returns:
        true if the first string specified is contained within the second string.
      • contains

        public static boolean contains(java.lang.String expected,
                                       java.lang.String actual)
        Checks whether the first string specified is contained within the second string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        Returns:
        true if the first string specified is contained within the second string.
      • startsWith

        public static boolean startsWith(java.lang.String expected,
                                         java.lang.String actual,
                                         java.lang.String verificationName,
                                         java.lang.String verificationDescription,
                                         java.awt.image.RenderedImage verificationImage)
        Checks whether the 'expected' string is the first part of the 'actual' string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the 'expected' string is the first part of the 'actual' string.
      • startsWith

        public static boolean startsWith(java.lang.String expected,
                                         java.lang.String actual,
                                         java.lang.String verificationName,
                                         java.lang.String verificationDescription)
        Checks whether the 'expected' string is the first part of the 'actual' string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the 'expected' string is the first part of the 'actual' string.
      • startsWith

        public static boolean startsWith(java.lang.String expected,
                                         java.lang.String actual,
                                         java.lang.String verificationName)
        Checks whether the 'expected' string is the first part of the 'actual' string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        verificationName - the verification title.
        Returns:
        true if the 'expected' string is the first part of the 'actual' string.
      • startsWith

        public static boolean startsWith(java.lang.String expected,
                                         java.lang.String actual)
        Checks whether the 'expected' string is the first part of the 'actual' string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        Returns:
        true if the 'expected' string is the first part of the 'actual' string.
      • endsWith

        public static boolean endsWith(java.lang.String expected,
                                       java.lang.String actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription,
                                       java.awt.image.RenderedImage verificationImage)
        Checks whether the 'expected' string is the last part of the 'actual' string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the 'expected' string is the last part of the 'actual' string.
      • endsWith

        public static boolean endsWith(java.lang.String expected,
                                       java.lang.String actual,
                                       java.lang.String verificationName,
                                       java.lang.String verificationDescription)
        Checks whether the 'expected' string is the last part of the 'actual' string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the 'expected' string is the last part of the 'actual' string.
      • endsWith

        public static boolean endsWith(java.lang.String expected,
                                       java.lang.String actual,
                                       java.lang.String verificationName)
        Checks whether the 'expected' string is the last part of the 'actual' string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        verificationName - the verification title.
        Returns:
        true if the 'expected' string is the last part of the 'actual' string.
      • endsWith

        public static boolean endsWith(java.lang.String expected,
                                       java.lang.String actual)
        Checks whether the 'expected' string is the last part of the 'actual' string.
        Parameters:
        expected - the string to search for.
        actual - the string to check.
        Returns:
        true if the 'expected' string is the last part of the 'actual' string.
      • areEqualIgnoringCase

        public static boolean areEqualIgnoringCase(java.lang.String expected,
                                                   java.lang.String actual,
                                                   java.lang.String verificationName,
                                                   java.lang.String verificationDescription,
                                                   java.awt.image.RenderedImage verificationImage)
        Checks whether two string values are equal, ignoring case.
        Parameters:
        expected - the expected string.
        actual - the actual string.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if two string values are equal, ignoring case.
      • areEqualIgnoringCase

        public static boolean areEqualIgnoringCase(java.lang.String expected,
                                                   java.lang.String actual,
                                                   java.lang.String verificationName,
                                                   java.lang.String verificationDescription)
        Checks whether two string values are equal, ignoring case.
        Parameters:
        expected - the expected string.
        actual - the actual string.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if two string values are equal, ignoring case.
      • areEqualIgnoringCase

        public static boolean areEqualIgnoringCase(java.lang.String expected,
                                                   java.lang.String actual,
                                                   java.lang.String verificationName)
        Checks whether two string values are equal, ignoring case.
        Parameters:
        expected - the expected string.
        actual - the actual string.
        verificationName - the verification title.
        Returns:
        true if two string values are equal, ignoring case.
      • areEqualIgnoringCase

        public static boolean areEqualIgnoringCase(java.lang.String expected,
                                                   java.lang.String actual)
        Checks whether two string values are equal, ignoring case.
        Parameters:
        expected - the expected string.
        actual - the actual string.
        Returns:
        true if two string values are equal, ignoring case.
      • isMatch

        public static boolean isMatch(java.lang.String actual,
                                      java.lang.String regexPattern)
        Checks whether the specified regular expression matches the specified string value.
        Parameters:
        actual - the actual string.
        regexPattern - the regular expression value to search for. Use standard Java regular expression syntax.
        Returns:
        true if the specified regular expression matches the specified string value.
      • isMatch

        public static boolean isMatch(java.lang.String actual,
                                      java.lang.String regexPattern,
                                      java.lang.String verificationName)
        Checks whether the specified regular expression matches the specified string value.
        Parameters:
        actual - the actual string.
        regexPattern - the regular expression value to search for. Use standard Java regular expression syntax.
        verificationName - the verification title.
        Returns:
        true if the specified regular expression matches the specified string value.
      • isMatch

        public static boolean isMatch(java.lang.String actual,
                                      java.lang.String regexPattern,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription)
        Checks whether the specified regular expression matches the specified string value.
        Parameters:
        actual - the actual string.
        regexPattern - the regular expression value to search for. Use standard Java regular expression syntax.
        verificationName - the verification title.
        verificationDescription - the verification description.
        Returns:
        true if the specified regular expression matches the specified string value.
      • isMatch

        public static boolean isMatch(java.lang.String actual,
                                      java.lang.String regexPattern,
                                      java.lang.String verificationName,
                                      java.lang.String verificationDescription,
                                      java.awt.image.RenderedImage verificationImage)
        Checks whether the specified regular expression matches the specified string value.
        Parameters:
        actual - the actual string.
        regexPattern - the regular expression value to search for. Use standard Java regular expression syntax.
        verificationName - the verification title.
        verificationDescription - the verification description.
        verificationImage - an image related to the verification.
        Returns:
        true if the specified regular expression matches the specified string value.