All Projects → elliotchance → concise

elliotchance / concise

Licence: MIT license
✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to concise

Tester
Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
Stars: ✭ 281 (+497.87%)
Mutual labels:  unit-testing, phpunit, assertions
Unit Testing Tips
Unit testing tips by examples in PHP
Stars: ✭ 318 (+576.6%)
Mutual labels:  unit-testing, phpunit
Luaunit
LuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to be used directly or work with Continuous Integration platforms (Jenkins, Maven, ...).
Stars: ✭ 362 (+670.21%)
Mutual labels:  unit-testing, assertions
Lode
A universal GUI for unit testing
Stars: ✭ 51 (+8.51%)
Mutual labels:  unit-testing, phpunit
wp-phpunit
WordPress core PHPUnit library. [READ ONLY] Versions for new WordPress releases are built daily.
Stars: ✭ 65 (+38.3%)
Mutual labels:  unit-testing, phpunit
Sazerac
Data-driven unit testing for Jasmine, Mocha, and Jest
Stars: ✭ 322 (+585.11%)
Mutual labels:  unit-testing, assertions
Codeception
Full-stack testing PHP framework
Stars: ✭ 4,401 (+9263.83%)
Mutual labels:  unit-testing, phpunit
Fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, as well as .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
Stars: ✭ 2,449 (+5110.64%)
Mutual labels:  unit-testing, assertions
Redux Actions Assertions
Simplify testing of redux action and async action creators
Stars: ✭ 177 (+276.6%)
Mutual labels:  unit-testing, assertions
Zunit
A powerful testing framework for ZSH projects
Stars: ✭ 140 (+197.87%)
Mutual labels:  unit-testing, assertions
vim-UT
Unit Testing plugin for Vim
Stars: ✭ 18 (-61.7%)
Mutual labels:  unit-testing, assertions
picolisp-unit
Unit Testing framework for PicoLisp
Stars: ✭ 22 (-53.19%)
Mutual labels:  unit-testing, assertions
Verify
BDD Assertions for PHPUnit and Codeception
Stars: ✭ 127 (+170.21%)
Mutual labels:  phpunit, assertions
Bash unit
bash unit testing enterprise edition framework for professionals
Stars: ✭ 419 (+791.49%)
Mutual labels:  unit-testing, assertions
Phpunit Json Assert
PHPUnit assertions for JSON documents
Stars: ✭ 90 (+91.49%)
Mutual labels:  unit-testing, phpunit
tau
A Micro (1k lines of code) Unit Test Framework for C/C++
Stars: ✭ 121 (+157.45%)
Mutual labels:  unit-testing, assertions
PHPUnit-Polyfills
Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests
Stars: ✭ 147 (+212.77%)
Mutual labels:  unit-testing, phpunit
karate
Test Automation Made Simple
Stars: ✭ 6,384 (+13482.98%)
Mutual labels:  assertions
refactoring-for-testability-cpp
Hard-to-test patterns in C++ and how to refactor them
Stars: ✭ 40 (-14.89%)
Mutual labels:  unit-testing
stubthat
Stubbing framework for R
Stars: ✭ 17 (-63.83%)
Mutual labels:  unit-testing

concise

NOTE: concise is no longer maintained.

Build Status Coverage Status Latest Stable Version Total Downloads

Concise is unit test framework for using plain English and minimal code, built on PHPUnit.

Highlights include:

  • 100% compatible with PHPUnit, no changes required. You may use as many features as you like.
  • Much better mocking framework with a lot less typing.
  • Huge array of assertions to save on boilerplate code.
  • Assert and [[Verify|verify]] supported.

See the full documentation at concise.readthedocs.org.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].