Example #1
0
 public void ReflectionFunctionsGetTest(string expression, object expected, string message) =>
 Assert.AreEqual(expected.ToString(), ReflectionFunctions.Get(expression).ToString(), message);
 public void CommonFunctionsGetOfExceptionTest()
 {
     ReflectionFunctions.Get(string.Empty);
 }