com.vocalabs.egtest.processor.selftest.EgSelfTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of egtest-processor Show documentation
Show all versions of egtest-processor Show documentation
Java annotation processor for turning EgTest annotations into JUnit tests.
package com.vocalabs.egtest.processor.selftest;
/** For testing EgTest: marks that the other annotations should fail in an interesting way. */
public @interface EgSelfTest {
ExpectedBehavior value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy