Created new classes to represent a web driver.
Added Examples, clean code
This commit is contained in:
27
library/test/selenium/examples/application.e
Normal file
27
library/test/selenium/examples/application.e
Normal file
@@ -0,0 +1,27 @@
|
||||
note
|
||||
description : "project application root class"
|
||||
date : "$Date$"
|
||||
revision : "$Revision$"
|
||||
|
||||
class
|
||||
APPLICATION
|
||||
|
||||
inherit
|
||||
ARGUMENTS
|
||||
|
||||
create
|
||||
make
|
||||
|
||||
feature {NONE} -- Initialization
|
||||
|
||||
make
|
||||
-- Run application.
|
||||
do
|
||||
execute_example1
|
||||
end
|
||||
|
||||
execute_example1
|
||||
do
|
||||
(create {EXAMPLE_1}).test
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user