Esempio n. 1
0
 public void Echo_SimpleTest()
 {
     myLambdas.Echo(Input: "Hello World!", Context: context);
     Assert.Contains("Hello World!", ((TestLambdaLogger)context.Logger).Buffer.ToString());
 }