Easy Test 1.0

EasyTest shows all the public types and members of an assembly and allows you to call methods. All the necessary parameters can be set using string-representation and even more than one value can be specified for a certain parameter. This allows the execution of a complete testing sequence.

 

Author: Christian Zeilinger (ch.zeilinger@gmx.at)

Download executable, source code and test application as zip-file.

View source-code here.

 

Here is an screenshot which explains the basic functionality:

 

Further interesting points:

                    namespaces     

        namespaces (= subnamespaces)

                interfaces

                   (see classes)

                classes

                   bases and implmented interfaces

         interfaces

         classes (=subclasses)

         enum definitions

         constructors

                   methods

                   properties

         fields

                   events    

         notifier-types

 

     public static DataSet Parse(string str)

This method is detected via reflection. Standard-types like “Int32” or “String” have such a method, but also user-types can be used as parameters if they define a “Parsing”-method.