|
1 |
| package net.sourceforge.astyleclipse.astyle; |
|
2 |
| |
|
3 |
| import junit.framework.TestCase; |
|
4 |
| |
|
5 |
| public class TestASBeautifier extends TestCase { |
|
6 |
| |
|
7 |
42
| protected void setUp() throws Exception {
|
|
8 |
| } |
|
9 |
| |
|
10 |
42
| protected void tearDown() throws Exception {
|
|
11 |
| } |
|
12 |
| |
|
13 |
1
| public void testASBeautifier() {
|
|
14 |
1
| fail("Not yet implemented");
|
|
15 |
| } |
|
16 |
| |
|
17 |
1
| public void testASBeautifierASBeautifier() {
|
|
18 |
1
| fail("Not yet implemented");
|
|
19 |
| } |
|
20 |
| |
|
21 |
1
| public void testInit() {
|
|
22 |
1
| fail("Not yet implemented");
|
|
23 |
| } |
|
24 |
| |
|
25 |
1
| public void testGetUseTabs() {
|
|
26 |
1
| fail("Not yet implemented");
|
|
27 |
| } |
|
28 |
| |
|
29 |
1
| public void testSetUseTabs() {
|
|
30 |
1
| fail("Not yet implemented");
|
|
31 |
| } |
|
32 |
| |
|
33 |
1
| public void testGetTabIndentation() {
|
|
34 |
1
| fail("Not yet implemented");
|
|
35 |
| } |
|
36 |
| |
|
37 |
1
| public void testSetTabIndentation() {
|
|
38 |
1
| fail("Not yet implemented");
|
|
39 |
| } |
|
40 |
| |
|
41 |
1
| public void testGetForceTabs() {
|
|
42 |
1
| fail("Not yet implemented");
|
|
43 |
| } |
|
44 |
| |
|
45 |
1
| public void testSetForceTabs() {
|
|
46 |
1
| fail("Not yet implemented");
|
|
47 |
| } |
|
48 |
| |
|
49 |
1
| public void testGetSpaceIndentation() {
|
|
50 |
1
| fail("Not yet implemented");
|
|
51 |
| } |
|
52 |
| |
|
53 |
1
| public void testSetSpaceIndentation() {
|
|
54 |
1
| fail("Not yet implemented");
|
|
55 |
| } |
|
56 |
| |
|
57 |
1
| public void testGetMaxInStatementIndentLength() {
|
|
58 |
1
| fail("Not yet implemented");
|
|
59 |
| } |
|
60 |
| |
|
61 |
1
| public void testSetMaxInStatementIndentLength() {
|
|
62 |
1
| fail("Not yet implemented");
|
|
63 |
| } |
|
64 |
| |
|
65 |
1
| public void testSetMinConditionalIndentLength() {
|
|
66 |
1
| fail("Not yet implemented");
|
|
67 |
| } |
|
68 |
| |
|
69 |
1
| public void testGetClassIndent() {
|
|
70 |
1
| fail("Not yet implemented");
|
|
71 |
| } |
|
72 |
| |
|
73 |
1
| public void testSetClassIndent() {
|
|
74 |
1
| fail("Not yet implemented");
|
|
75 |
| } |
|
76 |
| |
|
77 |
1
| public void testGetSwitchIndent() {
|
|
78 |
1
| fail("Not yet implemented");
|
|
79 |
| } |
|
80 |
| |
|
81 |
1
| public void testSetSwitchIndent() {
|
|
82 |
1
| fail("Not yet implemented");
|
|
83 |
| } |
|
84 |
| |
|
85 |
1
| public void testGetCaseIndent() {
|
|
86 |
1
| fail("Not yet implemented");
|
|
87 |
| } |
|
88 |
| |
|
89 |
1
| public void testSetCaseIndent() {
|
|
90 |
1
| fail("Not yet implemented");
|
|
91 |
| } |
|
92 |
| |
|
93 |
1
| public void testGetBracketIndent() {
|
|
94 |
1
| fail("Not yet implemented");
|
|
95 |
| } |
|
96 |
| |
|
97 |
1
| public void testSetBracketIndent() {
|
|
98 |
1
| fail("Not yet implemented");
|
|
99 |
| } |
|
100 |
| |
|
101 |
1
| public void testGetBlockIndent() {
|
|
102 |
1
| fail("Not yet implemented");
|
|
103 |
| } |
|
104 |
| |
|
105 |
1
| public void testSetBlockIndent() {
|
|
106 |
1
| fail("Not yet implemented");
|
|
107 |
| } |
|
108 |
| |
|
109 |
1
| public void testGetNamespaceIndent() {
|
|
110 |
1
| fail("Not yet implemented");
|
|
111 |
| } |
|
112 |
| |
|
113 |
1
| public void testSetNamespaceIndent() {
|
|
114 |
1
| fail("Not yet implemented");
|
|
115 |
| } |
|
116 |
| |
|
117 |
1
| public void testGetLabelIndent() {
|
|
118 |
1
| fail("Not yet implemented");
|
|
119 |
| } |
|
120 |
| |
|
121 |
1
| public void testSetLabelIndent() {
|
|
122 |
1
| fail("Not yet implemented");
|
|
123 |
| } |
|
124 |
| |
|
125 |
1
| public void testIsCStyle() {
|
|
126 |
1
| fail("Not yet implemented");
|
|
127 |
| } |
|
128 |
| |
|
129 |
1
| public void testSetCStyle() {
|
|
130 |
1
| fail("Not yet implemented");
|
|
131 |
| } |
|
132 |
| |
|
133 |
1
| public void testGetEmptyLineFill() {
|
|
134 |
1
| fail("Not yet implemented");
|
|
135 |
| } |
|
136 |
| |
|
137 |
1
| public void testSetEmptyLineFill() {
|
|
138 |
1
| fail("Not yet implemented");
|
|
139 |
| } |
|
140 |
| |
|
141 |
1
| public void testGetPreprocessorIndent() {
|
|
142 |
1
| fail("Not yet implemented");
|
|
143 |
| } |
|
144 |
| |
|
145 |
1
| public void testSetPreprocessorIndent() {
|
|
146 |
1
| fail("Not yet implemented");
|
|
147 |
| } |
|
148 |
| |
|
149 |
1
| public void testHasMoreLines() {
|
|
150 |
1
| fail("Not yet implemented");
|
|
151 |
| } |
|
152 |
| |
|
153 |
1
| public void testNextLine() {
|
|
154 |
1
| fail("Not yet implemented");
|
|
155 |
| } |
|
156 |
| |
|
157 |
1
| public void testBeautify() {
|
|
158 |
1
| fail("Not yet implemented");
|
|
159 |
| } |
|
160 |
| |
|
161 |
1
| public void testGetNextProgramCharDistance() {
|
|
162 |
1
| fail("Not yet implemented");
|
|
163 |
| } |
|
164 |
| |
|
165 |
1
| public void testIsLegalNameChar() {
|
|
166 |
1
| fail("Not yet implemented");
|
|
167 |
| } |
|
168 |
| |
|
169 |
1
| public void testIsWhiteSpace() {
|
|
170 |
1
| fail("Not yet implemented");
|
|
171 |
| } |
|
172 |
| |
|
173 |
1
| public void testFindHeaderStringIntVector() {
|
|
174 |
1
| fail("Not yet implemented");
|
|
175 |
| } |
|
176 |
| |
|
177 |
1
| public void testFindHeaderStringIntVectorBoolean() {
|
|
178 |
1
| fail("Not yet implemented");
|
|
179 |
| } |
|
180 |
| |
|
181 |
| } |