A series of generated messages and formatted strings for use in unit tests.  
 More...
 | 
| 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) | 
|   | 
A series of generated messages and formatted strings for use in unit tests. 
Definition at line 12 of file Output.cs.
 
◆ 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   | 
  
 
 
The documentation for this class was generated from the following file: