https://github.com/semperos/jall-example
Example project using JAll
https://github.com/semperos/jall-example
Last synced: 5 months ago
JSON representation
Example project using JAll
- Host: GitHub
- URL: https://github.com/semperos/jall-example
- Owner: semperos
- Created: 2012-07-13T05:59:56.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-20T16:44:48.000Z (about 14 years ago)
- Last Synced: 2025-01-15T23:31:44.890Z (over 1 year ago)
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JAll Example #
This project is a simple example of using JAll. There are currently three classes available: `SimpleExample`, `IntermediateExample` and `AdvancedExample`.
You can run the main method of one of these classes as follows:
```
mvn test -DexampleMainClass=com.semperos.IntermediateExample
```