C# Class Taps.TAPParser

Mostrar archivo Open project: tnwinc/TAP.Net Class Usage Examples

Public Properties

Property Type Description
Exit int

Public Methods

Method Description
End ( ) : void
EndTotal ( ) : void
Match ( Regex re, string s ) : string[]
ParseLine ( string line ) : void
Plan ( int n ) : void
ShowSubtotals ( ) : void
ShowTotals ( List paths ) : void
UpdateExit ( int exit ) : void
UpdateTotals ( ) : void

Private Methods

Method Description
TAPParser ( ) : System

Method Details

End() public method

public End ( ) : void
return void

EndTotal() static public method

static public EndTotal ( ) : void
return void

Match() public method

public Match ( Regex re, string s ) : string[]
re System.Text.RegularExpressions.Regex
s string
return string[]

ParseLine() public method

public ParseLine ( string line ) : void
line string
return void

Plan() public method

public Plan ( int n ) : void
n int
return void

ShowSubtotals() public method

public ShowSubtotals ( ) : void
return void

ShowTotals() static public method

static public ShowTotals ( List paths ) : void
paths List
return void

UpdateExit() public static method

public static UpdateExit ( int exit ) : void
exit int
return void

UpdateTotals() public method

public UpdateTotals ( ) : void
return void

Property Details

Exit static_oe public_oe property

static public int Exit
return int