I am trying to mock a method which is used during execution of a parent method by:
Mockito.when(sisSQL.getDocumentAsString(Mockito.any(java.sql.Clob.class))).then