All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.perveevm.polygon.api.entities.enums.CheckerTestVerdict Maven / Gradle / Ivy

package ru.perveevm.polygon.api.entities.enums;

/**
 * Represents checker test verdict.
 *
 * @author Perveev Mike ([email protected])
 */
public enum CheckerTestVerdict {
    /**
     * Checker should return OK response.
     */
    OK,

    /**
     * Checker should return Wrong Answer response.
     */
    WRONG_ANSWER,

    /**
     * Checker should return Crashed response.
     */
    CRASHED,

    /**
     * Checker should return Presentation Error response.
     */
    PRESENTATION_ERROR
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy