Include a new TS sample, with ait, dsm-cc, eit

parent 46e342bf
No preview for this file type
......@@ -54,6 +54,11 @@ public final class TsExtractorTest {
}
@Test
public void testAitSample() throws Exception {
ExtractorAsserts.assertBehavior(TsExtractor::new, "ts/ait.ts");
}
@Test
public void testStreamWithJunkData() throws Exception {
Random random = new Random(0);
byte[] fileData =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment