Example #1
0
 /// <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;
 }
Example #2
0
 /// <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;
 }