package facade import "testing" func TestCarFacade_CreateCompleteCar(t *testing.T) { facade := CarFacade{} facade.CreateCompleteCar() }