Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assignment description typos #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assignments/week-5-assignment-4/Assignment-Description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ There are two projects 'W5-A4' and 'W5-A4 Test' that must be imported
via the traditional project import method (Make sure to select 'search
for nested projects' on the import screen). We have included 4
'Launch Configurations' for Eclipse along with this project. To make
use of these launc configurations, after importing these projects, you
use of these launch configurations, after importing these projects, you
will have to [right click] on the first project and select [Run
As]->[Run Configurations...], which will bring the 'run
configurations' window up. Inside this window under 'Android Junit
Expand All @@ -104,7 +104,7 @@ and press the 'Run' button.

This process can be repeated 3 more times, with 'Console Conditional
Execution', 'Console Semaphore Execution' being under the 'Java
Appplication' section, and 'Console Tests' being under the 'Junit'
Application' section, and 'Console Tests' being under the 'Junit'
section. These will all be selected from within the [Run
Configurations] window. Once each of the 4 total run-configurations
has been selected once, They will show up under [Run]->[Run History]
Expand Down