Skip to content
Snippets Groups Projects
Commit a852e9ea authored by Carl Jones's avatar Carl Jones
Browse files

Updated package structure to make separation for testing clearer.

parent 809e765b
No related branches found
No related tags found
No related merge requests found
/**
* 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 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment