Here are
80 public repositories
matching this topic...
JavaScript Testing utilities for React
-
Updated
Oct 13, 2021
-
JavaScript
Fluent testing library for ASP.NET Core MVC.
Fluent testing framework for ASP.NET Web API 2.
Verify is a snapshot tool that simplifies the assertion of complex data models and documents.
Assertive programming for R analysis pipelines
Power Assert in Elixir. Shows evaluation results each expression.
-
Updated
Jan 3, 2021
-
Elixir
A pytest plugin that allows multiple failures per test.
-
Updated
Sep 12, 2021
-
Python
Behavior-oriented, expressive, human-friendly Python assertion library for the 21st century
-
Updated
Jan 21, 2021
-
Python
Bringing Jest-esque Snapshot testing to C#
Fluent assertions for Python
-
Updated
Jun 2, 2021
-
Python
Fluent assertion-style functions used by goconvey and gunit. Can also be used in any test or application.
A Go test assertion library for verifying that two representations of JSON are semantically equal
Lightweight Self-Documenting Design by Contract Programming and Security Hardened mode.
Matchers for JDK 8 Optional
-
Updated
May 24, 2021
-
Java
A comprehensive set of matcher-based assertions for easier testing of Rust code
-
Updated
Mar 25, 2020
-
Rust
Delayed aka. Soft assert for python
-
Updated
Sep 17, 2021
-
Python
Library for simplifying data verification in functional tests for your JSON-based APIs
Assertive is a terse yet expressive assertion library
-
Updated
Aug 10, 2021
-
JavaScript
-
Updated
Jul 31, 2021
-
Smalltalk
A header-only C++ library for system-level verification and declarative testing of real-time systems with Python bindings.
Simple, light-weight assertions framework for javascript
-
Updated
Sep 4, 2020
-
JavaScript
HTTP assertion plugin for grappa
-
Updated
Jan 22, 2018
-
Python
A simple and elegant assertion library for input validation.
A BDD-style assertion library for Dart.
Automated the Testing using Puppeteer, Mocha, chai. For example we can use linkidin account and few functionality to automated the testing
-
Updated
May 15, 2019
-
HTML
A simple assertion library for go
Fluent test assertions for Rust.
-
Updated
Oct 15, 2021
-
Rust
Improve this page
Add a description, image, and links to the
assertion-library
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
assertion-library
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Platform (all, jvm, js): jvm
Extension (none, kotlin 1.3): none
Code related feature
expect(path).notToBeExecutable()
//instead of
expect(path).feature { f(it::isExecutable) }.toEqual(false)
Following the things you need to do:
logic
extend PathAssertions with a function isNotExecutable (see PathAssertions as a guideline)
implement isNotReadable in DefaultPathAssertions.kt by