Guest User

Untitled

a guest
Jul 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @InjectMocks
  2. private ChatBotInteractionHelper interactHelper;
  3.  
  4. static{
  5.  
  6. MockRepository.addSuppressStaticInitializer("a.b.c.ChatBotInteractionHelper");
  7.  
  8. }
  9.  
  10. @Test
  11. public void test(){
  12. // do something
  13. }
  14.  
  15. @ObjectFactory public IObjectFactory getObjectFactory() {
  16. return new org.powermock.modules.testng.PowerMockObjectFactory();
  17. }
Add Comment
Please, Sign In to add comment