On May 27, 2009, at 4:11 PM, John Gregg wrote:

What's a good strategy for testing WebKit code that calls out to the ChromeClient interface or some other abstract interface? I can't find anything obvious in the codebase-- is there any way to mock out those calls for unit tests?

Typically we add features to DumpRenderTree that use the public interfaces on the various platforms to test such things.

    -- Darin

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to