Action_Thermostats
        Adding_MD_integration_tests
        Adding_StructOpt_integration_tests
        AutomationFragmentation_failures
        Candidate_v1.6.1
        Candidate_v1.7.0
        ChemicalSpaceEvaluator
        Enhanced_StructuralOptimization
        Enhanced_StructuralOptimization_continued
        Exclude_Hydrogens_annealWithBondGraph
        Fix_Verbose_Codepatterns
        ForceAnnealing_with_BondGraph
        ForceAnnealing_with_BondGraph_continued
        ForceAnnealing_with_BondGraph_continued_betteresults
        ForceAnnealing_with_BondGraph_contraction-expansion
        Gui_displays_atomic_force_velocity
        JobMarket_RobustOnKillsSegFaults
        JobMarket_StableWorkerPool
        PythonUI_with_named_parameters
        Recreated_GuiChecks
        StoppableMakroAction
        TremoloParser_IncreasedPrecision
        stable
      
      
        
          | Last change
 on this file since b10593 was             dbb533, checked in by Michael Ankele <ankele@…>, 14 years ago | 
        
          | 
updated Parameters' unittests
 renamed "xxxUnitTest" -> "xxxTest" (to evade naming conflicts)
removed string operations
fixed missing template <T>s
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            673 bytes | 
      
      
| Rev | Line |  | 
|---|
| [c68409] | 1 | /* | 
|---|
| [dbb533] | 2 | * DiscreteParameterTest.hpp | 
|---|
| [c68409] | 3 | * | 
|---|
|  | 4 | *  Created on: Sep 30, 2011 | 
|---|
|  | 5 | *      Author: heber | 
|---|
|  | 6 | */ | 
|---|
| [dbb533] | 7 | #ifndef DISCRETEPARAMETERTEST_HPP_ | 
|---|
|  | 8 | #define DISCRETEPARAMETERTEST_HPP_ | 
|---|
| [c68409] | 9 |  | 
|---|
|  | 10 | // include config.h | 
|---|
|  | 11 | #ifdef HAVE_CONFIG_H | 
|---|
|  | 12 | #include <config.h> | 
|---|
|  | 13 | #endif | 
|---|
|  | 14 |  | 
|---|
|  | 15 | #include <cppunit/extensions/HelperMacros.h> | 
|---|
|  | 16 |  | 
|---|
|  | 17 | #include <vector> | 
|---|
|  | 18 |  | 
|---|
|  | 19 | class DiscreteParameterTest :  public CppUnit::TestFixture | 
|---|
|  | 20 | { | 
|---|
|  | 21 | CPPUNIT_TEST_SUITE( DiscreteParameterTest ) ; | 
|---|
|  | 22 | CPPUNIT_TEST ( comparatorTest ); | 
|---|
|  | 23 | CPPUNIT_TEST ( cloneTest ); | 
|---|
|  | 24 | CPPUNIT_TEST_SUITE_END(); | 
|---|
|  | 25 |  | 
|---|
|  | 26 | public: | 
|---|
|  | 27 | void setUp(); | 
|---|
|  | 28 | void tearDown(); | 
|---|
|  | 29 |  | 
|---|
|  | 30 | void comparatorTest(); | 
|---|
|  | 31 | void cloneTest(); | 
|---|
|  | 32 |  | 
|---|
|  | 33 | private: | 
|---|
|  | 34 | std::vector<int> ValidValues; | 
|---|
|  | 35 | }; | 
|---|
|  | 36 |  | 
|---|
| [dbb533] | 37 | #endif /* DISCRETEPARAMETERTEST_HPP_ */ | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.