Skip to content

Instantly share code, notes, and snippets.

View davidtron's full-sized avatar

David Parry davidtron

View GitHub Profile
package org.doxla.junit4;
import org.junit.runner.Runner;
import org.junit.runner.notification.RunNotifier;
import org.junit.runners.Suite;
import org.junit.runners.model.RunnerBuilder;
import org.springframework.core.type.classreading.CachingMetadataReaderFactory;
import org.springframework.core.type.classreading.MetadataReaderFactory;
import java.lang.annotation.ElementType;