Пример #1
0
        public void TestIf()
        {
            Workshop          ws  = new Workshop();
            WorkshopGenerator wsg = new WorkshopGenerator();

            wsg.GenerateEmpoyees(ws);
            wsg.GenerateStock(ws);


            ws.HandInCarToShop(wsg.GenerateName(), wsg.GenerateManufacturers(), wsg.GenerateYear(), wsg.GenerateRandomLieciensePlate(), wsg.GenerateBrokenParts(ws));;

            Assert.Pass();
        }