Home | History | Annotate | Download | only in shadows

Lines Matching defs:IOException

24 import java.io.IOException;
120 public void testPrepare() throws IOException {
135 public void testSetDataSourceString() throws IOException {
143 public void testSetDataSourceUri() throws IOException {
156 public void testSetDataSourceFD() throws IOException {
1306 } catch (IOException ioe) {
1310 Assertions.fail("setDataSource() should assert with non-IOException,non-RuntimeException");
1317 ShadowMediaPlayer.addException(toDataSource("dummy"), new IOException());
1320 Assertions.fail("Expecting IOException to be thrown");
1321 } catch (IOException eThrown) {
1323 Assertions.fail(eThrown + " was thrown, expecting IOException");
1400 IOException e = new IOException();
1407 } catch (IOException e2) {
1434 } catch (IOException e2) {
1456 IOException e = new IOException("some dummy message");