Method AssertAnalyzesTo
AssertAnalyzesTo(Analyzer, String, String[], Int32[], Int32[], String[], Int32[])
Declaration
public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements)
Parameters
Type |
Name |
Description |
Analyzer |
a |
|
System.String |
input |
|
System.String[] |
output |
|
System.Int32[] |
startOffsets |
|
System.Int32[] |
endOffsets |
|
System.String[] |
types |
|
System.Int32[] |
posIncrements |
|
AssertAnalyzesTo(Analyzer, String, String[], Int32[], Int32[], String[], Int32[], Int32[])
Declaration
public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements, int[] posLengths)
Parameters
Type |
Name |
Description |
Analyzer |
a |
|
System.String |
input |
|
System.String[] |
output |
|
System.Int32[] |
startOffsets |
|
System.Int32[] |
endOffsets |
|
System.String[] |
types |
|
System.Int32[] |
posIncrements |
|
System.Int32[] |
posLengths |
|
AssertAnalyzesTo(Analyzer, String, String[], Int32[], Int32[], String[], Int32[], Int32[], Boolean)
Declaration
public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements, int[] posLengths, bool offsetsAreCorrect)
Parameters
Type |
Name |
Description |
Analyzer |
a |
|
System.String |
input |
|
System.String[] |
output |
|
System.Int32[] |
startOffsets |
|
System.Int32[] |
endOffsets |
|
System.String[] |
types |
|
System.Int32[] |
posIncrements |
|
System.Int32[] |
posLengths |
|
System.Boolean |
offsetsAreCorrect |
|
AssertAnalyzesTo(Analyzer, String, String[])
Declaration
public static void AssertAnalyzesTo(Analyzer a, string input, string[] output)
Parameters
Type |
Name |
Description |
Analyzer |
a |
|
System.String |
input |
|
System.String[] |
output |
|
AssertAnalyzesTo(Analyzer, String, String[], String[])
Declaration
public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, string[] types)
Parameters
Type |
Name |
Description |
Analyzer |
a |
|
System.String |
input |
|
System.String[] |
output |
|
System.String[] |
types |
|
AssertAnalyzesTo(Analyzer, String, String[], Int32[])
Declaration
public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] posIncrements)
Parameters
Type |
Name |
Description |
Analyzer |
a |
|
System.String |
input |
|
System.String[] |
output |
|
System.Int32[] |
posIncrements |
|
AssertAnalyzesTo(Analyzer, String, String[], Int32[], Int32[])
Declaration
public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] startOffsets, int[] endOffsets)
Parameters
Type |
Name |
Description |
Analyzer |
a |
|
System.String |
input |
|
System.String[] |
output |
|
System.Int32[] |
startOffsets |
|
System.Int32[] |
endOffsets |
|
AssertAnalyzesTo(Analyzer, String, String[], Int32[], Int32[], Int32[])
Declaration
public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] startOffsets, int[] endOffsets, int[] posIncrements)
Parameters
Type |
Name |
Description |
Analyzer |
a |
|
System.String |
input |
|
System.String[] |
output |
|
System.Int32[] |
startOffsets |
|
System.Int32[] |
endOffsets |
|
System.Int32[] |
posIncrements |
|