Class TestSpec

Nested Relationships

Nested Types

Class Documentation

class TestSpec

Public Types

using Matches = std::vector<FilterMatch>
using vectorStrings = std::vector<std::string>

Public Functions

bool hasFilters() const
bool matches(TestCaseInfo const &testCase) const
Matches matchesByFilter(std::vector<TestCaseHandle> const &testCases, IConfig const &config) const
const vectorStrings &getInvalidSpecs() const
struct FilterMatch

Public Members

std::string name
std::vector<TestCaseHandle const*> tests