A subset of the TestCon project, ConAn builds on Roast to provide a testing framework for concurrent Java components. For more details on the TestCon project see http://www.itee.uq.edu.au/~testcon/


http://testcon.sourceforge.net





Separate each tag with a space.

Release Date:

2007-07-27

Topics:

License:

Ratings and Reviews

Be the first to post a text review of ConAn. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • conan 5.0 file released: conan5.0.zip

    Version 5.01 1. Added the #timeList command. Takes a list of call completion times. The syntax is "#timeList <var> n1 n2 n3 ...", where var is an optional variable name. If <var> is not provided, then "times" can be used as the list name. 2. Added #intList, #charList, #doubleList, #floatList, #longList, #shortList, #byteList, #StringList. The syntax is "#intList <var> el1 el2 el3 ...", where var is an optional variable name. If <var> is not provided, then "intList" can be used as the list name. Examples: #StringList "mary" "fred" "joe" // optional list name not provided #intList <ages> 23 27 17 #charList <myList> 'a' 'b' 'c' 3. Renamed auto-generated thread names from _Tn to _thr_n, where n is the thread number. 4. 2. Added #intArray, #charArray, #doubleArray, #floatArray, #longArray, #shortArray, #byteArray, #StringArray. Examples: #StringArray "mary" "fred" "joe" // optional list name not provided #intArray <ages> 23 27 17 #charArray <myList> 'a' 'b' 'c' 5. Added #option block. To be placed within a tick block and surrounding any number of #thread blocks.

    posted 836 days ago

  • File released: /conan/5.0/conan5.0.zip

    posted 836 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review