I have a method as below inside which there is an assertion:-
public void ValidateSomething(){ Assert.assertTrue(fluentWaitExists(ElementOnThePage)); } <