Skip to content

Commit

Permalink
Remove outdated isLeaf() method
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed May 3, 2017
1 parent deb1ed6 commit 3370ffb
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ public Type getType() {
return Type.CONTAINER;
}

@Override
public boolean isLeaf() {
return true;
}

@Override
public JupiterEngineExecutionContext execute(JupiterEngineExecutionContext context,
DynamicTestExecutor dynamicTestExecutor) throws Exception {
Expand Down

0 comments on commit 3370ffb

Please sign in to comment.