All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.yandex.bolts.collection.impl.EmptyCollectionTestSupport Maven / Gradle / Ivy

The newest version!
package ru.yandex.bolts.collection.impl;

import ru.yandex.bolts.collection.impl.test.SerializationUtils;

import junit.framework.TestCase;


public abstract class EmptyCollectionTestSupport extends TestCase {

    protected abstract Object emptyInstance();

    public void testSerialization() {
        assertSame(EmptyMap.INSTANCE, SerializationUtils.serializeDeserialize(EmptyMap.INSTANCE));
    }

} //~




© 2015 - 2024 Weber Informatics LLC | Privacy Policy