Searched refs:ProcessSource (Results 1 – 3 of 3) sorted by relevance
/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/ |
D | VerificationTests.cs | 26 ProcessSource(source); in ShouldProcessOneObject() 37 ProcessSource(source); in ShouldProcessLateAttach() 48 ProcessSource(source); in ShouldProcessWithoutTypeNameInFirstEntry() 59 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailIfTypeIsSpecifiedSecondTime() 68 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnEmptyEntry() 78 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnNotExistingType() 89 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnRegisteringNotIPeripheral() 101 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnStringMismatch() 112 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnNonWritableProperty() 123 var exception = Assert.Throws<ParsingException>(() => ProcessSource(source)); in ShouldFailOnNumericEnumMismatch() [all …]
|
D | MergeAndCreationTests.cs | 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() [all …]
|
D | UsingTests.cs | 31 ProcessSource(null, source, a); in ShouldFindVariableFromUsing() 45 var exception = Assert.Throws<ParsingException>(() => ProcessSource(null, source, a)); in ShouldNotFindLocalVariableFromUsing() 65 ProcessSource(null, source, a, b); in ShouldFindVariableFromNestedUsing() 79 ProcessSource(null, source, a); in ShouldAllowReverseVariableDependency() 93 ProcessSource(null, source, a); in ShouldFindPrefixedVariable() 114 ProcessSource(null, source, a, b); in ShouldFindNestedPrefixedVariable() 147 ProcessSource(machine, source, a, b, c); in ShouldFollowAttributeOverrideOrder0() 185 ProcessSource(machine, source, a, b, c); in ShouldFollowAttributeOverrideOrder1() 211 ProcessSource(machine, source, a, b); in ShouldFollowAttributeOverrideOrder2() 245 ProcessSource(machine, source, a, b, c); in ShouldFollowAttributeOverrideOrder3() [all …]
|