Home | History | Annotate | Download | only in unit

Lines Matching full:capacity

105   CPPUNIT_TEST(capacity);
137 void capacity();
1399 void StringTest::capacity()
1403 CPPUNIT_CHECK( s.capacity() > 0 );
1404 CPPUNIT_CHECK( s.capacity() < s.max_size() );
1405 CPPUNIT_CHECK( s.capacity() >= s.size() );
1413 CPPUNIT_CHECK( s.capacity() > 0 );
1414 CPPUNIT_CHECK( s.capacity() < s.max_size() );
1415 CPPUNIT_CHECK( s.capacity() >= s.size() );