C# Class Dev2.Data.Tests.BinaryDataList.DataListUtilTest

显示文件 Open project: Warewolf-ESB/Warewolf

Private Methods

Method Description
DataListUtil_AdjustForEncodingIssues_BOMRemoved ( ) : void
DataListUtil_AdjustForEncodingIssues_WithStringLengthOf3_SameDataAsPassedIn ( ) : void
DataListUtil_EndsWithClosingTags_VariableHasClosingTags_True ( ) : void
DataListUtil_EndsWithClosingTags_VariableHasNoClosingTags_False ( ) : void
DataListUtil_EndsWithClosingTags_VariableIsEmpty_False ( ) : void
DataListUtil_GetRecordsetIndexTypeRaw_IntParsesInt ( ) : void
DataListUtil_GetRecordsetIndexTypeRaw_StarNotationDoesNotParseInt ( ) : void
DataListUtil_IndexOfClosingTags_VariableHasClosingTags_Index ( ) : void
DataListUtil_IndexOfClosingTags_VariableHasNoClosingTags_NegativeOne ( ) : void
DataListUtil_IndexOfClosingTags_VariableIsEmpty_NegativeOne ( ) : void
DataListUtil_IsJson_WhenInvalidJsonString_ExpectFalse ( ) : void
DataListUtil_IsJson_WhenValidJsonStringWithExtraWhitespace_ExpectTrue ( ) : void
DataListUtil_IsJson_WhenValidJsonString_ExpectTrue ( ) : void
DataListUtil_IsRecordsetOpeningBrace_InputDoesnotStartsRecordsetOpeningBrace_False ( ) : void
DataListUtil_IsRecordsetOpeningBrace_InputStartsRecordsetOpeningBrace_True ( ) : void
DataListUtil_IsRecordsetOpeningBrace_VariableIsEmpty_False ( ) : void
DataListUtil_IsSystemTag_WhenDev2SystemPrefix_ExpectSystemTagDetected ( ) : void
DataListUtil_IsSystemTag_WhenNoPrefix_ExpectSystemTagDetected ( ) : void
DataListUtil_UnitTest_NotReplaceStarWithInvalidIndex ( ) : void
DataListUtil_UnitTest_ReplaceStarWithFixedIndex ( ) : void
DataListUtil_UpsertTokens_NullTarget_ThrowsArgumentNullException ( ) : void
DataListUtil_UpsertTokens_NullTokenizer_ClearsTarget ( ) : void
DataListUtil_UpsertTokens_ValidTokenizer_AddsDuplicatesToTarget ( ) : void
DataListUtil_UpsertTokens_ValidTokenizer_AddsPrefixToKey ( ) : void
DataListUtil_UpsertTokens_ValidTokenizer_AddsSuffixToKey ( ) : void
DataListUtil_UpsertTokens_ValidTokenizer_AddsToTarget ( ) : void
DataListUtil_UpsertTokens_ValidTokenizer_ClearsTargetFirst ( ) : void
DataListUtil_UpsertTokens_ValidTokenizer_RemoveEmptyEntriesIsFalse_AddsEmptyEntriesToTarget ( ) : void
DataListUtil_UpsertTokens_ValidTokenizer_RemoveEmptyEntriesIsTrue_RemovesEmptyEntriesFromTarget ( ) : void
DataListUtil_UpsertTokens_ValidTokenizer_StripsWhiteSpaces ( ) : void