[Cppunit-devel] CppUnit test Question
                
                Brought to you by:
                
                    blep
                    
                
            
            
        
        
        
    | 
      
      
      From: dsolovyov <Den...@ki...> - 2004-11-15 09:41:33
      
     | 
| Hello cppunit-devel, For initiation and deinitation tests there are two methods: void setUp() void tearDown() These methods will be called for every tests in the suite. Which method should I use if I want to initialize and de-initialize whole suite ? So that initiate method should be called when test suite is run and de-initiate method should be called when all tests are finished. -- Best regards, dsolovyov mailto:Den...@ki... |