Difference between revisions of "AutoTest Integration"

(Links: updated at_gui_interface_v0.43)
(Links: removing of obsolete links)
Line 34: Line 34:
 
* [http://n.ethz.ch/student/pboenhof/autotest/Philipp_Eiffel_Compilation_Scripts.zip batch scripts for EiffelStudio compilation modified by Philipp (who is not the author)] --[[User:Philipp|Philipp]]
 
* [http://n.ethz.ch/student/pboenhof/autotest/Philipp_Eiffel_Compilation_Scripts.zip batch scripts for EiffelStudio compilation modified by Philipp (who is not the author)] --[[User:Philipp|Philipp]]
 
* First interface of a class AUTO_TEST_PROJECT [http://n.ethz.ch/student/djuric/download/auto_test_project.e auto_test_project.e]
 
* First interface of a class AUTO_TEST_PROJECT [http://n.ethz.ch/student/djuric/download/auto_test_project.e auto_test_project.e]
* [http://n.ethz.ch/~pboenhof/autotest/autotest_demo_gui_v3_src.zip demo gui source code (version 0.3)] (compiling the according ace file should work, you can also open *.bpr with EiffelBuild)<br/> [http://n.ethz.ch/~pboenhof/autotest/autotest_demo_gui_v3_win32_binary.zip win32 binary distribution] for those without a running compiler<br/>--modified [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)
+
* demo gui source code (version 0.3) (new version below: at_gui_interface) (compiling the according ace file should work, you can also open *.bpr with EiffelBuild)<br/> [http://n.ethz.ch/~pboenhof/autotest/autotest_demo_gui_v3_win32_binary.zip win32 binary distribution] for those without a running compiler<br/>--modified [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)
 
* [http://n.ethz.ch/~pboenhof/autotest/ec_win32_with_autotest_demo.zip win32 ec binary] with rudimentary AutoTest dialog included in Tool menu; to start with the GUI do:<br/><code>cmd> ec -from_bench</code><br/> --added [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)
 
* [http://n.ethz.ch/~pboenhof/autotest/ec_win32_with_autotest_demo.zip win32 ec binary] with rudimentary AutoTest dialog included in Tool menu; to start with the GUI do:<br/><code>cmd> ec -from_bench</code><br/> --added [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)
 
* [http://n.ethz.ch/student/pboenhof/autotest/browsing_notes.pdf notes] from browsing the source code of EiffelStudio --[[User:Philipp|Philipp]]
 
* [http://n.ethz.ch/student/pboenhof/autotest/browsing_notes.pdf notes] from browsing the source code of EiffelStudio --[[User:Philipp|Philipp]]

Revision as of 04:31, 6 June 2006


Overview

Project name: AECCS (Advanced Eiffel Contract Checking System)

Project description: integration of AutoTest into EiffelStudio

Mailing list: es-autotest@origo.ethz.ch

Milestones

M1: April 25th 2006

  • project page has been set up
  • members are on the team list
  • organizing meetings

M2: May 2nd 2006

  • team divided in sub groups
  • divided the project in its components
  • we need to treat AutoTest as black box (unless the developper is able to cope with the problems with Eiffel 5.7)

To Do

  • create a logo
  • caller interface, output interface
  • interface to autotest

Hints for the work

  • Do the same thing in two groups simultaneously, probably one group has solved some problems faster than the other.

Links

Meetings

  • Thursday June 1th 13-14h (room IFW E 44) (?)

Protocols

The protocols and other links are mainly in german.

Team