Package com.save4j

Source Code of com.save4j.Save4jTest

package com.save4j;

import junit.framework.TestCase;
import test.Car;

public class Save4jTest extends TestCase {
  public void testSave4j() {
    Car car = new Car();
   
    Save4j.save(car);
  }
}
TOP

Related Classes of com.save4j.Save4jTest

TOP
Copyright © 2018 www.massapi.com. 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.