Package test

Examples of test.Car


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

public class Save4jTest extends TestCase {
  public void testSave4j() {
    Car car = new Car();
   
    Save4j.save(car);
  }
View Full Code Here

TOP

Related Classes of test.Car

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.