public void getVersionXml() {
IVersionResource versionClient =
super.createProxy(
createClientProxyFactory(TRANSLATOR, TRANSLATOR_KEY),
IVersionResource.class);
VersionInfo versionInfo = versionClient.get().getEntity();
assertThat(versionInfo.getVersionNo(), notNullValue());
assertThat(versionInfo.getBuildTimeStamp(), notNullValue());
}