An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: mstest

dailydevops/extensions.test

Compatibility library for solutions using multiple .NET test frameworks.

Language: C# - Size: 817 KB - Last synced at: 28 minutes ago - Pushed at: about 2 hours ago - Stars: 0 - Forks: 0

microsoft/testfx

This repository holds the source code of Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, as well as MSTest adapter and framework.

Language: C# - Size: 41.4 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 887 - Forks: 275

fluentassertions/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, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.

Language: C# - Size: 35.4 MB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 3,804 - Forks: 720

LightBDD/LightBDD

BDD framework allowing to create easy to read and maintain tests.

Language: C# - Size: 16.4 MB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 410 - Forks: 46

bUnit-dev/bUnit

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.

Language: C# - Size: 7.49 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1,222 - Forks: 113

Accenture/Ocaramba

C# Framework to automate tests using Selenium WebDriver

Language: C# - Size: 68.4 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 279 - Forks: 133

fsprojects/FsUnit

FsUnit makes unit-testing with F# more enjoyable. It adds a special syntax to your favorite .NET testing framework.

Language: F# - Size: 71.8 MB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 439 - Forks: 77

javiertuya/visual-assert

Assertion methods that generate an html file with the differences highlighting the additions and deletions. Useful for comparing large strings or files. Available on Java and .NET.

Language: Java - Size: 243 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 4 - Forks: 0

Youssef1313/Combinatorial.MSTest

Adds combinatorial testing capability to MSTest tests

Language: C# - Size: 52.7 KB - Last synced at: about 17 hours ago - Pushed at: 17 days ago - Stars: 1 - Forks: 1

Aksellercan/FoodOutletRESTAPI

Food Outlet RESTAPI uses XAMPP database to store and manage data

Language: C# - Size: 101 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

fluentassertions/fluentassertions.analyzers

Analyzers based on the FluentAssertions best practices docs

Language: C# - Size: 1.37 MB - Last synced at: 25 days ago - Pushed at: 4 months ago - Stars: 133 - Forks: 22

hiimkimchi/CPSC-3200

Object Oriented Programming

Language: C++ - Size: 442 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

ts01soonr/unit-test

show an example of C# project with GitHub action automation pipeline, include EntityFrameware, Socket Application, Selenium, Mutation Testing

Language: C# - Size: 400 KB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 2 - Forks: 0

BurhanH/automaton-v29

Automation testing framework (UI) based on Selenium

Language: C# - Size: 25.4 KB - Last synced at: about 15 hours ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

BurhanH/automaton-v24

Automation testing framework (API)

Language: C# - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

BurhanH/automaton-v23

Automation testing framework (API)

Language: C# - Size: 36.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

javiertuya/selema

A multi-platform, multi-framework Selenium Test Lifecycle Manager on Java and .NET. Automates the WebDriver instantiation and configuration, providing an unified test log, clues for debugging and integration with CI platforms and Browser services

Language: Java - Size: 612 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 0

javiertuya/dotnet-test-split

Splits dotnet test trx files into separate junit xml files like those generated by maven surefire report plugin. The trx files can be generated from MSTest, NUnit or Xunit.

Language: C# - Size: 101 KB - Last synced at: 11 days ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 0

Avanade/UnitTestEx

UnitTestEx provides .NET testing extensions to the most popular testing frameworks (MSTest, NUnit and Xunit) specifically to improve the testing experience with ASP.NET controller, and Azure Function, execution including underlying HttpClientFactory mocking.

Language: C# - Size: 745 KB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 31 - Forks: 5

dotnet-campus/CUnit

CUnit is short for Contracted Unit Test which means you only specify the contracts of a method then you can get the unit test results of the contracts. (或者你也可以称 Chinese Unit Test)

Language: C# - Size: 707 KB - Last synced at: 13 days ago - Pushed at: almost 2 years ago - Stars: 44 - Forks: 7

AutomateThePlanet/Meissa

Cross-platform Distributed Test Runner. Executes tests in parallel, time balanced on multiple machines.

Language: C# - Size: 2.04 MB - Last synced at: 8 days ago - Pushed at: 8 months ago - Stars: 86 - Forks: 25

GivePenny/GherkinSpec

True .NET Standard Gherkin test adapter

Language: C# - Size: 495 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 2

obogoni/integration-tests-setup

A project presenting a strategy for setting up integration tests against SQL Server database using .NET in legacy systems.

