(string suite, MessageLocalizerConverter localizer = null)
| 1504 | |
| 1505 | #if !PCL || NETSTANDARD1_3 |
| 1506 | public CommandSet(string suite, MessageLocalizerConverter localizer = null) |
| 1507 | : this(suite, Console.Out, Console.Error, localizer) { |
| 1508 | } |
| 1509 | #endif |
| 1510 | |
| 1511 | public CommandSet(string suite, TextWriter output, TextWriter error, MessageLocalizerConverter localizer = null) { |
nothing calls this directly
no outgoing calls
no test coverage detected