Public Member Functions
MyGlobalPrintingFixture Class Reference

#include <polys_test.h>

Public Member Functions

virtual bool setUpWorld ()
 
virtual bool setUpWorld ()
 
- Public Member Functions inherited from GlobalPrintingFixture
 GlobalPrintingFixture (bool redirect=false)
 
 ~GlobalPrintingFixture ()
 
void Redirect ()
 
virtual bool tearDownWorld ()
 
virtual bool setUp ()
 
virtual bool tearDown ()
 
- Public Member Functions inherited from CxxTest::GlobalFixture
 GlobalFixture ()
 
 ~GlobalFixture ()
 
GlobalFixturenextGlobalFixture ()
 
GlobalFixtureprevGlobalFixture ()
 

Additional Inherited Members

- Static Public Member Functions inherited from CxxTest::GlobalFixture
static GlobalFixturefirstGlobalFixture ()
 
static GlobalFixturelastGlobalFixture ()
 

Detailed Description

Definition at line 24 of file polys_test.h.

Member Function Documentation

virtual bool MyGlobalPrintingFixture::setUpWorld ( )
inlinevirtual

Reimplemented from GlobalPrintingFixture.

Definition at line 16 of file rings_test.h.

17  {
18 
20 
21 
22  //TS_ASSERT_EQUALS( nRegister( n_Zp, npInitChar), n_Zp );
23  //TS_ASSERT_EQUALS( nRegister( n_GF, nfInitChar), n_GF );
24  //TS_ASSERT_EQUALS( nRegister( n_R, nrInitChar), n_R );
25  //TS_ASSERT_EQUALS( nRegister( n_Q, nlInitChar), n_Q );
26  //TS_ASSERT_EQUALS( nRegister( n_R, nrInitChar), n_R );
27 
28 #ifdef HAVE_RINGS
29  //TS_ASSERT_EQUALS( nRegister( n_Z, nrzInitChar), n_Z ); // these are UNusable at the moment!
30 #endif
31 
32  return true;
33  }
virtual bool setUpWorld()
Definition: common.h:121
virtual bool MyGlobalPrintingFixture::setUpWorld ( )
inlinevirtual

Reimplemented from GlobalPrintingFixture.

Definition at line 27 of file polys_test.h.

28  {
29 
31 
32 
33  //TS_ASSERT_EQUALS( nRegister( n_Zp, npInitChar), n_Zp );
34  //TS_ASSERT_EQUALS( nRegister( n_GF, nfInitChar), n_GF );
35  //TS_ASSERT_EQUALS( nRegister( n_R, nrInitChar), n_R );
36  //TS_ASSERT_EQUALS( nRegister( n_Q, nlInitChar), n_Q );
37  //TS_ASSERT_EQUALS( nRegister( n_R, nrInitChar), n_R );
38 
39 #ifdef HAVE_RINGS
40  //TS_ASSERT_EQUALS( nRegister( n_Z, nrzInitChar), n_Z ); // these are UNusable at the moment!
41 #endif
42 
43  return true;
44  }
virtual bool setUpWorld()
Definition: common.h:121

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