Skip to content

Commit 566c46a

Browse files
Added test class for ShellCommand.java
1 parent f9dcccf commit 566c46a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package com.github.hiteshsondhi88.libffmpeg;
2+
3+
public class ShellCommandTest extends CommonTestCase {
4+
5+
public void testRun() throws Exception {
6+
// TODO
7+
}
8+
9+
public void testRunWaitFor() throws Exception {
10+
// TODO
11+
}
12+
}

0 commit comments

Comments
 (0)