|
1 |
| package net.sourceforge.astyleclipse.astyle; |
|
2 |
| |
|
3 |
| import junit.framework.TestCase; |
|
4 |
| |
|
5 |
| public class TestASStreamIterator extends TestCase { |
|
6 |
| |
|
7 |
4
| protected void setUp() throws Exception {
|
|
8 |
4
| super.setUp();
|
|
9 |
| } |
|
10 |
| |
|
11 |
4
| protected void tearDown() throws Exception {
|
|
12 |
4
| super.tearDown();
|
|
13 |
| } |
|
14 |
| |
|
15 |
1
| public void testASStreamIteratorInputStream() {
|
|
16 |
1
| fail("Not yet implemented");
|
|
17 |
| } |
|
18 |
| |
|
19 |
1
| public void testASStreamIteratorReader() {
|
|
20 |
1
| fail("Not yet implemented");
|
|
21 |
| } |
|
22 |
| |
|
23 |
1
| public void testHasMoreLines() {
|
|
24 |
1
| fail("Not yet implemented");
|
|
25 |
| } |
|
26 |
| |
|
27 |
1
| public void testNextLine() {
|
|
28 |
1
| fail("Not yet implemented");
|
|
29 |
| } |
|
30 |
| |
|
31 |
| } |