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

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

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

/**
 * Represents validator test verdict.
 *
 * @author Perveev Mike ([email protected])
 */
public enum ValidatorTestVerdict {
    /**
     * Test should be detected as invalid by validator
     */
    INVALID,

    /**
     * Test should be detected as valid by validator
     */
    VALID
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy