mirror of
https://github.com/androidx/media.git
synced 2025-05-12 10:09:55 +08:00
Remove redundant default parameter in Parameter annotation
PiperOrigin-RevId: 318255509
This commit is contained in:
parent
efb4b1a5ff
commit
aaa7fd114e
@ -37,8 +37,7 @@ public final class AmrExtractorParameterizedTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void extractingNarrowBandSamples() throws Exception {
|
||||
|
@ -33,8 +33,7 @@ public class FlacExtractorTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void sample() throws Exception {
|
||||
|
@ -32,8 +32,7 @@ public final class FlvExtractorTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void sample() throws Exception {
|
||||
|
@ -32,8 +32,7 @@ public final class MatroskaExtractorTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void mkvSample() throws Exception {
|
||||
|
@ -33,8 +33,7 @@ public final class Mp3ExtractorTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void mp3SampleWithXingHeader() throws Exception {
|
||||
|
@ -37,8 +37,7 @@ public final class FragmentedMp4ExtractorTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void sample() throws Exception {
|
||||
|
@ -32,8 +32,7 @@ public final class Mp4ExtractorTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void mp4Sample() throws Exception {
|
||||
|
@ -36,8 +36,7 @@ public final class OggExtractorParameterizedTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void opus() throws Exception {
|
||||
|
@ -32,8 +32,7 @@ public final class Ac3ExtractorTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void ac3Sample() throws Exception {
|
||||
|
@ -32,8 +32,7 @@ public final class Ac4ExtractorTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void ac4Sample() throws Exception {
|
||||
|
@ -32,8 +32,7 @@ public final class AdtsExtractorTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void sample() throws Exception {
|
||||
|
@ -32,8 +32,7 @@ public final class PsExtractorTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void sampleWithH262AndMpegAudio() throws Exception {
|
||||
|
@ -52,8 +52,7 @@ public final class TsExtractorTest {
|
||||
return ExtractorAsserts.configs();
|
||||
}
|
||||
|
||||
@Parameter(0)
|
||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||
|
||||
@Test
|
||||
public void sampleWithH262AndMpegAudio() throws Exception {
|
||||
|
Loading…
x
Reference in New Issue
Block a user