Search Results for

    Show / Hide Table of Contents

    Creating Engine Extensions

    The NUnit Test Engine uses a plugin architecture that allows users and third parties to add new functionality to the engine. The extensibility model defines a number of Extension Points to which Extensions may be added.

    There are currently four extension points:

    • Project Loaders
    • Result Writers
    • Framework Drivers
    • Event Listeners

    Extensions are generally created in their own assemblies, with some shared characteristics described in Writing Engine Extensions. They then need to be installed to the engine, which is covered in Installing Engine Extensions.

    • Edit this page
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0