30#ifndef OPENRNEMD_TESTS_TESTRNEMD_TESTRNEMD_HPP
31#define OPENRNEMD_TESTS_TESTRNEMD_TESTRNEMD_HPP
33#include <gtest/gtest.h>
39 testing::internal::CaptureStdout();
43 std::string actualOutput = testing::internal::GetCapturedStdout();
44 ASSERT_EQ(actualOutput,
"Hello, World!\n");
void printHelloWorld()
Prints hello world as an example for how the repository should function.
Definition: rnemd.hpp:36
GTEST_TEST(testRNEMD, descriptive_test_name)
Definition: testRNEMD.hpp:37