NormalResult 
    An instance of NormalResult represents a call that resulted in no exception.
Parameters
<R>
the type of expected result
Functions
Link copied to clipboard
                  Asserts that the call resulted in a result of type 
type and returns the result.Link copied to clipboard
                  Asserts that the call resulted in n throwable of type 
type and returns the throwable.Asserts that the call resulted in a throwable of type 
type and returns the throwable.