241242243244245246247248249
tmResultWithSimilarityAndExternallyImported(100), null), equalTo(ContentState.Translated)); } private static MergeOptions importedMatch(MergeRule option) { MergeOptions opts = MergeOptions.allIgnore(); opts.setImportedMatch(option); return opts; }