Class StatisticsEntryImpl
java.lang.Object
net.jqwik.engine.hooks.statistics.StatisticsEntryImpl
- All Implemented Interfaces:
net.jqwik.api.statistics.StatisticsEntry
-
Constructor Summary
ConstructorsConstructorDescriptionStatisticsEntryImpl(List<Object> values, String name, int count, double percentage) -
Method Summary
-
Constructor Details
-
StatisticsEntryImpl
-
-
Method Details
-
name
- Specified by:
namein interfacenet.jqwik.api.statistics.StatisticsEntry
-
count
public int count()- Specified by:
countin interfacenet.jqwik.api.statistics.StatisticsEntry
-
percentage
public double percentage()- Specified by:
percentagein interfacenet.jqwik.api.statistics.StatisticsEntry
-
values
- Specified by:
valuesin interfacenet.jqwik.api.statistics.StatisticsEntry
-
toString
-