com.vocalabs.egtest.processor.selftest.ExpectedBehavior Maven / Gradle / Ivy
package com.vocalabs.egtest.processor.selftest;
/** Describes what would happen if {@link EgSelfTest} were missing. */
public enum ExpectedBehavior {
CREATE_FAILING_TEST,
UNSUPPORTED_CASE,
BUILD_FAILS
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy