Lines Matching refs:ToString
27 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEmptyFile()
39 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseUsingEntry()
51 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseSimpleEntry()
64 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithSimpleRegistrationInfo()
79 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithRangeRegistrationPoint()
94 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithStringRegistrationPoint()
110 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithManyRegistrationPoints()
131 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithOneAttribute()
152 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithTwoAttributes()
171 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithAllAttributes()
193 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithSimpleIrqEntries()
214 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithSimpleMultiplexedIrqEntries()
243 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithMultiplexedMultiIrqEntries()
281 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithMultiIrqEntries()
306 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithLocalIrqReceiver()
325 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseInitAttributeWithOneLine()
342 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseInitAttributeWithMoreLines()
359 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseInitAttributeWithSemicolonInQuotes()
376 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseObjectValue()
397 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseTwoEntries()
410 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseLocalAndNonLocalEntry()
425 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldHandlePrefixedUsing()
460 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseExample()
473 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseTwoShortEntries()
487 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseUsingAndEntry()
506 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseBool()
526 var result = Grammar.Description(GetInputFromString(source.ToString())); in ShouldParseWithMixedLineEndings()
527 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseWithMixedLineEndings()
538 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseStringWithEscapedBackslashes()