COSC_4P82_Assignment_1/lib/beagle-3.0.3/tests/Common/Pass.hpp

17 lines
276 B
C++
Raw Normal View History

2024-02-13 21:21:51 -05:00
#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