Skip to content

Tool to Extract Unit Tests from Test Assemblies and write them out to File

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT.txt
Notifications You must be signed in to change notification settings

dpisanu/TestExtractor

Repository files navigation

TestExtractor

A toolchain to extract Tests from Test Assemblies.

Introduction

This toolchain was born out of the necessity to exctract Tests from NUnit Test Assemblies and spread the Tests across a Load Balancing system for parallel and remote execution.

Current Test Framework Support

As of right now, the toolchain can only extract NUnit Tests from Assemblies. It uses two DLLs from "NUnit 2.6.3". -> nunit.core.interfaces.dll -> nunit.util.dll

About

Tool to Extract Unit Tests from Test Assemblies and write them out to File

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages