Ejemplo n.º 1
0
 void Method1(input1, input2)
 {
     // Do Something
     // using the same shared logger
     logger.Log("Log this info")
     // Do Something more
 }
Ejemplo n.º 2
0
 public LevenshteinMatrix(string input1, string input2, bool useHeristic = false) => CalculateLevenshteinDistance(input1, input2, useHeristic);
 Test.IfNot.Action.ThrowsException(() => files = new CoreDefaultResolver().Resolve(input1, input2, input3, input4), out Exception ex);