
ru.perveevm.polygon.api.entities.enums.TestGroupFeedbackPolicy Maven / Gradle / Ivy
package ru.perveevm.polygon.api.entities.enums;
/**
* Represents feedback policy of a test group.
*
* @author Perveev Mike ([email protected])
*/
public enum TestGroupFeedbackPolicy {
/**
* Show all information in feedback.
*/
COMPLETE,
/**
* Show information due to the first incorrect test.
*/
ICPC,
/**
* Show only points.
*/
POINTS,
/**
* Show nothing.
*/
NONE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy