callObject
Asserts that the given callable does not throw an exception and returns the object returned by the callable.
Return
the object returned by the callable
Parameters
the callable to call
the context of the test
the supplier of the pre-comment
the return type of the callable
Asserts that the given callable does not throw an exception and returns the object returned by the callable.
Return
the object returned by the callable
Parameters
the callable to call
the return type of the callable
Asserts that the given callable does not throw an exception and returns the object returned by the callable.
Return
the object returned by the method
Parameters
the method to call
the instance to call the method on
the context of the test
the supplier of the pre-comment
the arguments to pass to the method
the return type of the method