Skip to content

Commit

Permalink
Merge pull request #68 from LaunchCodeEducation/mike-issue-73
Browse files Browse the repository at this point in the history
Clarifying assignment 2's constructor test instructions
  • Loading branch information
mlambert125 authored Sep 29, 2024
2 parents fe6b5be + f62cd30 commit b54834f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/assignments/techjobs-oo/task4/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Each `Job` object should have a unique ID that is an integer.


## Test the Full Constructor
Each `Job` object should contain six fields`id`, `name`, `employer`, `location`, `positionType`, and `coreCompetency`. The data types for these fields are `int`, `String`, `Employer`, `Location`, `PositionType`, and `CoreCompetency`, respectively.
Each `Job` object should contain five fields (other than `id`) — `name`, `employer`, `location`, `positionType`, and `coreCompetency`. The data types for these five fields are `String`, `Employer`, `Location`, `PositionType`, and `CoreCompetency`, respectively.

1. In `JobTest`, define a test called `testJobConstructorSetsAllFields`.

Expand Down

0 comments on commit b54834f

Please sign in to comment.