Commit dedd6f3e authored by Gaetan's avatar Gaetan

Test class Vehicle() --> fonction getPrice OK

parent f8dc6d0f
package tests; package garage;
import garage.vehicle.Vehicle;
import garage.vehicle.part.option.Aircon;
import garage.vehicle.part.option.GPS;
import garage.vehicle.part.option.Option;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;
import vehicle.*;
import vehicle.part.option.*;
import java.util.LinkedList; import java.util.LinkedList;
import java.util.List; import java.util.List;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment