Skip to content

Commit

Permalink
#106 JUnit5TestableTests now work
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink authored and bechte committed Apr 29, 2016
1 parent 3bf732c commit dc08038
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@

import org.junit.gen5.api.Nested;
import org.junit.gen5.api.Test;
import org.junit.gen5.commons.util.ReflectionUtils;
import org.junit.gen5.engine.UniqueId;
import org.junit.gen5.engine.support.descriptor.EngineDescriptor;
import org.junit.gen5.junit4.runner.JUnit5;
import org.junit.runner.RunWith;

public class JUnit5TestableTests {

Expand Down

0 comments on commit dc08038

Please sign in to comment.