Home Manual Reference Source Test Repository

Test

Description Identifier Count

should return an empty array for an empty storage

-

should return the list of keys for a non-empty storage

-

should return zero for an empty storage

-

should return the number of entries for a non-empty storage

-

should trigger an event when a value is added

-

should trigger an event when a value is updated

-

should trigger an event when a value is removed

-

should trigger an event when the storage is cleared

-

should return a done iterator if storage is empty

-

should return a value iterator if storage is not empty

-

should remove all storage entries

-

should properly get the storage entries

-

should properly get the deserialized storage entries

-

should throw an error if the value can't be deserialized

-

should return false if the specified key is not contained

-

should return true if the specified key is contained

-

should properly remote the storage entries

-

should properly set the storage entries

-

should properly serialize and set the storage entries

-