C# Class Newtonsoft.Json.Tests.JsonValidatingReaderTests

Inheritance: Newtonsoft.Json.Tests.TestFixtureBase
Show file Open project: JamesNK/Newtonsoft.Json

Private Methods

Method Description
ArrayCountGreaterThanMaximumItems ( ) : void
ArrayCountLessThanMinimumItems ( ) : void
BigIntegerDivisibleBy_Failure ( ) : void
BigIntegerDivisibleBy_Fraction ( ) : void
BigIntegerDivisibleBy_FractionWithZeroValue ( ) : void
BigIntegerDivisibleBy_Success ( ) : void
BooleanNotInEnum ( ) : void
CheckInnerReader ( ) : void
DisableAdditionalProperties ( ) : void
DuplicateErrorsTest ( ) : void
ExtendedComplex ( ) : void
ExtendsDisallowAdditionProperties ( ) : void
ExtendsMissingRequiredProperties ( ) : void
ExtendsStringGreaterThanMaximumLength ( ) : void
FloatDivisibleBy ( ) : void
FloatGreaterThanMaximumValue ( ) : void
FloatIsNotInEnum ( ) : void
FloatLessThanMinimumValue ( ) : void
GetExtendedSchema ( ) : JsonSchema
IntValidForNumber ( ) : void
IntegerGreaterThanMaximumValue ( ) : void
IntegerGreaterThanMaximumValue_BigInteger ( ) : void
IntegerIsNotInEnum ( ) : void
IntegerLessThanMaximumValue_BigInteger ( ) : void
IntegerLessThanMinimumValue ( ) : void
InvalidDataType ( ) : void
MissingNonRequiredProperties ( ) : void
MissingRequiredProperties ( ) : void
NoAdditionalItems ( ) : void
NullNotInEnum ( ) : void
PatternPropertiesNoAdditionalProperties ( ) : void
ReadAsBytes ( ) : void
ReadAsDecimal ( ) : void
ReadAsDecimalFailure ( ) : void
ReadAsInt32 ( ) : void
ReadAsInt32Failure ( ) : void
ReadAsInt32FromSerializer ( ) : void
ReadAsInt32InArray ( ) : void
ReadAsInt32InArrayIncomplete ( ) : void
StringDisallowed ( ) : void
StringDoesNotMatchPattern ( ) : void
StringGreaterThanMaximumLength ( ) : void
StringIsNotInEnum ( ) : void
StringLessThanMinimumLength ( ) : void
ThrowExceptionWhenNoValidationEventHandler ( ) : void
ValidateTypes ( ) : void
ValidateUnrestrictedArray ( ) : void