Clover Coverage Report
Coverage timestamp: mer. juin 27 2007 07:27:16 CEST
3   26   2   3
4   10   0,67   1
1     2  
1    
 
  TestAssertion       Line # 17 3 2 0% 0.0
 
No Tests
 
1    /*
2    * Created on 20 avr. 2004
3    *
4    * To change the template for this generated file go to
5    * Window>Preferences>Java>Code Generation>Code and Comments
6    */
7    package org.sat4j.minisat;
8   
9    import junit.framework.TestCase;
10   
11    /**
12    * @author roussel
13    *
14    * To change the template for this generated type comment go to
15    * Window>Preferences>Java>Code Generation>Code and Comments
16    */
 
17    public class TestAssertion extends TestCase {
18   
 
19  0 toggle public void testAssertion() {
20  0 boolean assertionsEnabled = false;
21  0 assert assertionsEnabled = true;
22  0 if (!assertionsEnabled)
23  0 fail("assertions should be enabled !");
24    }
25   
26    }