protected override void OnSetup() { var x = CheckerFactory; var checker = new SimpleChecker() as ICheckerCompare; pc = checker.Properties.First(); pce = new PropertyCheckExpression(pc); }
/// <summary> /// Create a new instance of the <see cref="PropertyCheckExpression" /> class. /// </summary> /// <param name="propertyCheck"></param> public PropertyCheckExpression(PropertyCheck propertyCheck) { this.propertyCheck = propertyCheck; }