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

Protected Member Functions

void bcompos1 ()
 
void bcompos2 ()
 

Private Member Functions

 CPPUNIT_TEST_SUITE (BcomposTest)
 
 CPPUNIT_TEST (bcompos1)
 
 CPPUNIT_TEST (bcompos2)
 
 CPPUNIT_TEST_SUITE_END ()
 

Private Attributes

 CPPUNIT_IGNORE
 

Detailed Description

Definition at line 13 of file bcompos_test.cpp.

Member Function Documentation

◆ bcompos1()

void BcomposTest::bcompos1 ( )
protected

Definition at line 33 of file bcompos_test.cpp.

34{
35#if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
36 int array [6] = { -2, -1, 0, 1, 2, 3 };
37
40
41 int* p = find_if((int*)array, (int*)array + 6, b);
42 CPPUNIT_ASSERT(p != array + 6);
43#endif
44}
_STLP_MOVE_TO_STD_NAMESPACE _InputIter find_if(_InputIter __first, _InputIter __last, _Predicate __pred)
Definition: _algobase.c:214
#define CPPUNIT_ASSERT(X)
Definition: cppunit_mini.h:200
GLboolean GLboolean GLboolean b
Definition: glext.h:6204
GLfloat GLfloat p
Definition: glext.h:8902
#define odd(x)
Definition: bidi.c:51
Definition: unary.h:15

◆ bcompos2()

void BcomposTest::bcompos2 ( )
protected

Definition at line 46 of file bcompos_test.cpp.

47{
48#if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
49 int array [6] = { -2, -1 , 0, 1, 2, 3 };
50
51 int* p = find_if((int*)array, (int*)array + 6,
53 CPPUNIT_ASSERT(p != array + 6);
54#endif
55}
binary_compose< _Operation1, _Operation2, _Operation3 > compose2(const _Operation1 &__fn1, const _Operation2 &__fn2, const _Operation3 &__fn3)
Definition: _function.h:316

◆ CPPUNIT_TEST() [1/2]

BcomposTest::CPPUNIT_TEST ( bcompos1  )
private

◆ CPPUNIT_TEST() [2/2]

BcomposTest::CPPUNIT_TEST ( bcompos2  )
private

◆ CPPUNIT_TEST_SUITE()

BcomposTest::CPPUNIT_TEST_SUITE ( BcomposTest  )
private

◆ CPPUNIT_TEST_SUITE_END()

BcomposTest::CPPUNIT_TEST_SUITE_END ( )
private

Member Data Documentation

◆ CPPUNIT_IGNORE

BcomposTest::CPPUNIT_IGNORE
private

Definition at line 17 of file bcompos_test.cpp.


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