mockito-junit
There are 43 repositories under mockito-junit topic.
d3adspace/gradle-project-template
A gradle template project containing configuration for common architectures including multi project builds, testing with JUnit 5 and Mockito, CI via TravisCI, Coverage via codecov, code climate via codacy and SonarCloud and some other useful tools.
plantngo/plantngo
Food ordering platform that promotes environmentally sustainable diets
plantngo/plantngo_backend
Plant&Go is a food ordering platform that promotes and incentivises consumers to incorporate environmentally sustainable diets into their daily lives, reducing carbon emission from food consumption
herou/MVP-Dagger2-JunitTesting
Simple Login using MVP pattern.
saahilanande/Backend-MTRS
This repository contains the backend of the Movie Theater Reservation System. MTRS is a project to buy tickets and book seats for films in various theaters. Spring boot + Java + Postgres+ spring security + Oauth2.0 + JPA
Siddhant23/NY-Times-Popular-Articles
Kotlin | MVVM | Retrofit | Dagger-Hilt | Coroutine | JUnit | Espresso | Roboelectric | Mockito | Github-Actions
devwdougherty/personal-developer-wiki
A personal wiki of my basic programmer knowledge
onlyfullstack/unit-testing-and-integration-testing-with-spring-boot
This repository contains the ways to do the unit testing and mocking in Spring
rkcullen/business-card-reader
This is a simple application that demonstrates the use of Lambda expressions
romellfudi/MockitoSample
:cocktail:How Android Test Unit with Mockito by @romellfudi
shopKubernetesSpringboot/cart
Basic Session Shop Cart
Alfiyansya/MovieCatalog3
Final Submission in "Belajar Android Jetpack Pro" class from Dicoding Indonesia
alinesoarestome/marvel-backend-challenge
Spring Boot-based project to reimplement characters endpoints from Marvel API.
chandandas27/Shopping-Cart_App
Shopping Cart - Backend App
chanhi2000/unitTesting
android project for unit testing
danielbastidasr/mvp-android-rxjava2-dagger2-mockito
MVP Architecture. Basic App using RxJava 2, Dagger 2 for dependency injection and basic testing with Mockito.
jolice/mocks
Mockito prototype
melihhilmiuludag/student.proj
SpringBoot&Primefaces CRUD Operations. This project technologies are openJDK11,Spring Boot 2.2.6, Primefaces 6.1, JSF 2.2, HSQL 2.4.0, Mockito 1.10.19 and Lombok, SOLID Principle, Layered Architecture and MVCetc.
roryblucky/unit-test-with-spring
Demo project for writing unit tests in a spring boot project
zoechbauer/java-junit-with-mockito
Udemy course Learn Java Unit Testing with Junit and Mockito by Ranga Rao Karanam
abhishek-bits/testing
Notes on Unit Testing, Test Driven Development and Mockito Framework in Java.
codurance-academy-sept-dec-2020/academy-skeleton-gradle
Base skeleton to use for any kata that contains various dependency already in place.
danya1705/advertising-board
Backend-часть доски объявлений. Это дипломная работа на курсе Java-разработчик SkyPro.
kaziyas/comic-strips-reader
A RESTful service that pulls the last 10 strips from two different sources and combines them into a single JSON file
sourovbd/User-Management
Core backend for user management.
Ahmetkcak/spring-boot-testing
This project demonstrates unit testing and integration testing in a Spring Boot application using JUnit and Mockito. The goal is to ensure the reliability and correctness of the application's service layer by testing various components in isolation.
david-matu/product-microservices
This demo project implements state-of-the-art architecture, tools and methodologies for developing modern, performing and resilient microservices based on Spring Boot, Gradle and Docker Compose and Kubernetes. Much more details in between, the various branches hold the milestones
dima666Sik/book-house
Project are web-project. For testing used JUnit5, Postman. Simple "Book House" that used for buying books other entities. All describe will be below in readme file.
edsonwade/university-system
Student Management System
fdeniz07/UnitTest
Unit Testing on Java using JUnit & Mockito(Mocking)
herikerbeth/async-method
Spring Boot web application designed to asynchronously lookup GitHub user information. It queries GitHub's API to fetch data about users, and the lookup process is handled asynchronously using CompletableFuture, allowing for scalable service architecture.
herikerbeth/scheduling-tasks
This is a Spring Boot application designed to schedule and execute tasks periodically. The application demonstrates how to use the Spring Framework’s @Scheduled annotation to create scheduled tasks that run automatically at regular intervals.
sshehrozali/spring-tdd-example
Example Spring Boot application developed using Test Driven Development using JUnit, Mockito, AssertJ and Hamcrest.
SteffiKeranJ/JUnit5-with-Mockito
Code demonstrating basic usage and implementation of JUnit5 and Mockito