Class Bounds¶
Defined in File Bounded.cpp
Inheritance Relationships¶
Base Type¶
public Test
Class Documentation¶
-
class Bounds : public Test
Fixture for the tests
Public Functions
-
inline Bounds()
-
inline void SetUp()
-
inline void TakeAndVerifyBoundedString(size_t N)
-
inline void TakeAndVerifyBoundedSequence(size_t N)
-
inline void TakeAndVerifyBooleanSequence(size_t N)
-
inline void TearDown()
-
inline void TryWriteBoundedString(size_t N)
-
inline void TryWriteBoundedSequence(size_t N)
-
inline void TryWriteBooleanSequence(size_t N)
-
inline Bounds()