Namespace: OpenEdge.ABLUnit.Writer
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
/* Writes the test results to a longchar




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


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15