Uses of Class
uk.co.jemos.podam.common.AbstractMethodComparator
-
Packages that use AbstractMethodComparator Package Description uk.co.jemos.podam.api This package contains PODAM main APIsuk.co.jemos.podam.common This package contains PODAM common APIs -
-
Uses of AbstractMethodComparator in uk.co.jemos.podam.api
Fields in uk.co.jemos.podam.api declared as AbstractMethodComparator Modifier and Type Field Description private AbstractMethodComparatorAbstractRandomDataProviderStrategy. methodHeavyComparatorThe constructor comparatorprivate AbstractMethodComparatorAbstractRandomDataProviderStrategy. methodLightComparatorThe constructor comparatorMethods in uk.co.jemos.podam.api that return AbstractMethodComparator Modifier and Type Method Description AbstractMethodComparatorAbstractRandomDataProviderStrategy. getMethodHeavyComparator()Getter for method heavy comparator.AbstractMethodComparatorRandomDataProviderStrategy. getMethodHeavyComparator()Getter for method heavy comparator.AbstractMethodComparatorAbstractRandomDataProviderStrategy. getMethodLightComparator()Getter for method light comparator.AbstractMethodComparatorRandomDataProviderStrategy. getMethodLightComparator()Getter for method light comparator.Methods in uk.co.jemos.podam.api with parameters of type AbstractMethodComparator Modifier and Type Method Description voidAbstractRandomDataProviderStrategy. setMethodHeavyComparator(AbstractMethodComparator methodHeavyComparator)Setter for method heavy comparator.voidRandomDataProviderStrategy. setMethodHeavyComparator(AbstractMethodComparator methodHeavyComparator)Setter for method heavy comparator.voidAbstractRandomDataProviderStrategy. setMethodLightComparator(AbstractMethodComparator methodLightComparator)Setter for method light comparator.voidRandomDataProviderStrategy. setMethodLightComparator(AbstractMethodComparator methodLightComparator)Setter for method light comparator. -
Uses of AbstractMethodComparator in uk.co.jemos.podam.common
Subclasses of AbstractMethodComparator in uk.co.jemos.podam.common Modifier and Type Class Description classMethodHeavyFirstComparatorIt provides a comparator to sort the constructor to choose first.classMethodLightFirstComparatorIt provides a comparator to sort the constructor to choose first.
-