Example #1
0
 public void OneTimeTearDown()
 {
     _gmm.Dispose();
     _gmm = null;
 }
Example #2
0
 public void OneTimeSetUp()
 {
     _gmm = new GmmFiltering();
 }