Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7c85ca08
authored
Feb 10, 2020
by
kimvde
Committed by
kim-vde
Feb 11, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix ExtractorAsserts Javadoc
PiperOrigin-RevId: 294184891
parent
7d19a85c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
testutils/src/main/java/com/google/android/exoplayer2/testutil/ExtractorAsserts.java
testutils/src/main/java/com/google/android/exoplayer2/testutil/ExtractorAsserts.java
View file @
7c85ca08
...
@@ -170,10 +170,8 @@ public final class ExtractorAsserts {
...
@@ -170,10 +170,8 @@ public final class ExtractorAsserts {
}
}
/**
/**
* Asserts that {@code extractor} consumes {@code sampleFile} successfully and its output equals
* Asserts that {@code extractor} consumes {@code data} successfully and that its output for
* to a prerecorded output dump file with the name {@code sampleFile} + "{@value
* various initial seek times and for a known and unknown length matches prerecorded dump files.
* #DUMP_EXTENSION}". If {@code simulateUnknownLength} is true and {@code sampleFile} + "{@value
* #UNKNOWN_LENGTH_EXTENSION}" exists, it's preferred.
*
*
* @param extractor The {@link Extractor} to be tested.
* @param extractor The {@link Extractor} to be tested.
* @param dumpFilesPrefix The dump files prefix appended to the dump files path.
* @param dumpFilesPrefix The dump files prefix appended to the dump files path.
...
@@ -295,7 +293,7 @@ public final class ExtractorAsserts {
...
@@ -295,7 +293,7 @@ public final class ExtractorAsserts {
}
}
/**
/**
* 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 extractor The {@link Extractor} to be tested.
* @param fileData Content of the input file.
* @param fileData Content of the input file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment