8000 GitHub - davidlahner/writing-good-tests-lab: Excercises and Solutions for the course Writing Good Tests
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

davidlahner/writing-good-tests-lab

Repository files navigation

Building the Test projects

Preconditions:
- IntelliJ or Eclipse is installed

TODO:
1. Open the current folder in a shell (Windows: PowerShell)
2. If gradle wrapper is not properly setup (missing wrapper jar), run the following command:
   .\gradlew wrapper
   (You can check if the jar is missing with the following command)
   ls gradle/wrapper
2. For Eclipse: .\gradlew cleanEclipse eclipse
   For IntelliJ: .\gradlew cleanIdea idea
3. Start your IDE and import the projects

About

Excercises and Solutions for the course Writing Good Tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0