COSC-4P82-Final-Project/lib/beagle-3.0.3/tests/Common/Pass.hpp

17 lines
276 B
C++

#ifndef Beagle_Tests_Pass_hpp
#define Beagle_Tests_Pass_hpp
#include <iostream>
namespace Beagle {
namespace Test {
int pass(std::string inMessage);
int fail(std::string inMessage);
} // end of namespace Test
} // end of namespace Beagle
#endif // Beagle_Tests_Pass_hpp