153154155156157158159160161162163
expectPrivate(tested, "doObjectInternal", EasyMock .isA(CharSequence.class)); replay(tested); tested.doObjectStuff("hello"); verify(tested); } @Test