Clover Coverage Report - KS Security Token Service 1.1.0-M10-SNAPSHOT
Coverage timestamp: Fri Dec 17 2010 06:12:56 EST
../../../../../img/srcFileCovDistChart10.png 0% of files have more coverage
1   8   1   1
0   6   1   1
1     1  
1    
 
  SupportBeanSTS       Line # 3 1 0% 1 0 100% 1.0
 
No Tests
 
1    package org.kuali.student.security.trust;
2   
 
3    public class SupportBeanSTS {
4   
 
5  1 toggle public SupportBeanSTS(){
6  1 System.setProperty("ks.test.securityTokenService.useCas", "false");
7    }
8    }