This page is no longer maintained — Please continue to the home page at www.scala-lang.org

A new version of Setak (a testing framework for Akka actors) has been released

No replies
samira_t
Joined: 2011-01-03,
User offline. Last seen 1 year 26 weeks ago.

Hi all,
I am pleased to inform you that I have released a new version of
Setak
that supports testing non-stable systems. Non-stable systems are the
systems in which the actors always have some messages to process,
i.e.
they don't terminate.
Please check this out for more details: http://mir.cs.illinois.edu/setak/

What is Setak?
Setak is a testing framework for Akka actor programs. Setak is
especially suited for test cases that find bugs related to non-
determinism. It allows programmers to specify the order of messages
during the execution of a test. Also it makes it easy to check test
assertions that require actors to be in a stable state, i.e., no
actor
is processing any message and no message can be processed (until new
messages are delivered) or after some messages are processed.
Regards,
Samira

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland