Skip to content

Commit

Permalink
Update version in readme.
Browse files Browse the repository at this point in the history
Add link to template and gitlab.
  • Loading branch information
avandeursen committed Apr 30, 2018
1 parent 266a352 commit 794e279
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ It exposes students to the use of git, maven, JUnit, and mockito.

Parts of the code are well tested, whereas others are left untested intentionally. As a student in software testing, you can extend the test suite, or use the framework to build extensions in a test-driven way. As a teacher, you can use the framework to create your own testing exercises.

As a starting point for working on your own solution, a [template solution](https://github.com/SERG-Delft/jpacman-template) is available.

We have developed and are using this code at a software testing course at Delft University of Technology, The Netherlands. Teachers interested in seeing the exercises I use there are invited to contact me.

Other universities who have used this material include Antwerp, Mons, Eindhoven, and UBC (Vancouver).
At TU Delft, we use it in combination with [DevHub](https://github.com/devhub-tud/devhub) as git, continuous integration, and feedback server.
At TU Delft, we use it in combination with gitlab as continuous integration and feedback server.

If you have any suggestions on how to improve this framework, please do not hesitate to contact us, open issue, or provide a pull request. Since testing is deliberately left as an exercise, pull requests that "solve" exercises or offer full coverage are less likely to be merged.

Expand All @@ -33,7 +35,7 @@ Getting Started
2. Right Click -> Configure -> Convert to Maven Project
3. To see JPacman in action: run `nl.tudelft.jpacman.Launcher`. From the
command line, run
```java -classpath target/jpacman-framework-7.0.0-SNAPSHOT.jar nl.tudelft.jpacman.Launcher```
```java -classpath target/jpacman-framework-<VERSION>.jar nl.tudelft.jpacman.Launcher```
4. To run the test suite in maven: `mvn test`
5. To run the test suite in Eclipse: right click -> run as -> JUnit Test.

0 comments on commit 794e279

Please sign in to comment.