wibble 1.1
|
#include <tests.h>
Public Member Functions | |
TestFileExists (const std::string &pathname, bool inverted=false) | |
TestFileExists | operator! () |
void | check (WIBBLE_TEST_LOCPRM) const |
Public Attributes | |
std::string | pathname |
bool | inverted |
|
inline |
void wibble::tests::TestFileExists::check | ( | WIBBLE_TEST_LOCPRM | ) | const |
References wibble::sys::fs::exists(), inverted, pathname, and wibble_test_location.
|
inline |
bool wibble::tests::TestFileExists::inverted |
Referenced by check(), and operator!().
std::string wibble::tests::TestFileExists::pathname |
Referenced by check(), and operator!().