void testHelloWorld()

in cppunit/example.cpp [24:26]


    void testHelloWorld() {
        cout << "Hello, world" << endl;
    }