Skip to content

Commit

Permalink
Fixed #307 Fixed non Citrus test method interception
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Nov 21, 2017
1 parent fcc4713 commit 392c274
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -83,6 +83,10 @@ public List<IMethodInstance> intercept(List<IMethodInstance> methods, ITestConte
}
}
}

if (!baseMethodAdded) {
interceptedMethods.add(method);
}
}

return interceptedMethods;
Expand Down

0 comments on commit 392c274

Please sign in to comment.