public void TearDown() { cf = null; server = null; konzola = null; m = null; mytuplefactory = null; queueFactory = null; pfc = null; client = null; }
public void TestSetup() { cf = new ClientFactory(); server = new Serverr(cf, null); konzola = new Konzola(); m = new Metode(server, konzola); mytuplefactory = new MyTupleFactory(); queueFactory = new QueueFactory(); pfc = new Pomocne_funkcijeCreate(mytuplefactory, queueFactory); client = new Clientt("Klijent"); }