Searched refs:newMapStorage (Results 1 – 1 of 1) sorted by relevance
83 FlyweightMapStorage newMapStorage = new FlyweightMapStorage(); in testWriteAndReadExternal() local86 newMapStorage.readExternal(objectInputStream); in testWriteAndReadExternal()89 assertEquals(expected, newMapStorage.toString()); in testWriteAndReadExternal()99 FlyweightMapStorage newMapStorage = new FlyweightMapStorage(); in testReadExternalThrowsIOExceptionWithMalformedData() local101 newMapStorage.readExternal(objectInputStream); in testReadExternalThrowsIOExceptionWithMalformedData()