Clover Coverage Report - Kuali Spring Utilities 1.1.0
Coverage timestamp: Thu Apr 21 2011 09:47:35 EST
0   15   1   0
0   12   -   1
1     1  
1    
 
  LoaderProxyTest       Line # 10 0 0% 1 0 100% 1.0
 
  (1)
 
1    package org.kuali.spring.util;
2   
3    import org.junit.Test;
4    import org.junit.runner.RunWith;
5    import org.springframework.test.context.ContextConfiguration;
6    import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
7   
8    @RunWith(SpringJUnit4ClassRunner.class)
9    @ContextConfiguration
 
10    public class LoaderProxyTest {
11   
 
12  1 toggle @Test
13    public void proxyTest() {
14    }
15    }