Skip to content

Guest lecture about software testing for Introduction to Java Programming Language course.

License

Notifications You must be signed in to change notification settings

mbezjak/opjj-testing

Repository files navigation

Guest lecture about software testing for Introduction to Java Programming Language course. All code examples are in English while the presentation is in Croatian.

Students should begin by downloading this project and doing homework assignments.

Presentation source is available as a google document. PDF export is available as a part of this project. Code examples are available in directories that begin with a number. gist-it.html file embeds code examples into one html page. Homework is available in a separate directory.

Eclipse

Unless stated otherwise, the following rules apply.

Import

Steps to import a project into Eclipse:

  1. File -> Import
  2. From "General" select "Existing Projects into Workspace"
  3. Next
  4. Select root directory: path to a project
  5. Finish

Test

Steps to run all JUnit tests in Eclipse:

  1. Right click on a project
  2. Run As -> JUnit Test

Source code

Source code is available at github: https://github.com/mbezjak/opjj-testing

License

This project is licensed under very permissive MIT license. Check LICENCE file for more information.

About

Guest lecture about software testing for Introduction to Java Programming Language course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages