package rocks.inspectit.agent.java.instrumentation.asm; /** * Abstract class to be instrumented or analyzed with the asm during tests. * * @author Ivan Senic * */ abstract class AbstractTestClass { protected abstract void method0(); }