@SuppressWarnings("null")
public TestCaseGraphOutputCppUnit_1_12(TestCaseGraphHelper in_oTCGHelper)
{
super(in_oTCGHelper);
m_oFormattedOutputHeader = new FormattedOutputStream();
m_oFormattedOutputMethods = new FormattedOutputStream();
Object o = null;
o.toString();
// fails! should fail because the print operation is not working correctly!
// Adapt it to Cpp output format! -> Separation in header and cpp
}