blob: 6de5efb4e550db393aeb5b4dec74b2fa9cd831dc [file] [log] [blame]
package org.junit.tests.description;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({
AnnotatedDescriptionTest.class,
SuiteDescriptionTest.class,
TestDescriptionMethodNameTest.class,
TestDescriptionTest.class
})
public class AllDescriptionTests {
}