package org.aplikator.shared.rpc.marshaller; import org.aplikator.client.shared.rpc.marshaller.SuggestionsDTOMarshaller; import junit.framework.TestCase; public class SuggestionsDTOMarshallerTest extends TestCase { public void testMarshaller() { SuggestionsDTOMarshaller sgoMarshaller = new SuggestionsDTOMarshaller(); } }