package org.testfun.jee; public interface MockEjbLocal { String mockAnswer(String question); }