|
ct_common
1.0.1
Common library for combinatorial testing
|
#include <test_case.h>
Public Member Functions | |
| TestCase (void) | |
| TestCase (const TestCase &from) | |
| TestCase & | operator= (const TestCase &right) |
| virtual | ~TestCase (void) |
| virtual bool | IsContainParam (std::size_t pid) const |
| virtual std::size_t | GetValue (std::size_t pid) const |
| virtual bool | IsSubAssignmentOf (const Assignment &assignment) const |
The class for test cases
Definition at line 28 of file test_case.h.
| TestCase::TestCase | ( | void | ) |
Definition at line 18 of file test_case.cpp.
| TestCase::TestCase | ( | const TestCase & | from | ) |
Definition at line 22 of file test_case.cpp.
| TestCase::~TestCase | ( | void | ) | [virtual] |
Definition at line 26 of file test_case.cpp.
| std::size_t TestCase::GetValue | ( | std::size_t | pid | ) | const [virtual] |
return the value for the given pid
Implements ct::common::Assignment.
Definition at line 39 of file test_case.cpp.
| bool TestCase::IsContainParam | ( | std::size_t | pid | ) | const [virtual] |
whether the assignment contains a parameter
Implements ct::common::Assignment.
Definition at line 35 of file test_case.cpp.
| bool TestCase::IsSubAssignmentOf | ( | const Assignment & | assignment | ) | const [virtual] |
check the assignment is a sub-assignment of another one
Implements ct::common::Assignment.
Definition at line 46 of file test_case.cpp.
Definition at line 29 of file test_case.cpp.
1.7.6.1