SampleObjectTest.h

This is an example of a simple test class header file.

      // File SampleObjectTest.h
      // Copyright (C) 1995 Taligent, Inc. All rights reserved.
      #ifndef TaligentSamples_SAMPLEOBJECTTEST
      #define TaligentSamples_SAMPLEOBJECTTEST
      
      #ifndef Taligent_TEST
      #include <Taligent/Test.h>        // Test framework.
      #endif
      
      class TSampleObjectSimpleTest : public TTest
      {
      public:
                              TSampleObjectSimpleTest();
          virtual             ~TSampleObjectSimpleTest();
          virtual void        Test();
          
              MCollectibleDeclarationsMacro(TSampleObjectSimpleTest);
              
      };

[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker