AUnit.Reporter

More...

Entities

Tagged types

Reporter

Dispatching subprograms

Report
Set_File

Description

Reporter [source]

38 type Reporter is abstract tagged private;

Inherited by GNATtest_Reporter, XML_Reporter, JUnit_Reporter, Text_Reporter

Report [source]

44 procedure Report
45 (Engine : Reporter;
46 R : in out Result'Class;
47 Options : AUnit_Options := Default_Options) is abstract;

This procedure is called by AUnit.Run to report the result after running the whole testsuite (or the selected subset of tests).

Engine of type AUnit.Reporter.Reporter
R of type AUnit.Test_Results.Result
Options of type AUnit.Options.AUnit_Options

Set_File [source]

40 procedure Set_File
41 (Engine : in out Reporter;
42 Value : AUnit.IO.File_Access);
Engine of type AUnit.Reporter.Reporter
Value of type AUnit.IO.File_Access