//
assertTrue( propertyFile.getFile().exists() );
//
propertyFile.load();
PropertyFileContent propertyFileContent = propertyFile.getPropertyFileContent();
//
assertTrue( propertyFileContent.hasPropertyKeyAndValueList( propertyKey, propertyValueList ) );
//clean up
{
//
propertyFileName = tableRow.get( 0 ).replaceAll( Pattern.quote( "{locale}" ), "" );