Namespace: OpenEdge.ABLUnit.Writer
Type: Interface IResultsWriter
Parent Classes:
Inherits: Progress.Lang.Object


Copyright (c) 2020 by Progress Software Corporation. All rights reserved.
File:IResultsWriter
Purpose:Interface for writing ABLUnit test results
Author(s):pjudge
Created:2020-02-05



Method Summary
  Options Name Purpose
  WriteToFile (character, TestEntity) /* Writes the test results in the xml file @param character The XML file name. @param TestEntity The test to write (root) */
  LONGCHAR WriteToLongchar (TestEntity) /* Writes the test results to a longchar @param TestEntity The test to write (root) @param longchar The XML output, with a UTF-8 codepage */

Method Detail
Top

WriteToFile (character, TestEntity)

/* Writes the test results in the xml file
Parameters:
pXmlFileName CHARACTER
 
pTestEntity OpenEdge.ABLUnit.Model.TestEntity
 
Top

LONGCHAR WriteToLongchar (TestEntity)

/* Writes the test results to a longchar
Parameters:
pTestEntity OpenEdge.ABLUnit.Model.TestEntity
 
Returns LONGCHAR