parameterized-tests
There are 60 repositories under parameterized-tests topic.
google/TestParameterInjector
A simple yet powerful parameterized test runner for Java.
AutoParams/AutoParams
AutoParams is a versatile test data generator designed for parameterized tests in Java and Kotlin.
joshka/junit-json-params
JUnit 5 JSON Parameterized Tests library
YusukeHosonuma/SwiftParamTest
Parameterized test for Swift
BenWoodworth/Parameterize
Kotlin syntax for clean parameterized code
JeffFaer/junit5-extensions
Personal repository for JUnit 5 extensions
foresterre/yare
🛶 Lean parametrized testing library for Rust
muriloalvesdev/thehero-backend
Este projeto foi desenvolvido com o intuito de ajudar ONGs que cuidam de animais. Projeto desativado temporariamente.
avraampiperidis/parameterizednunit
Parameterized test example in .NET core using NUnit
paucls/jasmine-parameterized
Parameterized unit tests for Jasmine
TomerAberbach/pava
🚀 Parameterized tests for ava!
cameroncooke/SwiftParameterizedTesting
A Swift library for generating and running parameterized run-time tests
sergio-sastre/Multiplying_the_quality_of_unit_tests
An Android project in Jetpack Compose to showcase how to level up our unit tests step by step with parameterized tests, property-based test & stateful tests
sergueik/junit-dataproviders
Ports TestNG Excel and ODT data providers to JUnitParams and core Junit Parameterized test runner
azu/parameterized-table-template
Tag function for Parameterized testing with Markdown table.
jparams/jparams-junit4
Parameterized JUnit Tests
xRoulanDx/jasmine-paratest
Parametrize your `it` assertions.
hpgrahsl/junit5-paramtests-json
simple Json(File)Source provider with object param mapping
lazyparams/lazyparams
Parameterization solution that enables a regular JUnit test to make itself parameterized by introducing parameters in midair during the test execution
mstapaj/TestowanieAutomatyczne_Projekt_I
Project of a school diary where you can add, edit, delete students, subjects, grades, remarks, with the ability to import/export the data to a CSV file.
mstapaj/TestowanieAutomatyczne_Projekt_II
Project of online store where you can add, delete, edit customers, items and orders. In the project the connection to the database is replaced by mocks.
oneteme/junit-addons
JUnit Addons
tkrop/go-testing
An opinionated framework for writing effective unit and component tests.
glippi/berlin-clock
:de: :clock1: Berlin Clock kata
HenryJobst/bowling-py
Implementation of the bowling kata in python
slowli/test-casing
Parameterized Rust tests with procedural code generation
ashwiniraokarai/selenium-e-commerce-testing
From unstructured to fully organized tests for the Luma shopping store, covering a wide variety of strategies
ashwiniraokarai/selenium-todo-app-testing
Structured tests for the todomvc app: Built on Page Object Model right off the bat, and Strategy Design Pattern
DhineshSDET/Selenium_NunitTestFW
Repository covers Selenium Testing using C# Nunit Test FW Methods
DunnAnDusted/test_gen
A comprehensive function-like macro, for concisely defining parameterised tests.
JohannesFKnauf/regex-tdd-parameterized-spock-example
Regular Expressions TDD using Spock Data-Driven Tests from a Groovy Script
kemlo77/excel-reader
A simple example of test in JUnit5 using @MethodSource to supply with testdata from an Excel-file.
Omer-l/Travelling-Salesman-Problem
Algorithms : Genetic • Dijkstra's • Heuristic Nearest Neighbours • Breadth First Search • Permutation • Convex Hull Insertion. **Includes JUnit Tests
dwmedeirosDev/areas142
Funções para calcular áreas, testes de unidades, DDT com valores no script e lendo um arquivo CSV // Lista 06 - Teste de unidade
dwmedeirosDev/areas142-scanner
Estrutura de calculos de áreas recebendo valores Scanner e testes unitários