Guest User

Untitled

a guest
Jan 21st, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. See the problem here ??
  2.  
  3. try
  4. {
  5. portal.selectApplicationTab();
  6. Assert.fail( "Application tab should not be available" );
  7. }
  8. catch ( Throwable t )
  9. {
  10. // expected
  11. }
Add Comment
Please, Sign In to add comment