Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
Catch::TestSpec Class Reference

#include <catch_amalgamated.hpp>

Classes

struct  FilterMatch

Public Types

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

Public Member Functions

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

Friends

class TestSpecParser
std::ostream & operator<< (std::ostream &out, TestSpec const &spec)

Member Typedef Documentation

◆ Matches

using Catch::TestSpec::Matches = std::vector<FilterMatch>

◆ vectorStrings

using Catch::TestSpec::vectorStrings = std::vector<std::string>

Member Function Documentation

◆ getInvalidSpecs()

const TestSpec::vectorStrings & Catch::TestSpec::getInvalidSpecs ( ) const

◆ hasFilters()

bool Catch::TestSpec::hasFilters ( ) const
Here is the caller graph for this function:

◆ matches()

bool Catch::TestSpec::matches ( TestCaseInfo const & testCase) const
Here is the caller graph for this function:

◆ matchesByFilter()

TestSpec::Matches Catch::TestSpec::matchesByFilter ( std::vector< TestCaseHandle > const & testCases,
IConfig const & config ) const
Here is the call graph for this function:

◆ operator<<

std::ostream & operator<< ( std::ostream & out,
TestSpec const & spec )
friend

◆ TestSpecParser

friend class TestSpecParser
friend

The documentation for this class was generated from the following files: