Code Monkey home page Code Monkey logo

gettingstartedjunit5's Introduction

Getting Started Unit Testing With JUnit 5

This repository contains source code examples for the Pluralsight course Getting Started Unit Testing With JUnit5. It contains a Java patient registration/intake system that unit tests are created for as the course progresses.

Prerequisites / Requirements

  • Java 8 or higher is required to compile and run the code.
  • git, of course

Branches

This fork's branches deviate from the upstream project by the instructor in the following ways:

  1. The master branch represents the system state at the end of the course
  2. There are branches that correspond to the beginning and end state for each course module.

It is possible to see the difference in git, and export it, with the following command:

git diff module/2/begin..module/2/end > module.patch

These patch files can be directly applied to your fork with the following:

git checkout -b my/learnin/branch
git apply path/to/patch
git add --all

I hope this fork aids you in your learning journey with JUnit5

gettingstartedjunit5's People

Contributors

timothystone-knsl avatar weaverj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.