WebViewAssertions.ResultDescriber

public interface WebViewAssertions.ResultDescriber<E>


Converts a result to a String.

Parameters
<E>

The type of the result.

Summary

Public methods

abstract String
apply(E input)

Public methods

apply

abstract String apply(E input)