package com.ttdev.wicketpagetest.sample.junit; public interface GreetingService { String getName(); }