Skip to content
#

unit-tests

Unit testing is a type of software testing that focusses on testing small units (usually the lowest common denominator) instead of whole processes. This makes more tests necessary but their successful executing makes pinpointing actual successful code easier.

Here are 35 public repositories matching this topic...

A web application that allows you to collect job offers from various sources for Junior Java Developers (websites, other web applications). The main function of the application is to download current job offers from websites.

  • Updated Feb 9, 2024
  • Java