Adds an informative text line to the report
Namespace:
TestArchitect.Harness.Core
Assembly:
TestArchitect.Harness.Bundle.Core (in TestArchitect.Harness.Bundle.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static int Info(
string message
)
Public Shared Function Info (
message As String
) As Integer
public:
static int Info(
String^ message
)
static member Info :
message : string -> int
Parameters
- message
- Type: SystemString
Text to be printed in the report
Return Value
Type:
Int32See Also