public void TestConstantExpressionObject1() { TestConstant( Object1.GetObject1(), "TestFiles\\Object1.xml"); }
public void TestConstantExpressionDeserializeObject1() { TestConstant( "TestFiles\\Object1.xml", Expression.Constant(Object1.GetObject1())); }