ReactOS 0.4.15-dev-8434-g155a7c7
StrstreamTest Class Reference
Inheritance diagram for StrstreamTest:
Collaboration diagram for StrstreamTest:

Private Member Functions

 CPPUNIT_TEST_SUITE (StrstreamTest)
 
 CPPUNIT_TEST (input)
 
 CPPUNIT_TEST_SUITE_END ()
 
void input ()
 

Detailed Description

Definition at line 16 of file strstream_test.cpp.

Member Function Documentation

◆ CPPUNIT_TEST()

StrstreamTest::CPPUNIT_TEST ( input  )
private

◆ CPPUNIT_TEST_SUITE()

StrstreamTest::CPPUNIT_TEST_SUITE ( StrstreamTest  )
private

◆ CPPUNIT_TEST_SUITE_END()

StrstreamTest::CPPUNIT_TEST_SUITE_END ( )
private

◆ input()

void StrstreamTest::input ( )
private

Definition at line 31 of file strstream_test.cpp.

32{
33# if defined (STLPORT) && defined (_STLP_LONG_LONG)
34 {
35 istrstream is("652208307");
37 is >> rval;
38 CPPUNIT_ASSERT( rval == 652208307 );
39 }
40 {
41 istrstream is("-652208307");
43 is >> rval;
44 CPPUNIT_ASSERT( rval == -652208307 );
45 }
46# endif
47}
#define _STLP_LONG_LONG
Definition: _apcc.h:12
#define CPPUNIT_ASSERT(X)
Definition: cppunit_mini.h:200
float rval
Definition: cylfrac.c:48

The documentation for this class was generated from the following file: