/// <summary> /// Constructor. /// </summary> /// <param name="native">The native structure that holds data.</param> public TestStepResult(NativeTestStepResult native, IStringResolver stringResolver) { this.native = native; this.stringResolver = stringResolver; }