C# Class Alphashack.Graphdat.Agent.SqlQueryHelperTests.Parser

Datei anzeigen Open project: alphashack/NET_graphdat

Public Methods

Method Description
Parser ( ) : Alphashack.Graphdat.Agent.SqlQueryHelper

Private Methods

Method Description
MatchesShouldReturnIndexWhenMatched ( ) : void
MatchesShouldReturnMinusOneWhenNotMatched ( ) : void
MatchingShouldReturnGroupWhenMatched ( ) : void
MatchingShouldReturnNullWhenGroupOutOfRange ( ) : void
MatchingShouldReturnNullWhenNotMatched ( ) : void
MatchingShouldReturnSubstringWhenMatched ( ) : void
RewriteShouldCollapeIn ( ) : void
RewriteShouldCollapeUnion ( ) : void
RewriteShouldCollapeValues ( ) : void
RewriteShouldGeneraliseUse ( ) : void
RewriteShouldRemoveMultipleLineComments ( ) : void
RewriteShouldRemoveSingleLineComments ( ) : void
RewriteShouldRemoveStoredProcedureArguments ( ) : void
RewriteShouldRemoveWhitespace ( ) : void
RewriteShouldReplaceMD5s ( ) : void
RewriteShouldReplaceNull ( ) : void
RewriteShouldReplaceNumbers ( ) : void
RewriteShouldReplaceQuotedStrings ( ) : void
SubstititeShouldReplaceSimpleMatches ( ) : void
SubstititeShouldReplaceSimpleMatchesAfterOffset ( ) : void
SubstititeShouldReplaceSimpleMatchesWithGroup ( ) : void
SubstititeShouldReplaceSimpleMatchesWithGroupWithPadding ( ) : void

Method Details

Parser() public method

public Parser ( ) : Alphashack.Graphdat.Agent.SqlQueryHelper
return Alphashack.Graphdat.Agent.SqlQueryHelper