C# Класс Clojure.Tests.LibTests.PersistentArrayMapTests

Наследование: NUnit.Framework.AssertionHelper
Показать файл Открыть проект

Приватные методы

Метод Описание
AssocAddsOnNewKey ( ) : void
AssocExFailsOnExistingKey ( ) : void
AssocExModifiesOnNewKey ( ) : void
AssocModifiesOnExistingKey ( ) : void
AssociativeDotAssocWorks ( ) : void
ConsOnDictionaryEntryAddsNew ( ) : void
ConsOnDictionaryEntryReplacesExisting ( ) : void
ConsOnIMapEntryAddsNew ( ) : void
ConsOnIMapEntryReplacesExisting ( ) : void
ConsOnIPVAddsNew ( ) : void
ConsOnIPVReplacesExisting ( ) : void
ConsOnIPersistentMapAddsOrReplacesMany ( ) : void
ConsOnKeyValuePairAddsNew ( ) : void
ConsOnKeyValuePairReplacesExisting ( ) : void
ConsOnNon2IPVFails ( ) : void
ContainsKeyNotConfusedByValue ( ) : void
ContainsKeyOnExistingKeyIsTrue ( ) : void
ContainsKeyOnMissingKeyIsFalse ( ) : void
CountOnEmptyReturns0 ( ) : void
CountOnNonEmptyReturnsCount ( ) : void
CreateOnDictionaryReturnsMap ( ) : void
CreateOnEmptyDictionaryReturnsEmptyMap ( ) : void
EmptyReturnsEmpty ( ) : void
EntryAtReturnsEntryforKey ( ) : void
EntryAtReturnsNullOnMissingKey ( ) : void
EqualsOnDictionaryWIthDifferntValueReturnsFalse ( ) : void
EqualsOnDictionaryWithExtraValueReturnsFalse ( ) : void
EqualsOnSimilarDictionaryReturnsTrue ( ) : void
HashCodeBasedOnValue ( ) : void
ICollection_CopyTo_Copies ( ) : void
ICollection_Count_returns_count_of_items ( ) : void
ICollection_IsSynchronized_is_true ( ) : void
ICollection_SyncRoot_fails ( ) : void
IDictionary_Add_fails ( ) : void
IDictionary_Clear_fails ( ) : void
IDictionary_Contains_does_not_find_existing_key ( ) : void
IDictionary_Contains_finds_existing_key ( ) : void
IDictionary_GetEnumerator_returns_an_enumerator ( ) : void
IDictionary_IsFixedSize_is_true ( ) : void
IDictionary_IsReadOnly_is_true ( ) : void
IDictionary_Keys_creates_key_collection ( ) : void
IDictionary_Remove_fails ( ) : void
IDictionary_Values_creates_value_collection ( ) : void
IDictionary_index_acts_like_valAt ( ) : void
InvokeOn1ArgDoesValAt1 ( ) : void
InvokeOn2ArgsDoesValAt2 ( ) : void
SeqOnEmptyReturnNull ( ) : void
SeqOnNonEmptyIterates ( ) : void
ValAt1ReturnsNullOnMissingKey ( ) : void
ValAt1ReturnsValueforKey ( ) : void
ValAt2ReturnsDefaultOnMissingKey ( ) : void
ValAt2ReturnsValueforKey ( ) : void
WithoutOnExistingKeyRemovesKey ( ) : void
WithoutOnMissingKeyIsIdentity ( ) : void