You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

Savonia.xUnit.Helpers

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Savonia.xUnit.Helpers

xUnit theory csv and json data providers and some helper classes for console app testing and string manipulation. Main intended usage is in automated assignment testing and evaluation.

0.4.6
nugetNuGet
Version published
Maintainers
1
Created
Source

Savonia.xUnit.Helpers

This package contains helper classes for xUnit tests mainly used to automatically evaluate and assess C# assignments.

Contains

  • CSV data provider attribute to read theory test cases from a CSV file.
  • JSON data provider attribute to read theory test cases from a JSON file.
  • Abstract base classes for Console App testing and source code reading.
  • Helper methods for string manipulation.
  • Helper methods for HTML and HtmlClient for UI testing.

CSV and JSON data providers reads environment variable named TEST_DATA_PREFIX and adds the prefix value to the provided test data filename before loading the data. This is used to run the tests with different data for assignment evaluation.

Keywords

FAQs

Package last updated on 03 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts