
ru.perveevm.polygon.api.entities.enums.TestGroupPointsPolicy Maven / Gradle / Ivy
package ru.perveevm.polygon.api.entities.enums;
/**
* Represents a testing policy for a test group.
*
* @author Perveev Mike ([email protected])
*/
public enum TestGroupPointsPolicy {
/**
* Score group if and only if all its tests passed.
*/
COMPLETE_GROUP,
/**
* Score each test independently.
*/
EACH_TEST
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy