public void SetUp()
 {
     _elementGroupSpy = new ElementGroupSpy();
     _parser          = new UseMaterialParser(_elementGroupSpy);
 }
 public void SetUp()
 {
     _elementGroupSpy = new ElementGroupSpy();
     _parser = new UseMaterialParser(_elementGroupSpy);
 }