Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Test
- public void test(){
- // Test object instantiation
- assertTrue(testObject instanceof testClass);
- if (testObject instanceof testClass) {
- // Assert some test object property
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment