Skip to content

Simple application tester for the LuckyCard assignment

Notifications You must be signed in to change notification settings

nibarAhmed/LuckyCardTester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

LuckyCardTester

Application tester for the LuckyCard assignment (IT401G, University of Skövde).

This utility allow you to check your solution to the LuckyCard assignment before you submit. This tool is intended to help you verify that your solution meets some basic requirements, but it does not check all requirements and the test result should thus not be read as a guarantee for a pass.

Download

You may download LuckyCardTester as a zip-file by clicking the green button Code on the GitHub page. You may alternatively clone the repository using Git. After download you find LuckyCardTester in a single java-file named LCTest.java. This file can be executed directly by the Java JRE (no need to compile it first).

Usage:

This utility has a text based interface meant to be used in a terminal. LuckyCardTester will compile and execute your project, and print the test result.

java LCTest.java Prints help message.

java LCTest.java . Runs test in current folder.

java LCTest.java <path to project folder> Runs test for specified folder.

If you want, you can also add LCTest.java to your Eclipse project and create a custom Run Configuration for testing your project. Please ask a supervisor if you are unsure of how to set this up.

About

Simple application tester for the LuckyCard assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%