public GetPropertyInfoViaLinqTests() { _utility = InfoViaLinq <Person> .New(); }
public GetPropertyNameViaLinqTests() { _utility = new InfoViaLinq <Person>(); }
public GetAttributeViaLinqTests() { _utility = InfoViaLinq <Person> .New(); }