Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mechero/test-bdd-assertj

Sample project using BDDMockito and AssertJ to write BDD-style unit tests
https://github.com/mechero/test-bdd-assertj

assertj bdd junit mockito unit-tests

Last synced: 2 months ago
JSON representation

Sample project using BDDMockito and AssertJ to write BDD-style unit tests

Awesome Lists containing this project

README

        

# Testing with BDD Mockito and AssertJ

This repository contains a sample project used at The Practical Developer site to explain how to create human-readable Unit Tests using best practices with BDDMockito and AssertJ.

You can find all the information in this link: [Write BDD Unit Tests with BDDMockito and AssertJ](https://thepracticaldeveloper.com/2018/05/10/write-bdd-unit-tests-with-bddmockito-and-assertj).