TeamControlium.Utilities 2.0.3

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TeamControlium.Utilities" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TeamControlium.Utilities --version 2.0.3
#r "nuget: TeamControlium.Utilities, 2.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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).

Full API documentation

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
2.0.8 504 7/20/2021
2.0.7 291 7/8/2021
2.0.6 415 7/5/2021
2.0.5 298 7/2/2021
2.0.4 563 7/1/2021
2.0.3 492 5/1/2020
2.0.2 1,124 4/7/2020
2.0.1 520 4/6/2020
2.0.0 489 4/6/2020
1.0.2 574 9/12/2019
1.0.1 1,237 2/8/2018
1.0.0 1,611 2/7/2018

When Repository methods GetXXXXXOrDefault are called, if default is used repository item is set to that value.  Allows Defaults to propergate