super(name);
testContext = getTestContext(); testContext.setBaseUrl("http://localhost/jsc-ch13"); testContext.setResourceBundleName( "org.apache.struts.webapp.example.ApplicationResources" );
testContext.setLocale(new Locale("ru")); testContext.getWebClient().setHeaderField("Accept-Language","ru"); beginAt("/index.jsp"); assertTitleEqualsKey("index.title");