Exemplo n.º 1
0
 public void SetUp()
 {
     mSut = new RenderingClass();
 }
Exemplo n.º 2
0
 public void SetUp()
 {
     mSut = new RenderingClass(new ReadOnlyCollection <IProperty>(new List <IProperty>()));
 }