Selenium Java - Page Object Model
You have a test class that consumes a page object with a method
getUserName() returning a String. You want to assert that the username is not empty after login. Which assertion is best to use in the test class?