Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mechero/test-bdd-assertj
- Owner: mechero
- Created: 2018-05-02T05:21:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T00:13:23.000Z (about 4 years ago)
- Last Synced: 2024-10-04T13:35:01.301Z (3 months ago)
- Topics: assertj, bdd, junit, mockito, unit-tests
- Language: Java
- Homepage: https://thepracticaldeveloper.com/2018/05/10/write-bdd-unit-tests-with-bddmockito-and-assertj/
- Size: 17.6 KB
- Stars: 18
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).