57 m_OpenIGTLinkTrackingDevice->SetHostname(
"localhost");
58 m_OpenIGTLinkTrackingDevice->SetPortNumber(10);
59 CPPUNIT_ASSERT_MESSAGE(
"Testing method SetHostname() ...", m_OpenIGTLinkTrackingDevice->GetHostname()==
"localhost");
60 CPPUNIT_ASSERT_MESSAGE(
"Testing method SetPort() ...", m_OpenIGTLinkTrackingDevice->GetPortNumber()==10);