Uses of Class
org.opentestfactory.messages.Selector
-
Uses of Selector in org.opentestfactory.messages
Methods in org.opentestfactory.messages that return SelectorModifier and TypeMethodDescriptionCategory.addToSelector(Selector s) Add the category to a selector.static SelectorSelector.matchFieldExpressionSelector(List<Map<String, String>> fieldExpressions) static SelectorSelector.matchFieldSelector(String field, String value) static SelectorSelector.matchKindSelector(String kind) static SelectorSelector.matchLabelsSelector(String label, String value) Selector.withCategory(Category category) static SelectorSelector.withCategorySelector(Category c) Selector.withMatchField(String field, String value) Selector.withMatchFieldExpression(List<Map<String, String>> fieldExpressions) Selector.withMatchKind(String kind) Selector.withMatchLabel(String label, String value) Methods in org.opentestfactory.messages with parameters of type SelectorModifier and TypeMethodDescriptionCategory.addToSelector(Selector s) Add the category to a selector.