public void tearDown()
 {
     instance = null;
 }
 public void setUp()
 {
     instance = new TypeFilter(ALL_OF, ANY_OF, NONE_OF);
 }