Exemple #1
0
 public void TestFixtureSetUp()
 {
     this._hash = new SHashtable();
     this._hash.Add("três", 3);
     this._hash.Add("um", 1);
     this._hash.Add("dois", 2);
 }
Exemple #2
0
 public void TestFixtureTearDown()
 {
     this._hash = null;
 }