-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadMeAssignment2A.txt
More file actions
14 lines (9 loc) · 1.16 KB
/
readMeAssignment2A.txt
File metadata and controls
14 lines (9 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--Each folder has a specific readMe.txt for you to get started. Make sure to read them carefully.
--Product Backlog is the very first thing that you will start work on for Assignment2A.
--You have exactly two days to work on your product backlog i.e. 6th and 7th June. If you get your product backlog completed sooner, you can start your sprint1 on 7th June.
--src will contain all your source code. It will contain all your .java files
----You are welcome to create any subpackages within the src folder to organize your .java files.
----BUT JSHELL.JAVA MUST ALWAYS RESIDE IN THE PACKAGE 'DRIVER'. YOU CANNOT CHANGE THE LOCATION OF JSHELL.JAVA IN YOUR SUBVERSION REPOSITORY.
----All your unit tests will reside in the package 'test'. You cannot change the location of your test package in your subversion repository.
--tests will contain all your JUnit test cases (.java files). Your lab after MidtermExam1 will be your first introduction on how to write JUnit tests.
--You are welcome to dedicate the last sprint (see readMe inside the Sprint folder) for testing if your team so desires. Alternatively, you can have part of each sprint responsible for some portion of testing.