C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeReTesting.Utilities.Output Class Reference

A series of generated messages and formatted strings for use in unit tests. More...

Classes

class  DoubleConverter
 A class to allow the conversion of doubles to string representations of their exact decimal values. The implementation aims for readability over efficiency. Credit: Jon Skeet (https://csharpindepth.com/Articles/General/FloatingPoint.aspx) More...
 

Static Public Member Functions

static string AutoFormat (object obj)
 Format a value as a string for output in a message.
 
static string RandomString (int minLength, int maxLength, Random randomGenerator=null)
 

Detailed Description

A series of generated messages and formatted strings for use in unit tests.

Definition at line 12 of file Output.cs.

Member Function Documentation

◆ AutoFormat()

static string AnalyzeReTesting.Utilities.Output.AutoFormat ( object  obj)
inlinestatic

Format a value as a string for output in a message.

Definition at line 16 of file Output.cs.

◆ RandomString()

static string AnalyzeReTesting.Utilities.Output.RandomString ( int  minLength,
int  maxLength,
Random  randomGenerator = null 
)
inlinestatic

Definition at line 39 of file Output.cs.


The documentation for this class was generated from the following file: