C# Class Loyc.Syntax.Les.Les3PrinterTests

Exibir arquivo Open project: qwertie/ecsharp

Public Methods

Method Description
PrettyPrinterAttributes ( ) : void

Protected Methods

Method Description
Test ( Mode mode, int parseErrors, string expected ) : MessageHolder

Private Methods

Method Description
AddEnumPairs ( Type type, List list ) : List
DoPrinterTest ( LNode input ) : void
EvilComments ( ) : void
GetHtmlCodeTable ( ) : List
MiscibilityErrors ( ) : void
PrettyPrinter ( ) : void
PrinterSpecificCustomLiterals ( ) : void
TestPrettyPrint ( string pretty, LNode node, bool addPreCode = false, bool rawTest = true, bool htmlTest = true ) : void

Method Details

PrettyPrinterAttributes() public method

public PrettyPrinterAttributes ( ) : void
return void

Test() protected method

protected Test ( Mode mode, int parseErrors, string expected ) : MessageHolder
mode Mode
parseErrors int
expected string
return MessageHolder