Home
last modified time | relevance | path

Searched refs:thrown (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
DUpdateConfigTest.java56 public final ExpectedException thrown = ExpectedException.none(); field in UpdateConfigTest
96 thrown.expect(RuntimeException.class); in getUpdatePackageFile_throwsErrorIfStreaming()
109 thrown.expect(RuntimeException.class); in getUpdatePackageFile_throwsErrorIfNotAFile()
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/util/
DPayloadSpecsTest.java62 public final ExpectedException thrown = ExpectedException.none(); field in PayloadSpecsTest
96 thrown.expect(IOException.class); in forNonStreaming_IOException()
DUpdateConfigsTest.java42 public final ExpectedException thrown = ExpectedException.none(); field in UpdateConfigsTest
DFileDownloaderTest.java47 public final ExpectedException thrown = ExpectedException.none(); field in FileDownloaderTest