|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LoaderProxyTest | Line # 10 | 0 | 0% | 1 | 0 | 100% |
1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
(1) | |||
Result | |||
1.0
|
org.kuali.spring.util.LoaderProxyTest.proxyTest org.kuali.spring.util.LoaderProxyTest.proxyTest | 1 PASS | |
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 | @Test |
13 | public void proxyTest() { | |
14 | } | |
15 | } |
|