Clover Coverage Report
Coverage timestamp: mer. juin 27 2007 07:27:16 CEST
2   24   1   1
0   14   1   2
2     1  
1    
 
  CounterPBConstrWithClauseCardConstrLearningTest       Line # 8 2 1 100% 1.0
 
No Tests
 
1    package org.sat4j.minisat.constraints;
2   
3    import junit.framework.TestCase;
4   
5    import org.sat4j.minisat.SolverFactory;
6    import org.sat4j.specs.ISolver;
7   
 
8    public class CounterPBConstrWithClauseCardConstrLearningTest extends
9    CounterPBConstrWithPBConstrLearningTest {
10   
 
11  53 toggle public CounterPBConstrWithClauseCardConstrLearningTest(String arg) {
12  53 super(arg);
13    // TODO Auto-generated constructor stub
14    }
15   
16    /**
17    * @see TestCase#setUp()
18    */
 
19  53 toggle @Override
20    protected ISolver createSolver() {
21  53 return SolverFactory.newMiniOPBClauseCardConstrMax();
22    }
23   
24    }