aboutsummaryrefslogtreecommitdiffstats
path: root/tests/design/around/FakeStackChecker.java
blob: f66cab919c01b44658f9680ce4a3a1a9e02510ed (plain)
1
2
3
4
5
6
import org.aspectj.testing.Tester;

public class FakeStackChecker {
    public static void setBaseDepth() { }
    public static void checkDepth(int expectedDepth, String message) { }
}