Skip to content

Commit

Permalink
Version 2.0.0 - Major update all files. NOT backwards compatible (EG.…
Browse files Browse the repository at this point in the history
… Even Logger has been renamed to Log).
  • Loading branch information
Mat Walker committed Mar 24, 2020
1 parent 98de5a8 commit d92b915
Show file tree
Hide file tree
Showing 190 changed files with 6,215 additions and 3,637 deletions.
14 changes: 0 additions & 14 deletions App.config

This file was deleted.

348 changes: 0 additions & 348 deletions Detokenizer.cs

This file was deleted.

11 changes: 11 additions & 0 deletions Documentation/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
##
## We only want the .shfbproj file, .png and .aml files
##
##

# Ignore everything

# But not these...
!*.shfbproj
!*.png
!*.aml
23 changes: 23 additions & 0 deletions Documentation/Content/Welcome.aml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<topic id="9467656b-fe91-445f-b442-bef71966f452" revisionNumber="1">
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
<introduction>
<para>The TeamControlium test Utilities is a standalone collection of automated-test framework utilities designed to assist .NET Core based automated-test frameworks.</para>
<para>Tool and testing phase (IE. Unit, Functional regression, systems etc...) agnostic, the utilities are designed to assist any type of automation-framework.</para>
<para>Originally built by Test Automation Engineers as part of an Automation PoC project in 2014-2015, the utilities library has evolved into the multi-facited general-use library it is today. Ported into both Java and (partially) UFT the library continues to evolve and embody the latest test automation technologies. The TeamControlium Controlium library is dependent on this Utilities library, however the Utilities library can be used standalone if the Controlium library is not used.</para>
</introduction>

<section>
<title>Utilities library members</title>
<content>
<para>The Utilities library consists of a number of member classes made available to consumers:</para>

<list class="bullet">
<listItem>
<para>Log - Provides test logging functionality to enable test/framework information and debug level logging. Log output is to Console as default but can be directed to delegated consumer for custom output (IE. HTML/XML wrapping, file output etc...).</para>
</listItem>
</list>
</content>
</section>
</developerConceptualDocument>
</topic>
101 changes: 101 additions & 0 deletions Documentation/Documentation.shfbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- The configuration and platform will be used to determine which assemblies to include from solution and
project documentation sources -->
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>24cce119-e46f-4577-b518-55cb69152b9f</ProjectGuid>
<SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
<AssemblyName>Documentation</AssemblyName>
<RootNamespace>Documentation</RootNamespace>
<Name>Documentation</Name>
<!-- SHFB properties -->
<FrameworkVersion>Cross-platform (.NET Core/.NET Standard)</FrameworkVersion>
<OutputPath>..\Docs\</OutputPath>
<HtmlHelpName>Documentation</HtmlHelpName>
<Language>en-US</Language>
<TransformComponentArguments>
<Argument Key="logoFile" Value="Help.png" xmlns="" />
<Argument Key="logoHeight" Value="" xmlns="" />
<Argument Key="logoWidth" Value="" xmlns="" />
<Argument Key="logoAltText" Value="" xmlns="" />
<Argument Key="logoPlacement" Value="left" xmlns="" />
<Argument Key="logoAlignment" Value="left" xmlns="" />
<Argument Key="maxVersionParts" Value="" xmlns="" />
</TransformComponentArguments>
<DocumentationSources>
<DocumentationSource sourceFile="..\Utilities.net\Utilities.net.csproj" xmlns="" />
</DocumentationSources>
<HelpFileFormat>Website</HelpFileFormat>
<SyntaxFilters>C#</SyntaxFilters>
<PresentationStyle>VS2013</PresentationStyle>
<CleanIntermediates>True</CleanIntermediates>
<KeepLogFile>False</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<IndentHtml>False</IndentHtml>
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<WarnOnMissingSourceContext>False</WarnOnMissingSourceContext>
<WorkingPath>Working\</WorkingPath>
<HelpTitle>TeamControlium - Utilities library</HelpTitle>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
<NamingMethod>Guid</NamingMethod>
<ContentPlacement>BelowNamespaces</ContentPlacement>
<RootNamespaceContainer>False</RootNamespaceContainer>
<NamespaceGrouping>False</NamespaceGrouping>
<MaximumGroupParts>2</MaximumGroupParts>
<Preliminary>True</Preliminary>
<CopyrightHref>https://github.com/TeamControlium/Utilities.net/blob/master/LICENSE.txt</CopyrightHref>
<CopyrightText>&amp;#169%3b MIT License</CopyrightText>
<SdkLinkTarget>Blank</SdkLinkTarget>
<MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose</MissingTags>
<NewProperty1>Hello arrse</NewProperty1>
<RootNamespaceTitle>
</RootNamespaceTitle>
<FeedbackEMailAddress>info%40teamcontrolium.com</FeedbackEMailAddress>
<FeedbackEMailLinkText>TeamControlium</FeedbackEMailLinkText>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
the build. The others are optional common platform types that may appear. -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
</PropertyGroup>
<ItemGroup>
<Folder Include="Content" />
<Folder Include="icons" />
<Folder Include="media" />
</ItemGroup>
<ItemGroup>
<None Include="Content\Welcome.aml" />
</ItemGroup>
<ItemGroup>
<Content Include="icons\Help.png" />
</ItemGroup>
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
<!-- The pre-build and post-build event properties must appear *after* the targets file import in order to be
evaluated correctly. -->
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
</Project>
Binary file added Documentation/icons/Help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
128 changes: 0 additions & 128 deletions General.cs

This file was deleted.

Loading

0 comments on commit d92b915

Please sign in to comment.