Difference between revisions of "Template:TestSuite"

From CSE231 Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td nowrap="nowrap" valign="top">''class:'' '''{{{msg|{{{1|}}}}}}.java'''</td>
+
<td nowrap="nowrap" valign="top" align="right" style="padding-right:10px;"> ''class:''</td>
 +
<td nowrap="nowrap" valign="top">'''{{{msg|{{{1|}}}}}}.java'''</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td nowrap="nowrap" valign="top">''package:'' {{{msg|{{{2|}}}}}}</td>
+
<td nowrap="nowrap" valign="top" align="right" style="padding-right:10px;">''package:''</td>
 +
<td nowrap="nowrap" valign="top">{{{msg|{{{2|}}}}}}</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td nowrap="nowrap" valign="top">''source folder:'' src/test/java</td>
+
<td nowrap="nowrap" valign="top" align="right" style="padding-right:10px;">''source folder:''</td>
 +
<td nowrap="nowrap" valign="top">src/test/java</td>
 
</tr>
 
</tr>
 
</table>
 
</table>

Revision as of 23:16, 19 December 2017

TestSuite
class: .java
package:
source folder: src/test/java