TeamControlium.Utilities
2.0.3
See the version list below for details.
dotnet add package TeamControlium.Utilities --version 2.0.3
NuGet\Install-Package TeamControlium.Utilities -Version 2.0.3
<PackageReference Include="TeamControlium.Utilities" Version="2.0.3" />
paket add TeamControlium.Utilities --version 2.0.3
#r "nuget: TeamControlium.Utilities, 2.0.3"
// Install TeamControlium.Utilities as a Cake Addin #addin nuget:?package=TeamControlium.Utilities&version=2.0.3 // Install TeamControlium.Utilities as a Cake Tool #tool nuget:?package=TeamControlium.Utilities&version=2.0.3
TeamControlium - Utilities .NET Library
Library providing a suite of test automation oriented utilities.
Main Areas
Detokeniser
Resolves tokens (enclosed in {}) within strings. Tokens can be for random data, dates, date-offests, financial year dates etc...
General
General set of assistance methods; such as Cleaning strings for use in filenames, extracting text from HTML, determining if a string value is resolved to boolean true or false tc...
Log
Provides full logging capabilities. Current open-source Logging projects (Log4Net, nLog etc) are either too specific, too heavyweight or too complex. So TeamControlium include a simple, lightweight and threadsafe logging system tailored for automated testing projects.
Repository
Thread safe and aware test data and settings storage system, used by TeamControlium components, for test-wide storage/recall of data used within tests. Data can be made available to all threads of a multi-threaded test suite or to just the local thread etc...
TestArguments
For use where tests or test suites have data passed from command-line. Stores and makes easily available arguments passed using the commandline.
Getting Started
Library is available on NuGet (TeamControlium.Utilities).
Examples
To be written
Dependencies
.Net Core 3.1
Unit tests
Library uses Specflow/MSTest for it's unit tests and must always run to pass before merging to develop branch.
Coding Style
Vanilla Stylecop is used for policing of coding style with zero violations allowed.
Built With
- Visual Studio Community 2019 with Sandcastle for online usage documentation
Contributing
Contact TeamControlium contributors for possible contributions
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Mat Walker - Initial work and maintenance - v-mwalk
- Mike Burns - Maintenance and work on original Utilities project - maddogmikeb
See also the list of people who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.txt file for details
Acknowledgments
- Selenium Contributors
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- HtmlAgilityPack (>= 1.11.23)
- System.Diagnostics.EventLog (>= 4.7.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on TeamControlium.Utilities:
Package | Downloads |
---|---|
TeamControlium.Controlium
Software test automation framework for Selenium using a Control based mapping approach to enable test engineers to build readable, highly extensible and sustainable automation test suites. |
|
TeamControlium.NonGUI
Test-oriented HTTP & TCP API allowing interaction (and testing of) HTTP based Non-GUI endpoints such as Webservices and RESTful services etc. |
|
TeamControlium.HTTPNonUI
HTTPNonUI helpers primarily for use within the Team Controlium suite and associated frameworks |
|
TeamControlium.Database
Database interfacing helpers primarily for use within the Team Controlium suite and associated frameworks |
GitHub repositories
This package is not used by any popular GitHub repositories.
When Repository methods GetXXXXXOrDefault are called, if default is used repository item is set to that value. Allows Defaults to propergate