Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
assessment-2024-starter-monopoly
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Keegan Fernandes
assessment-2024-starter-monopoly
Commits
a852e9ea
Commit
a852e9ea
authored
2 years ago
by
Carl Jones
Browse files
Options
Downloads
Patches
Plain Diff
Updated package structure to make separation for testing clearer.
parent
809e765b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/com/cm6123/monopoly/app/package-info.java
+2
-0
2 additions, 0 deletions
src/main/java/com/cm6123/monopoly/app/package-info.java
src/main/java/com/cm6123/monopoly/game/package-info.java
+6
-0
6 additions, 0 deletions
src/main/java/com/cm6123/monopoly/game/package-info.java
with
8 additions
and
0 deletions
src/main/java/com/cm6123/monopoly/app/package-info.java
+
2
−
0
View file @
a852e9ea
/**
* Contains console classes for the user interface.
* You do not need to write automated tests of classes/methods in this package.
* DO NOT HIDE business logic in this package.
*/
package
com.cm6123.monopoly.app
;
This diff is collapsed.
Click to expand it.
src/main/java/com/cm6123/monopoly/game/package-info.java
0 → 100644
+
6
−
0
View file @
a852e9ea
/**
* This package contains the main game logic.
* This is the package root that should be subjected to automated testing.
* It should not have any user interface code in it.
*/
package
com.cm6123.monopoly.game
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment