CSC 216/s08/own career: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===Formatting | ===Formatting Conventions=== | ||
<blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: #D8BFD8;"><tt> | |||
<b>Java Code</b> will look like this. | |||
</tt></blockquote> | |||
= | <blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: #C1CDC1"><tt> | ||
<b>PseudoCode</b> will look like this. | |||
</tt></blockquote> | |||
<blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: #C1FFC1;"><tt> | |||
<b>Commands</b> will look like this. | |||
</tt></blockquote> | |||
<blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: #FFFF66; text-align: center;"><i> | |||
<b>Tip:</b> Tips will look like this. | |||
</i></blockquote> | |||
A string of menu commands will be marked as follows:<br> | |||
<span style="padding: 3pt; margin: 4pt; background-color: #EEDD82;">File => Save As</span> | |||
A string of keys will be marked as follows:<br> | |||
<span style="padding: 3pt; margin: 4pt; background-color: #FFDAB9;">[Ctrl]+[Alt]+[Delete]</span> | |||
Instructive Graphics Will appear as follows:<br> | |||
<div style="border: 5pt solid #FFE303; margin: 0; padding: 2px; background-color: black; float: left;">http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/upgrade-guide/images/java_logo.gif</div><div style="clear: both; float: none;"> | |||
==Using Eclipse with JUnit for WebCAT== | |||
This activity will guide you through basic usage of the Eclipse IDE and JUnit for use with Webcat. Please have a computer available on which you may install Eclipse IDE. Also, please note that the following conventions will be used to draw attention to different parts of the article. | |||
===The problem=== | ===The problem=== |
Revision as of 00:02, 27 March 2008
Formatting Conventions
Java Code will look like this.
PseudoCode will look like this.
Commands will look like this.
Tip: Tips will look like this.
A string of menu commands will be marked as follows:
File => Save As
A string of keys will be marked as follows:
[Ctrl]+[Alt]+[Delete]
Instructive Graphics Will appear as follows:
Using Eclipse with JUnit for WebCAT
This activity will guide you through basic usage of the Eclipse IDE and JUnit for use with Webcat. Please have a computer available on which you may install Eclipse IDE. Also, please note that the following conventions will be used to draw attention to different parts of the article.
The problem
Describe what you are attempting to teach students by this exercise.
Participants and props
How many students will participate? What else do you need (e.g., old tennis ball, Powerpoint slides, software).
The script
Describe how to do your exercise.