Beispiel #1
0
 public override string ToString()
 {
     return(EnumerableUtils.ToObjectString(new string[]
     {
         $"{nameof(ClassName)}: {ClassName}",
         $"{nameof(Tags)}: {Tags}",
         $"{nameof(FailFast)}: {FailFast}",
         $"{nameof(FormatterName)}: {FormatterName}",
         $"{nameof(FormatterOptions)}: {DictionaryUtils.ToArrayString(FormatterOptions)}",
         $"{nameof(DebugChannel)}: {DebugChannel}",
         $"{nameof(DebugTests)}: {EnumerableUtils.ToArrayString(DebugTests)}",
     }, true));
 }