Core library for HttpTestGen - A .NET source generator that converts .http files into C# test code. Contains the base functionality for parsing HTTP files and generating test code.
$ dotnet add package HttpTestGen.CoreCore library for HttpTestGen - A .NET source generator that converts .http files into C# test code.
This package contains the core functionality for parsing .http files and generating test code. It provides the base classes and interfaces used by the framework-specific generators.
.http files with support for all HTTP methodsITestGenerator: Interface for test generatorsTestGenerator: Base test generator implementationHttpFileParser: Parser for .http filesHttpFileRequest: Represents an HTTP request from a .http fileHttpFileAssertions: Handles response assertionsThis package is typically not used directly. Instead, use one of the framework-specific generators:
HttpTestGen.XunitGenerator for xUnit testsHttpTestGen.TUnitGenerator for TUnit testsThis project is licensed under the MIT License.