public class TestTags extends Object
| Constructor and Description |
|---|
TestTags(Collection<TestTag> tags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTagMatching(TestTag specificTag) |
boolean |
containsTagMatchingOneOf(Collection<TestTag> specificTags) |
static TestTags |
of(Collection<TestTag> tags) |
public TestTags(Collection<TestTag> tags)
public static TestTags of(Collection<TestTag> tags)
public boolean containsTagMatchingOneOf(Collection<TestTag> specificTags)
public boolean containsTagMatching(TestTag specificTag)
Copyright © 2023. All rights reserved.