elvyssoares

WeiboJsonExtractorTest - Original - Simplified

Jun 6th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. @Test
  2. public void test(){
  3.     // Test object instantiation
  4.  
  5.     assertTrue(testObject instanceof testClass);    
  6.     if (testObject instanceof testClass) {
  7.         // Assert some test object property
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment