Exemple #1
0
 public void SetUp()
 {
     mSut = new RenderingClass();
 }
Exemple #2
0
 public void SetUp()
 {
     mSut = new RenderingClass(new ReadOnlyCollection <IProperty>(new List <IProperty>()));
 }