MockControl tlc = newControl(ThreadLocale.class);
ThreadLocale tl = (ThreadLocale) tlc.getMock();
// Training
source.readCookieValue(TapestryConstants.LOCALE_COOKIE_NAME);
sourceControl.setReturnValue(null);
request.getLocale();
requestControl.setReturnValue(Locale.JAPANESE);