Lines Matching refs:RecoverableException
31 Assert.Throws<RecoverableException>(() => in ShouldThrowOnNonexistingFile()
41 Assert.Throws<RecoverableException>(() => in ShouldThrowOnEmptyFile()
50 Assert.Throws<RecoverableException>(() => in ShouldThrowOnInvalidXml()
59 Assert.Throws<RecoverableException>(() => in ShouldThrowOnInvalidSvd()
71 Assert.Throws<RecoverableException>(() => in ShouldThrowOnDeviceWithNoMandatoryFields()
83 Assert.Throws<RecoverableException>(() => in ShouldThrowOnDeviceWithNoPeripheralsTag()
96 Assert.Throws<RecoverableException>(() => in ShouldThrowOnDeviceWithNotEveryMandatoryField()
111 Assert.Throws<RecoverableException>(() => in ShouldThrowOnCpuWithoutEndianness()
129 Assert.Throws<RecoverableException>(() => in ShouldThrowOnPeripheralWithNotEveryMandatoryField()
145 Assert.Throws<RecoverableException>(() => in ShouldThrowOnClusterWithoutMandatoryFields()
173 Assert.Throws<RecoverableException>(() => in ShouldThrowOnRegisterWithNotEveryMandatoryField()
197 Assert.Throws<RecoverableException>(() => in ShouldThrowOnDeviceWithInvalidSize()
212 Assert.Throws<RecoverableException>(() => in ShouldThrowOnDeviceWithInvalidResetValue()
229 Assert.Throws<RecoverableException>(() => in ShouldThrowOnDeviceWithInvalidAccess()
244 Assert.Throws<RecoverableException>(() => in ShouldThrowOnCpuWithInvalidEndianness()
263 Assert.Throws<RecoverableException>(() => in ShouldThrowOnRegisterWithoutDeterminedSizeAndResetValue()
891 Assert.Throws<RecoverableException>(() => in ShouldThrowOnDerivingFromNonexistingRegister()