All Projects → xunit → Xunit.analyzers

xunit / Xunit.analyzers

Licence: other
Roslyn analyzers for xUnit.net (please open issues in https://github.com/xunit/xunit)

Projects that are alternatives of or similar to Xunit.analyzers

Sequelize Test Helpers
A collection of utilities to help with unit-testing Sequelize models
Stars: ✭ 83 (-18.63%)
Mutual labels:  unit-testing
Bitsofbytes
Code and projects from my blog posts.
Stars: ✭ 89 (-12.75%)
Mutual labels:  unit-testing
Expose
A Dynamic Symbolic Execution (DSE) engine for JavaScript. ExpoSE is highly scalable, compatible with recent JavaScript standards, and supports symbolic modelling of strings and regular expressions.
Stars: ✭ 94 (-7.84%)
Mutual labels:  unit-testing
Jasmine Marbles
Marble testing helpers for RxJS and Jasmine
Stars: ✭ 85 (-16.67%)
Mutual labels:  unit-testing
Rubberduck
Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
Stars: ✭ 1,287 (+1161.76%)
Mutual labels:  unit-testing
Phpunit Json Assert
PHPUnit assertions for JSON documents
Stars: ✭ 90 (-11.76%)
Mutual labels:  unit-testing
Semaphore Ng2 Webpack
Stars: ✭ 81 (-20.59%)
Mutual labels:  unit-testing
Airtap
Run TAP unit tests in 1789+ browsers.
Stars: ✭ 1,364 (+1237.25%)
Mutual labels:  unit-testing
Netdumbster
netDumbster is a .Net Fake SMTP Server clone of the popular Dumbster
Stars: ✭ 88 (-13.73%)
Mutual labels:  unit-testing
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (-7.84%)
Mutual labels:  unit-testing
Autoparams
Arbitrary test data generator for parameterized tests in Java inspired by AutoFixture.
Stars: ✭ 77 (-24.51%)
Mutual labels:  unit-testing
Testing Workshop
A workshop for learning how to test JavaScript applications
Stars: ✭ 1,276 (+1150.98%)
Mutual labels:  unit-testing
React Redux Starter Kit
Modular starter kit for React+Redux+React Router projects.
Stars: ✭ 92 (-9.8%)
Mutual labels:  unit-testing
Android Mvp Architecture
MVP + Kotlin + Retrofit2 + Dagger2 + Coroutines + Anko + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Stars: ✭ 82 (-19.61%)
Mutual labels:  unit-testing
Cuckoo
Boilerplate-free mocking framework for Swift!
Stars: ✭ 1,344 (+1217.65%)
Mutual labels:  unit-testing
Sample Code Movies
This repository contains sample code. Its purpose being, to quickly demonstrate Android and software development in general, clean code, best practices, testing and all those other must know goodies.
Stars: ✭ 81 (-20.59%)
Mutual labels:  unit-testing
Saul
Experimental annotation-based javascript unit tests 🚀
Stars: ✭ 90 (-11.76%)
Mutual labels:  unit-testing
Unit Threaded
Advanced unit test framework for D
Stars: ✭ 100 (-1.96%)
Mutual labels:  unit-testing
Js Unit Testing Guide
📙 A guide to unit testing in Javascript
Stars: ✭ 1,346 (+1219.61%)
Mutual labels:  unit-testing
Vue Test
🏁 DEPRECATED: Component testing for Vue.js
Stars: ✭ 92 (-9.8%)
Mutual labels:  unit-testing

About the project

Build Status NuGet Package NuGet Downloads MyGet Preview Package

This project contains source code analysis and cleanup rules for xUnit.net.

Requirements: xUnit.net v2.0+ and Visual Studio 2015 Update 2 or later.

Documentation: a list of supported rules is available at https://xunit.net/xunit.analyzers/rules/

Bugs and issues: please visit the core xUnit.net project issue tracker.

Building: see BUILDING.md.

How to install

How to uninstall

If you installed xUnit.net 2.3.0 or higher and do not wish to use the analyzers package, replace the package reference to xunit with the corresponding versions of xunit.core and xunit.assert

Analysis and Code Fix in Action

Analyzer in action animation

About xUnit.net

xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin. It is part of the .NET Foundation, and operates under their code of conduct. It is licensed under Apache 2 (an OSI approved license).

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].