Searched refs:entityConfig (Results 1 – 1 of 1) sorted by relevance
217 TextClassifier.EntityConfig entityConfig = TextClassifier.EntityConfig.createWithHints( in testResolveEntityListModifications_only_hints() local219 assertEquals(1, entityConfig.getHints().size()); in testResolveEntityListModifications_only_hints()220 assertTrue(entityConfig.getHints().contains("some_hint")); in testResolveEntityListModifications_only_hints()222 entityConfig.resolveEntityListModifications(Arrays.asList("foo", "bar"))); in testResolveEntityListModifications_only_hints()227 TextClassifier.EntityConfig entityConfig = TextClassifier.EntityConfig.create( in testResolveEntityListModifications_include_exclude() local231 assertEquals(1, entityConfig.getHints().size()); in testResolveEntityListModifications_include_exclude()232 assertTrue(entityConfig.getHints().contains("some_hint")); in testResolveEntityListModifications_include_exclude()234 new HashSet(entityConfig.resolveEntityListModifications( in testResolveEntityListModifications_include_exclude()240 TextClassifier.EntityConfig entityConfig = in testResolveEntityListModifications_explicit() local242 assertEquals(Collections.EMPTY_LIST, entityConfig.getHints()); in testResolveEntityListModifications_explicit()[all …]