Map Spec
This commit is contained in:
parent
3a0e1810a0
commit
3d6c1f2e2d
1 changed files with 6 additions and 1 deletions
|
|
@ -141,11 +141,16 @@ trait MapStorageBackendTest extends Spec with ShouldMatchers with BeforeAndAfter
|
|||
//implement if this method will be used
|
||||
}
|
||||
|
||||
|
||||
it("should return Some(null), not None, for a key that has had the value null set?") {
|
||||
|
||||
}
|
||||
|
||||
it("should not throw an exception when size is called on a non existent map?") {
|
||||
storage.getMapStorageSizeFor("nonExistent") should be(0)
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue