@Before
public void setUp() throws Exception {
// necessary to provide an implementation that will register
// all pages with the registry.
final PageClassListDefault pageClassList = new PageClassListDefault();
registryImpl = new PageClassRegistryDefault(pageClassList);
}