Language: C# - Size: 29.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

ctrf-io/dotnet-ctrf-json-reporter

A MSTest, Nunit, XUnit JSON test results reporter that follows the CTRF schema

Language: C# - Size: 22.5 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 6 - Forks: 0

jenkinsci/dotnet-sdk-plugin

Jenkins plugin for using a .NET SDK (and its dotnet executable) as a global tool.

Language: Java - Size: 905 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 18 - Forks: 3

fjordBob/homeautomation

Service for capturing certain values fetched by sensors like temperature, humidity and switches. Values are written in a DB and can be used for visualization.

Language: C# - Size: 144 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

yasu-s/CoverageConverter

Visual Studio Coverage Converter

Language: C# - Size: 514 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 8 - Forks: 8

GHPReporter/Ghpr.Core

Easy-to-use .NET Html QA Reporting framework (Core repository)

Language: C# - Size: 6.45 MB - Last synced at: 12 days ago - Pushed at: about 2 years ago - Stars: 54 - Forks: 21

LeonBouquiet/DatabaseTestSetManager

Painlessly and quickly bring your test database into the correct state before each unit test.

Language: C# - Size: 51.8 KB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

abhinavminhas/qtest-mstest-parser

⚡ qTest parser for MSTest (.trx) test results ⚡

Language: JavaScript - Size: 631 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

PosInformatique/PosInformatique.FluentAssertions.Json

PosInformatique.FluentAssertions.Json is a library to assert JSON serialization using the FluentAssertion style coding.

Language: C# - Size: 154 KB - Last synced at: 20 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

romulodeoliveira/Aphrodite

API para facilitar o contato formal entre empresa e cliente

Language: C# - Size: 236 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

alanmacgowan/WebApplication

Sample Application for CI/CD using Jenkins

Language: C# - Size: 1.47 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 20

h4mu/GraphVisualization

Graph processing and visualization using Neo4j, QuickGraph, WCF, WebApi and Vis.js

Language: C# - Size: 449 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 2

DamianSubzda/WeddingPhotoApp

The WeddingPhotoApp is a client-server application built with ASP.NET Core and React, allowing users to upload, rotate, and caption photos for a public wedding gallery. It utilizes PostgreSQL with Entity Framework for data management, and the API is documented using Swagger.

Language: C# - Size: 11.5 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

CptWesley/AssertNet

AssertJ style fluent assertions for .NET Standard testing frameworks: xUnit, NUnit and MSTest and mocking framework Moq.

Language: C# - Size: 745 KB - Last synced at: 2 days ago - Pushed at: 5 months ago - Stars: 3 - Forks: 1

NightAngell/SignalR_UnitTestingSupport

