All Projects → sanneabhilash → Nunit_cshaprp_cheatsheet

sanneabhilash / Nunit_cshaprp_cheatsheet

Example implementations of each attribute available in Nunit2 unit Testing Framework using C# .NET.

Projects that are alternatives of or similar to Nunit cshaprp cheatsheet

unittest expander
A library that provides flexible and easy-to-use tools to parameterize Python unit tests, especially those based on unittest.TestCase.
Stars: ✭ 12 (-14.29%)
Mutual labels:  unit-testing, unittest, unit-test
TestIt
Generate unit testing boilerplate from kotlin files.
Stars: ✭ 32 (+128.57%)
Mutual labels:  unit-testing, unittest, unit-test
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (+921.43%)
Mutual labels:  unit-testing, unittest, unit-test
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (+42.86%)
Mutual labels:  unit-testing, unittest
pytest-spark
pytest plugin to run the tests with support of pyspark
Stars: ✭ 65 (+364.29%)
Mutual labels:  unittest, unit-test
ionic-workflow-guide
Create a full and powerful worflow with Ionic (Unit Testing, Environment variables, Automatic documentation, Production App Server, Automatic deployment)
Stars: ✭ 46 (+228.57%)
Mutual labels:  unit-testing, unit-test
VCore
VCore is a Swift collection containing objects, functions, and extensions that I use for my projects
Stars: ✭ 32 (+128.57%)
Mutual labels:  unittest, unit-test
specdris
A test framework for Idris
Stars: ✭ 55 (+292.86%)
Mutual labels:  unit-testing, unittest
tsioc
AOP, Ioc container, Boot framework, unit testing framework , activities workflow framework.
Stars: ✭ 15 (+7.14%)
Mutual labels:  unittest, unit-test
kgb
Python function spy support for unit tests
Stars: ✭ 46 (+228.57%)
Mutual labels:  unit-testing, unit-test
Cake
🍰 Cake (C# Make) is a cross platform build automation system.
Stars: ✭ 3,154 (+22428.57%)
Mutual labels:  unit-testing, nunit
Goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Stars: ✭ 2,943 (+20921.43%)
Mutual labels:  unit-testing, unit-test
Bunit
A testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can easily interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJSRuntime, and perform snapshot testing.
Stars: ✭ 415 (+2864.29%)
Mutual labels:  unit-testing, nunit
jest-puppe-shots
A Jest plugin for creating screenshots of React components with a little help of Puppeteer
Stars: ✭ 86 (+514.29%)
Mutual labels:  unit-testing, unittest
SqlInMemory
SqlInMemory is a library for creating SqlServer database on Memory instead of hard disk, at last Drops and Disposes database when you're done with it. This is useful for Integration Testing.
Stars: ✭ 24 (+71.43%)
Mutual labels:  unit-testing, unit-test
TcUnit-Runner
Program that makes it possible to automate runs of TcUnit unit tests
Stars: ✭ 23 (+64.29%)
Mutual labels:  unit-testing, unit-test
Nose2
The successor to nose, based on unittest2
Stars: ✭ 665 (+4650%)
Mutual labels:  unittest, unit-test
FakeItEasy.AutoFakeIt
A very simple, yet flexible, "AutoFaker" for FakeItEasy to easily auto generate classes with faked dependencies.
Stars: ✭ 15 (+7.14%)
Mutual labels:  unit-testing, nunit
goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Stars: ✭ 3,019 (+21464.29%)
Mutual labels:  unit-testing, unit-test
automock
A library for testing classes with auto mocking capabilities using jest-mock-extended
Stars: ✭ 26 (+85.71%)
Mutual labels:  unit-testing, unit-test

Nunit_CShaprp_CheatSheet

This Project aims to provide a quick working code reference guide C# Nunit Automation testing projects.

It has collection of most important attributes and assertions in Nunit along with comments on usage and best practices.

Bonus: A custom attribute to organize your tests cases in groups and run them in sequence or desired order without using any config files.

Hope it saves you the trouble of having to browse through various links in Google or go through the whole Nunit documentation.

Prerequisites:

  • Visual Studio 2012 or later versions installed
  • Nunit VS adapter installed
  • Knowledge on Unit Testing and Test Methods
  • Basic familiarity with Nunit

@Abhilash Sanne

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