/**
  * Tests that an invocation on a simple SFSB method which doesn't have the @Remove on it,
  * *doesn't* result in the bean instance removal.
  */
 @Test
 public void testSimpleNonRemoveMethodOnSFSB() {
   sfsbWithRemoveMethods.doNothing();
   sfsbWithRemoveMethods.doNothing();
   sfsbWithRemoveMethods.doNothing();
 }