private static class FailingAssertionCommentWriter.Match
extends java.lang.Object
Pattern.| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
group
The substring that matched the group.
|
(package private) java.lang.String |
line
The line that matched the pattern.
|
| Constructor and Description |
|---|
Match(java.lang.String line,
java.lang.String group)
Creates a
FailingAssertionCommentWriter.Match record with the given line and group. |
final java.lang.String line
final java.lang.String group
Match(java.lang.String line,
java.lang.String group)
FailingAssertionCommentWriter.Match record with the given line and group.line - the matched linegroup - the matched group substring