Skip to content

Commit

Permalink
#106 Using UniqueId in discovery. Compiles. Tests fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink authored and bechte committed Apr 29, 2016
1 parent fe4ebe4 commit 9bb430e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

import org.junit.gen5.api.Nested;
import org.junit.gen5.api.Test;
import org.junit.gen5.engine.UniqueId;
import org.junit.gen5.engine.support.descriptor.EngineDescriptor;

public class JUnit5TestableTests {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,4 @@ private JUnit5TestDescriptor getOrCreateClassDescriptor(Class<?> clazz, UniqueId
private Optional<TestDescriptor> descriptorByUniqueId(UniqueId uniqueId) {
return (Optional<TestDescriptor>) engineDescriptor.findByUniqueId(uniqueId);
}

}

0 comments on commit 9bb430e

Please sign in to comment.