Skip to content

Commit

Permalink
junit 4 stub for test containers
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Dec 12, 2021
1 parent bc17cb9 commit 4ee105d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.junit.rules;

import org.junit.runner.Description;
import org.junit.runners.model.Statement;
import org.junit.runner.Description;

public interface TestRule {
Statement apply(Statement var1, Description var2);
Expand Down

0 comments on commit 4ee105d

Please sign in to comment.