diff options
Diffstat (limited to 'tools/runner/java/vogar/CodeFinder.java')
-rw-r--r-- | tools/runner/java/vogar/CodeFinder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/runner/java/vogar/CodeFinder.java b/tools/runner/java/vogar/CodeFinder.java index 1a0d043..4e4aee7 100644 --- a/tools/runner/java/vogar/CodeFinder.java +++ b/tools/runner/java/vogar/CodeFinder.java @@ -30,7 +30,7 @@ public interface CodeFinder { * Returns all test runs in the given file or directory. If the returned set * is empty, no executable code of this kind were found. */ - public Set<TestRun> findTests(File file); + public Set<Action> findActions(File file); /** * Return the class for the TestRunner |