|
|
void | pass () |
| | Passa o teste unitário.
|
| |
| void | fail (std::string error) |
| | Rejeita o teste unitário. Mais...
|
| |
|
virtual void | run ()=0 |
| |
|
| ~UnitTest () |
| | Destroy the Unit Test:: Unit Test object.
|
| |
| void | throwError (std::string error) |
| | Lança uma exceção de erro. Mais...
|
| |
|
|
bool | passed = false |
| |
|
std::string | error |
| |
◆ fail()
| void UnitTest::fail |
( |
std::string |
error | ) |
|
Rejeita o teste unitário.
- Parâmetros
-
◆ throwError()
| void UnitTest::throwError |
( |
std::string |
error | ) |
|
Lança uma exceção de erro.
- Parâmetros
-
A documentação para esta classe foi gerada a partir dos seguintes ficheiros: