BinaryTree  HW 06
Spell Checking Using Binary Trees
 All Classes Files Functions Variables Pages
Classes | Macros
testing-logger.hpp File Reference

interface for the TreeStringSet testing file. More...

#include <map>
#include <sstream>
#include <stdexcept>
#include <string>

Go to the source code of this file.

Classes

class  TestingLogger
 
struct  TestingLogger::AssertInfo
 

Macros

#define affirm(isTrue)
 

Detailed Description

interface for the TreeStringSet testing file.

Authors
Whale Swan

Macro Definition Documentation

#define affirm (   isTrue)
Value:
TestingLogger::checkSafely([&]{ return isTrue; }, \
std::string(__FILE__) + ":" + std::to_string(__LINE__) \
+ ":\t" + #isTrue)