root/okpoll/src/net/okjsp/poll/AllTests.java

리비전 5, 401 bytes (mefour에 의해 체크인됨, 16 년 전)

--

  • svn:mime-type 속성이 text/plain (으)로 설정되어있습니다.
Line 
1 package net.okjsp.poll;
2
3 import junit.framework.Test;
4 import junit.framework.TestSuite;
5
6 public class AllTests {
7
8         public static Test suite() {
9                 TestSuite suite = new TestSuite("Test for net.okjsp.poll");
10                 //$JUnit-BEGIN$
11                 suite.addTestSuite(PollTest.class);
12                 suite.addTestSuite(ItemTest.class);
13                 suite.addTestSuite(PollServiceTest.class);
14                 //$JUnit-END$
15                 return suite;
16         }
17
18 }
참고: 소스 브라우저를 사용하면서 도움이 필요하다면, TracBrowser를 참고하십시오.