webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Static Public Member Functions | List of all members
WTR::TestInvocation Class Reference

#include <TestInvocation.h>

Inheritance diagram for WTR::TestInvocation:
WTR::UIScriptContextDelegate

Public Member Functions

 TestInvocation (WKURLRef, const TestOptions &)
 
 ~TestInvocation ()
 
WKURLRef url () const
 
bool urlContains (const char *) const
 
const TestOptionsoptions () const
 
void setIsPixelTest (const std::string &expectedPixelHash)
 
void setCustomTimeout (int duration)
 
void setDumpJSConsoleLogInStdErr (bool value)
 
double shortTimeout () const
 
void invoke ()
 
void didReceiveMessageFromInjectedBundle (WKStringRef messageName, WKTypeRef messageBody)
 
WKRetainPtr< WKTypeRefdidReceiveSynchronousMessageFromInjectedBundle (WKStringRef messageName, WKTypeRef messageBody)
 
void dumpWebProcessUnresponsiveness ()
 
void outputText (const WTF::String &)
 
void didBeginSwipe ()
 
void willEndSwipe ()
 
void didEndSwipe ()
 
void didRemoveSwipeSnapshot ()
 
void notifyDownloadDone ()
 

Static Public Member Functions

static void dumpWebProcessUnresponsiveness (const char *errorMessage)
 

Constructor & Destructor Documentation

◆ TestInvocation()

WTR::TestInvocation::TestInvocation ( WKURLRef  url,
const TestOptions options 
)
explicit

◆ ~TestInvocation()

WTR::TestInvocation::~TestInvocation ( )

Member Function Documentation

◆ didBeginSwipe()

void WTR::TestInvocation::didBeginSwipe ( )

◆ didEndSwipe()

void WTR::TestInvocation::didEndSwipe ( )

◆ didReceiveMessageFromInjectedBundle()

void WTR::TestInvocation::didReceiveMessageFromInjectedBundle ( WKStringRef  messageName,
WKTypeRef  messageBody 
)

◆ didReceiveSynchronousMessageFromInjectedBundle()

WKRetainPtr< WKTypeRef > WTR::TestInvocation::didReceiveSynchronousMessageFromInjectedBundle ( WKStringRef  messageName,
WKTypeRef  messageBody 
)

◆ didRemoveSwipeSnapshot()

void WTR::TestInvocation::didRemoveSwipeSnapshot ( )

◆ dumpWebProcessUnresponsiveness() [1/2]

void WTR::TestInvocation::dumpWebProcessUnresponsiveness ( )

◆ dumpWebProcessUnresponsiveness() [2/2]

void WTR::TestInvocation::dumpWebProcessUnresponsiveness ( const char *  errorMessage)
static

◆ invoke()

void WTR::TestInvocation::invoke ( )

◆ notifyDownloadDone()

void WTR::TestInvocation::notifyDownloadDone ( )

◆ options()

const TestOptions& WTR::TestInvocation::options ( ) const
inline

◆ outputText()

void WTR::TestInvocation::outputText ( const WTF::String text)

◆ setCustomTimeout()

void WTR::TestInvocation::setCustomTimeout ( int  duration)
inline

◆ setDumpJSConsoleLogInStdErr()

void WTR::TestInvocation::setDumpJSConsoleLogInStdErr ( bool  value)
inline

◆ setIsPixelTest()

void WTR::TestInvocation::setIsPixelTest ( const std::string expectedPixelHash)

◆ shortTimeout()

double WTR::TestInvocation::shortTimeout ( ) const

◆ url()

WKURLRef WTR::TestInvocation::url ( ) const

◆ urlContains()

bool WTR::TestInvocation::urlContains ( const char *  searchString) const

◆ willEndSwipe()

void WTR::TestInvocation::willEndSwipe ( )

The documentation for this class was generated from the following files: