package org.testory.proxy.testing; public abstract class AbstractClassWithProtectedAbstractMethod { protected abstract void abstractMethod(); }