Lines Matching refs:ParsingError

166             Assert.AreEqual(ParsingError.SyntaxError, exception.Error);  in ShouldFailOnUnclosedMultipleMultilineQuotedStrings()
188 Assert.AreEqual(ParsingError.SyntaxError, exception.Error); in ShouldFailOnUnclosedMultilineQuotedStringBetweenQuotedStrings()
242 Assert.AreEqual(ParsingError.SyntaxError, exception.Error); in ShouldFailOnMultilineQuotedStringInUsing()
280 Assert.AreEqual(ParsingError.SyntaxError, exception.Error); in ShouldFailOnAnyStringAfterClosedMultilineString()
294 Assert.AreEqual(ParsingError.SyntaxError, exception.Error); in ShouldFailOnMultipleMultilineStringSignsInOneLine()
321 Assert.AreEqual(ParsingError.SyntaxError, exception.Error); in ShouldFailOnUnclosedMultilineString()
484 Assert.AreEqual(ParsingError.SyntaxError, exception.Error); in ShouldFailOnEmptyKeywordAsType()
494 Assert.AreEqual(ParsingError.SyntaxError, exception.Error); in ShouldFailOnEmptyKeywordAsRegistrationDestination()
504 Assert.AreEqual(ParsingError.SyntaxError, exception.Error); in ShouldFailOnEmptyKeywordAsParameterName()
512 Assert.AreEqual(ParsingError.SyntaxError, exception.Error); in ShouldFailOnEmptyKeywordAsUsingParameter()
691 Assert.AreEqual(ParsingError.VariableAlreadyDeclared, exception.Error); in ShouldFailOnUsingAlreadyRegisteredPeripheralsName()
819 Assert.AreEqual(ParsingError.InitSectionValidationError, exception.Error); in ShouldFailOnNotValidatedInit()
841 Assert.AreEqual(ParsingError.CreationOrderCycle, exception.Error); in ShouldFindCyclicDependency()
852 Assert.AreEqual(ParsingError.CreationOrderCycle, exception.Error); in ShouldFindCyclicReferenceToItself()
873 Assert.AreEqual(ParsingError.CreationOrderCycle, exception.Error); in ShouldFindCyclicReferenceBetweenFiles()
916 Assert.AreEqual(ParsingError.MissingReference, exception.Error); in ShouldFailOnNonExistingReferenceInCtorAttribute()
951 Assert.AreEqual(ParsingError.ConstructionException, exception.Error); in ShouldCatchExceptionOnEntryConstruction()
963 Assert.AreEqual(ParsingError.ConstructionException, exception.Error); in ShouldCatchExceptionOnObjectValueConstruction()
974 Assert.AreEqual(ParsingError.PropertySettingException, exception.Error); in ShouldCatchExceptionOnPropertySetting()
987 Assert.AreEqual(ParsingError.RegistrationException, exception.Error); in ShouldCatchExceptionOnRegistration()
999 Assert.AreEqual(ParsingError.NameSettingException, exception.Error); in ShouldHandleNameConflict()
1042 Assert.AreEqual(ParsingError.NoCtor, exception.Error); in ShouldFailOnInvalidEnum()
1065 Assert.AreEqual(ParsingError.NoCtor, exception.Error); in ShouldFailOnInvalidIntToEnumCast()
1077 Assert.AreEqual(ParsingError.NoCtor, exception.Error); in ShouldFailOnInvalidIntToEnumWithAttributeCast()
1101 Assert.AreEqual(ParsingError.NoCtor, exception.Error); in ShouldFailOnAssignmentOfMachineTypeAttribute()
1132 Assert.AreEqual(ParsingError.NoCtorForRegistrationPoint, exception.Error); in ShouldRejectPreviousIncompatibleRegistrationPoint()