Changes between Version 12 and Version 13 of EFLWebKitTests
- Timestamp:
- May 5, 2014, 2:55:34 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified EFLWebKitTests
v12 v13 17 17 18 18 * The EFL WebKit provides a gtest environment and a fixture to help you writing your tests. The fixture will create a webview ready to use. 19 * The code bel low is a simplified example of how to test a getter of the ewk_foobarnicator API using the convenience loadUrlSync() method to load a page inline:19 * The code below is a simplified example of how to test a getter of the ewk_foobarnicator API using the convenience loadUrlSync() method to load a page inline: 20 20 21 21 {{{