Skip to content

WILLYWZ/C212-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compile

Clone the project,and then the file tree is like:

-project
    -src
    -readme.md

and into src floder.

run the command : javac main/Main.java.

now the project is compiled.

Run the input class.java main.Main

Test

The project has provided some test class. included:

  • CustomerTest: test from customer perspective.
  • ManagerTest: test from customer perspective.
  • PayTest: test from pay perspective.

Just run the class with class you want.

for example:

java test.CustomerTest
java test.ManagerTest
java test.PayTest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages