Package com.dyuproject.protostuff.runtime.CollectionTest

Examples of com.dyuproject.protostuff.runtime.CollectionTest.Task


   
    public void testTask() throws Exception
    {
        MappedSchema<Task> schema = getSchema(Task.class);
       
        Task task = CollectionTest.filledTask();
       
        roundTrip(task, schema, schema.getPipeSchema());
    }
View Full Code Here

TOP

Related Classes of com.dyuproject.protostuff.runtime.CollectionTest.Task

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.