/**
* Tests the KeywordMapper for the BackgroundXPosition property
* is correct
*/
public void testGetBackgroundXPositionKeywordMapper() {
KeywordMapper mapper = RuntimeKeywordMapperFactory.getSingleton().
getBackgroundXPositionKeywordMapper();
assertEquals(mapper.getClass(),
RuntimeBackgroundXPositionKeywordMapper.class);
}