Skip to content

Commit

Permalink
Fix ExtractorAsserts Javadoc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 294184891
  • Loading branch information
kim-vde committed Feb 11, 2020
1 parent 7d19a85 commit 7c85ca0
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,8 @@ public static void assertOutput(
}

/**
* Asserts that {@code extractor} consumes {@code sampleFile} successfully and its output equals
* to a prerecorded output dump file with the name {@code sampleFile} + "{@value
* #DUMP_EXTENSION}". If {@code simulateUnknownLength} is true and {@code sampleFile} + "{@value
* #UNKNOWN_LENGTH_EXTENSION}" exists, it's preferred.
* Asserts that {@code extractor} consumes {@code data} successfully and that its output for
* various initial seek times and for a known and unknown length matches prerecorded dump files.
*
* @param extractor The {@link Extractor} to be tested.
* @param dumpFilesPrefix The dump files prefix appended to the dump files path.
Expand Down Expand Up @@ -295,7 +293,7 @@ private static void assertThrows(
}

/**
* Asserts {@code extractor} throws {@code expectedThrowable} while consuming {@code sampleFile}.
* Asserts {@code extractor} throws {@code expectedThrowable} while consuming {@code fileData}.
*
* @param extractor The {@link Extractor} to be tested.
* @param fileData Content of the input file.
Expand Down

0 comments on commit 7c85ca0

Please sign in to comment.