Easy to use, small, SignalR Core unit testing support with NUnit, xUnit, MSTest and Moq. It`s also possibility to use it with custom testing engine. (Docs ready to use)

Language: C# - Size: 211 KB - Last synced at: 17 days ago - Pushed at: 6 months ago - Stars: 27 - Forks: 1

romulodeoliveira/PaymentContext

Language: C# - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

LambdaTest/MSTest-Selenium-Sample

Run test automation on cloud with MSTest and LambdaTest. This is a sample repo to help you execute NUnit framework based test scripts in parallel with LambdaTest automation testing cloud

Language: C# - Size: 7.76 MB - Last synced at: 6 days ago - Pushed at: about 3 years ago - Stars: 13 - Forks: 16

romulodeoliveira/AvoanteDigital

API para captura e gestão de Leads

Language: C# - Size: 121 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

adamTarasiewicz/CSharp-Selenium-DemoQA

Automated UI tests using C#, MSTest and Selenium.

Language: C# - Size: 81.1 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Corentin-cott/MSTest-Formation

[POUR APPRENTISSAGE] Ce dépôt contient une application console qui simule un jeu de type RPG. L'objectif de ce projet est d'apprendre à réaliser plusieurs types de tests (bout en bout, intégration, unitaires, etc.) avec le framework MSTest.

Language: C# - Size: 2.54 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ArxOne/BestTest 📦

A smart replacement to the old, decaying MStest :wink:

Language: C# - Size: 106 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

ivkovicstefan/lrn-csharp-unit-testing

A practical project done during the "C# Unit Testing" course created by Mosh Hamedani

Language: C# - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

dshe/MXLogger

A minimal Microsoft.Extensions.Logging provider for test frameworks such as xUnit, NUnit and MSTest.

Language: C# - Size: 137 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 5 - Forks: 0

wajid7511/unit_test_play_list

This repo will be used for Playlist which will be uploaded to my youtube channel https://www.youtube.com/@WajidKhanZeroDeveloper

Language: C# - Size: 24.4 KB - Last synced at: 21 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

samuel-oldra/TestesUnitarios-MSTest

🟣 Testes Unitários com Visual Studio

Language: C# - Size: 37.1 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 14 - Forks: 0

Bungalow64/DBConfirm

A C# testing framework to write and run tests for logic within SQL Server.

Language: C# - Size: 3.75 MB - Last synced at: 7 months ago - Pushed at: 10 months ago - Stars: 7 - Forks: 2

dhq-boiler/boilersE2E

Support your E2E testing

Language: C# - Size: 14.5 MB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

wajid7511/openai.chatgpt

Integration of OpenAI's ChatGPT with a Blazor Server .NET Core application, providing real-time AI-powered conversations through a clean, scalable architecture.

Language: C# - Size: 192 KB - Last synced at: 15 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

ClaudiuHBann/UniversalConverter

Universal Converter Website

Language: C# - Size: 911 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

pvlakshm/MSTestEx

MSTest V2 Test Framework Extensions

Language: C# - Size: 188 KB - Last synced at: 8 days ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 4

karogabriela/InterviewQuestions

This repository includes some common topics that are usually mentioned into technical interview questions.

Language: C# - Size: 19.5 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

aimenux/ParameterisedTestsDemo

Comparing the use of parameterized tests across various unit tests frameworks

Language: C# - Size: 17.6 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

ClaudiuHBann/Huppy_v2

Happy App Hub

Language: C# - Size: 1.36 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

stacenko-developer/UnitTests

Юнит тесты на C#

Language: C# - Size: 67.4 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

nicolaymh/Test_Mock

Ejemplo de uso de Moq en pruebas unitarias con .NET

Language: C# - Size: 10.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

johnt84/WordleBlazorApp

Simple Blazor clone of the popular Wordle game

Language: C# - Size: 334 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

sedyh/sharp-dungeon

Poguelike game based on pixel dungeon mechanics.

Language: C# - Size: 20.2 MB - Last synced at: 8 days ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

rohitsaraswat7865/Specflow_Selenium_CSharp

Specflow_Selenium_C#

Language: C# - Size: 173 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

managedcode/EnvironmentDetector

Library that provides a simple way to detect whether your code is running in a test environment or not. It currently supports detecting MSTest, NUnit, and xUnit test frameworks.

Language: C# - Size: 43.9 KB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 1

LopezMDidac/mstest-di

This project demonstrates how to use dependency injection in a test project with MSTest in 3 steps.

Language: C# - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

optimajet/workflow-schemes-testing

Automated testing of workflow schemes with testcontainers and mstest

Language: HTML - Size: 1.38 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

Andronovo-bit/WebApiCICDWorkFlow

A basic .NET Core Web API project showcasing basic CI/CD practices with GitHub Actions, Azure integration, MSTest, and code quality analysis.

Language: C# - Size: 26.4 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Deyson19/WebApi-Biblioteca

Servicio rest full api para sistema de préstamos en una biblioteca

Language: C# - Size: 110 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

pruggitorg/unit-test-frameworks-comparison

This project compares MS Test, NUnit, XUnit and Fluent frameworks. Using an example application, various test scenarios are run through and their implementation in the frameworks is shown.

Language: C# - Size: 43 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

dominikalk/BackpackingAPI

ASP.NET Core 8 Network-Based Backpacking API

Language: C# - Size: 245 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

mahmoudfarahat/Publishers-Books

Language: C# - Size: 43.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mdzzaman/Unit-Test-CSharp

Unit Test C#

Language: C# - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 5

eluckie/PierresBakeryRefactor.Solution

C# and .NET (classwork) - refactor old console project to practice building out more complex webpage applications using ASP.NET Core MVC format

Language: C# - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

dotnet-labs/ApiControllerIntegrationTests

Integration Tests for API Controllers using MSTest

Language: C# - Size: 188 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 9

RoninEngineer/ControllerUnitTests_Demo

MSTest Unit test of WebAPI controller example

Language: C# - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ramonaZmole/TestingWorkshop

Project to practice UI automation using selenium and api calls to setup tests

Language: C# - Size: 44.7 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 2

tuonghuynh11/FootBallManagerV2

An application to manage a football organization with testing app's API

Language: HTML - Size: 6.12 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

GHPReporter/Ghpr.Console

Console application to convert NUnit and MSTest test result files into Ghpr HTML Report

Language: C# - Size: 294 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 5

LukasRaider/Calculator

Three test - MS unit , Selenium, SpecFlow

Language: C# - Size: 19.5 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Jadhielv/unit-testing-with-dotnet-core

Unit testing C# with MSTest and .NET Core

Language: C# - Size: 1.11 MB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 15

QuickOrBeDead/Labo.DotnetTestResultParser

.Net Core Test Result Parser Global Tool for NUnit and XUnit

Language: C# - Size: 104 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

potlitel/Orders

Practical exercise of the following link : https://www.youtube.com/playlist?list=PLuEZQoW9bRnQhqXSzew7vCMt8kX_Ssjd8

Language: C# - Size: 229 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

KellysonRN/template-dotnet-labs

Templates created to quickly start new labs or PoCs.

Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rgm-org-public/TEST202310250936INNER

DESCRIPTION TEST202310250936INNER

Language: Shell - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ramonaZmole/Playwright

Playworght UI demo project with C# using pom pattern and MsTest setup to run in parallel

Language: C# - Size: 86.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

arnobpl/Q-Zone

This project contains a sample web application for online MCQ exam system.

Language: C# - Size: 85 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 2

jenkinsci/mstestrunner-plugin Fork of ido-ran/mstestrunner

MSTest Runner is Jenkins-CI plugin for running MSTest assemblies

Language: Java - Size: 79.1 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 21

Mikfri/BookLib

Obligatorisk opgave 1&2: I fagene Programmering og Teknologi - Efteråret 2023. .. mit foreløbige ´go-to´ setup for MSTest

Language: C# - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

markjsc/AutoMockHelper

Speed up your unit test writing by using this helper that leverages AutoMocker to automatically mock dependencies.

Language: C# - Size: 67.4 KB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

RobertoGemin/GeolocationWPF

This application is designed to save location data using IP addresses or domain names. It uses WPF, MVVM, SQLite, JSON, and MSTest.

Language: C# - Size: 46.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

GeoSGon/unit-test-domain-csharp

Teste de unidade com C# e MSTest

Language: C# - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

akamud/FakeItEasy.AutoFakeIt

A very simple, yet flexible, "AutoFaker" for FakeItEasy to easily auto generate classes with faked dependencies.

Language: C# - Size: 32.2 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 17 - Forks: 3

ERNI-Academy/poc-dotnet-moq-nsubstitute-fakeiteasy

Repository to show the use of the different Mocking frameworks

Language: PowerShell - Size: 35.2 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

pvlakshm/Samples

Sample code for various features

Language: C# - Size: 9.83 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 11 - Forks: 15

channeladam/ChannelAdam.TestFrameworks 📦

DEPRECATED - .NET libraries that provide handy functionality for writing automated tests and reading their output, using Moq and MSTest.

Language: C# - Size: 6.21 MB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

chloeloveall/PierresBakery.Solution

Epicodus: C# and .NET, Week 1: Test-Driven Development with C#

Language: C# - Size: 762 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

kuic-sena/testing

Proyecto de c# para testing

Language: C# - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

shanzm/UnitTesting

Unit Test with MSTest

Language: C# - Size: 617 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

Gabrielgsw/testes-backend-csharp

Repositório para estudos de testes de backend utilizando o XUnit e o MSTest na plataforma .NET.

Language: C# - Size: 1.69 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

DamirsCorner/20230616-dotnet-mstest-vs176

Sample project for 'Minimum MSTest versions for VS 17.6' blogpost

Language: C# - Size: 5.86 KB - Last synced at: 13 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

DamirsCorner/20230609-dotnet-mstest-deployment-dir

Sample project for 'Deployment directory change in MSTest v3' blogpost

Language: C# - Size: 5.86 KB - Last synced at: 20 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

applitools/example-selenium-csharp-mstest

Applitools Example: Selenium in C# with MSTest

Language: C# - Size: 26.4 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

kurnakovv/StoryHub

An app where people can share their stories (Asp Net Core)

Language: C# - Size: 4.88 MB - Last synced at: 11 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1