Initial import Selenium binding

This commit is contained in:
jvelilla
2013-04-12 09:16:52 -03:00
parent a547cbaeb1
commit 3d36c353fc
31 changed files with 2010 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
note
description: "Summary description for {SE_ERROR}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
SE_ERROR
create
make
feature -- Initialization
make (a_code : INTEGER_32; a_summary : STRING_32; a_detail : STRING_32)
do
code := a_code
summary := a_summary
detail := a_detail
end
feature -- Access
code : INTEGER_32
summary : STRING_32
detail : STRING_32
end