Difference between revisions of "Eweasel Integration"

m (Main ideas and main classes)
m (Main ideas and main classes)
Line 6: Line 6:
 
== Main ideas and main classes ==
 
== Main ideas and main classes ==
  
The main idea is using normal Eiffel classes to replace orignal Eweasel testing control file and Eweasel testing catalog file. It means, in 6.3, we will write Eweasel testing control/catalog files in normal Eiffel classes instead of writting the eweasel instructions in plain text files.
+
The main idea is using normal Eiffel classes to replace orignal Eweasel testing control/catalog files. It means, in 6.3, we will write Eweasel testing control/catalog files in normal Eiffel classes instead of writting the eweasel instructions in plain text files.
  
 
== Testing control file converter ==
 
== Testing control file converter ==

Revision as of 22:56, 11 September 2008

Warning.png Warning: This page is under development.

This page describes how eweasel integrated in Eiffel Studio 6.3

Main ideas and main classes

The main idea is using normal Eiffel classes to replace orignal Eweasel testing control/catalog files. It means, in 6.3, we will write Eweasel testing control/catalog files in normal Eiffel classes instead of writting the eweasel instructions in plain text files.

Testing control file converter