Lines Matching refs:ProcessSource
35 ProcessSource(source); in ShouldUpdateRegistrationPoint()
49 ProcessSource(source); in ShouldCancelRegistration()
62 ProcessSource(source); in ShouldHandleRegistrationInReverseOrder()
73 ProcessSource(source); in ShouldHandleAlias()
90 ProcessSource(source); in ShouldUpdateProperty()
104 ProcessSource(source); in ShouldHandleEscapedOuoteInString()
119 ProcessSource(source); in ShouldHandleMultilineQuotedStringAsValue()
138 ProcessSource(source); in ShouldHandleMultipleMultilineQuotedStrings()
165 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnUnclosedMultipleMultilineQuotedStrings()
187 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnUnclosedMultilineQuotedStringBetweenQuotedStrings()
200 ProcessSource(source); in ShouldHandleEscapedMultilineStringQuoteInSingleLineQuotedString()
213 ProcessSource(source); in ShouldHandleMultipleEscapeCharsInMultilineString()
227 ProcessSource(source); in ShouldHandleMultilineQuotedStringInOneLine()
241 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnMultilineQuotedStringInUsing()
252 ProcessSource(source); in ShouldHandleEscapedQuoteInMultilineString()
265 ProcessSource(source); in ShouldHandleEscapedUnescapedSingleQuoteCharInMultilineString()
279 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnAnyStringAfterClosedMultilineString()
293 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnMultipleMultilineStringSignsInOneLine()
307 ProcessSource(source); in ShouldHandleMultipleEscapedMultilineStringSignsInOneLine()
320 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnUnclosedMultilineString()
335 ProcessSource(source); in ShouldHandleEscapedMultilineStringSignInNewLine()
349 ProcessSource(source); in ShouldHandleEscapedMultilineStringSignAtTheEndOfALine()
363 ProcessSource(source); in ShouldHandleMultipleBackslashesAsEscapingCharacters()
380 ProcessSource(source); in ShouldHandleNoneInProperty()
393 ProcessSource(source); in ShouldHandleEmptyNumericalValue()
406 ProcessSource(source); in ShouldHandleEmptyStringValue()
419 ProcessSource(source); in ShouldHandleEmptyEnumValue()
432 ProcessSource(source); in ShouldHandleEmptyRangeValue()
445 ProcessSource(source); in ShouldHandleEmptyObjectValue()
458 ProcessSource(source); in ShouldHandleEmptyBoolValue()
471 ProcessSource(source); in ShouldHandleEmptyReferenceAttribute()
483 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnEmptyKeywordAsType()
493 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnEmptyKeywordAsRegistrationDestination()
503 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnEmptyKeywordAsParameterName()
511 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnEmptyKeywordAsUsingParameter()
525 ProcessSource(source); in ShouldHandleNoneInCtorParam()
541 ProcessSource(source); in ShouldUpdateSingleInterrupt()
558 ProcessSource(source); in ShouldHandleManyMultiplexedMultiDestinationInterrupts()
585 ProcessSource(source); in ShouldCancelIrqConnection()
601 ProcessSource(source); in ShouldUpdateDefaultIrq()
627 ProcessSource(source, a); in ShouldUpdateMultiInterrupts()
667 ProcessSource(source); in ShouldCombineIfInterruptUsedSecondTimeInEntryAsDestination()
690 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnUsingAlreadyRegisteredPeripheralsName()
705 ProcessSource(source); in ShouldTakeAlreadyRegisteredPeripheralsAsVariables()
733 ProcessSource(source); in ShouldNotDetectCycleInPerCoreRegistration()
750 ProcessSource(source); in ShouldNotDetectCycleInSignalConnection()
766 ProcessSource(source); in ShouldReplaceInit()
784 ProcessSource(source); in ShouldAddInit()
796 ProcessSource(source); in ShouldUpdateSysbusInit()
818 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source, a)); in ShouldFailOnNotValidatedInit()
840 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFindCyclicDependency()
851 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFindCyclicReferenceToItself()
872 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source, a)); in ShouldFindCyclicReferenceBetweenFiles()
885 ProcessSource(source); in ShouldSetPropertyOfInlineObject()
899 ProcessSource(source); in ShouldRegisterPeripheralWithManyRegistrationPoints()
915 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnNonExistingReferenceInCtorAttribute()
926 ProcessSource(source); in ShouldProcessEntryDependantOnSysbus()
940 ProcessSource(source); in ShouldProcessEntryDependantOnSysbusWithUpdateEntry()
950 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldCatchExceptionOnEntryConstruction()
962 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldCatchExceptionOnObjectValueConstruction()
973 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldCatchExceptionOnPropertySetting()
986 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldCatchExceptionOnRegistration()
998 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldHandleNameConflict()
1013 ProcessSource(source); in ShouldProcessRepeatedRegistration()
1028 ProcessSource(source); in ShouldProcessValidEnum()
1041 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnInvalidEnum()
1052 ProcessSource(source); in ShouldProcessValidIntAsEnum()
1064 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnInvalidIntToEnumCast()
1076 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnInvalidIntToEnumWithAttributeCast()
1087 ProcessSource(source); in ShouldProcessCastOfAnyIntToEnumWithAttribute()
1100 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnAssignmentOfMachineTypeAttribute()
1111 Assert.DoesNotThrow(() => ProcessSource(source)); in ShouldNotFailOnAssignmentToAttributeWithMachineParameterNameThatIsNotMachine()
1121 Assert.DoesNotThrow(() => ProcessSource(source)); in ShouldAcceptPreviousRegistrationPoint()
1131 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldRejectPreviousIncompatibleRegistrationPoint()
1162 private void ProcessSource(params string[] sources) in ProcessSource() method in Antmicro.Renode.UnitTests.PlatformDescription.MergeAndCreationTests