com.griddynamics.qa.datapool.matchers.aux.RelationSign Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data-pool Show documentation
Show all versions of data-pool Show documentation
Test Data Pool tool is intended to mitigate risks of running automated tests against multiple unstable
“FullDB” environments having unpredictable set of data.
The newest version!
package com.griddynamics.qa.datapool.matchers.aux;
/*
* Just a handy enum for maths signs like "=", ">", "<"
*/
public enum RelationSign {
GREATER_THAN,
EQUAL,
LESS_THAN
}