expecto
Testing library
A testing library for .NET applications written in F#, focusing on performance and property-based testing.
A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
676 stars
28 watching
96 forks
Language: F#
last commit: about 1 month ago
Linked from 3 awesome lists
performance-testingproperty-based-testingstress-testingtestingunit-testing
Related projects:
Repository | Description | Stars |
---|---|---|
allain/expect | A set of functions for writing tests in a style similar to Jest. | 45 |
xenial-io/tasty | A testing library for .NET applications that uses a functional inspired approach to simplify test writing and improve error messages. | 13 |
mausch/fuchu | A test library designed to support first-class testing and flexible assertion mechanisms for F#, C# and VB.NET. | 120 |
shmew/fable.jester | A set of F# bindings for popular testing libraries and frameworks to simplify integration testing. | 34 |
anthonylloyd/cscheck | A C# random testing library with generators and shrinkers for property-based testing of .NET code. | 162 |
fsprojects/fsunit | A set of libraries that adds a special syntax to make unit-testing with F# more enjoyable and adaptable to existing .NET testing frameworks. | 426 |
lehmannro/assert.sh | A shell-based unit testing framework designed to simplify testing of programs that modify process state | 486 |
microsoft/fsharplu | A collection of lightweight utilities and wrappers for F# development, covering string manipulation, logging, file operations, security, async processing, and more. | 358 |
eerimoq/nala | A test framework for C projects providing automatic test discovery, mocking, and output capturing utilities. | 68 |
com-lihaoyi/utest | A simple testing framework for Scala | 487 |
php-mock/php-mock | A testing library that mocks non-deterministic built-in PHP functions to simplify unit tests | 359 |
benlau/testable | A utility library to enhance Qt testing frameworks with support for multiple test objects and customization options. | 60 |
aalmiray/testfx-dsl | A Java-based DSL for defining TestFX tests in a fluent interface style. | 4 |
project-fifo/fqc | A toolkit for running and analyzing test suites with symbolic state machines and quickcheck-style testing | 1 |
shouldly/shouldly | An assertion framework that provides more informative error messages than standard assertions. | 2,051 |