parameterized-tests
There are 57 repositories under parameterized-tests topic.
google/TestParameterInjector
A simple yet powerful parameterized test runner for Java.
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
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
kirillparfenov/embedded_kafka
Пример интеграционного теста с @EmbeddedKafka
anicetkeric/junit5-parameterized-tests
Writing Parameterized Tests using JUnit 5
LukasRaider/Banking
Testing bank application junit testing and parameterized test
tharunerd/pytest_automation
A lightweight and modular test automation framework built using Pytest, designed for functional and regression testing of Python applications. This repository demonstrates the use of fixtures, parameterization, assertions, and test organization following best practices.