blob: f9c1ca90c40d73a031f8c143ffda981bf2804f9a [file] [log] [blame]
package org.junit.validator;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({
AnnotationsValidatorTest.class,
AnnotationValidatorFactoryTest.class,
PublicClassValidatorTest.class
})
public class AllValidatorTests {
}