public
Description: Development have been discontinued. The successor is the Akka Transactors Project: http://akkasource.org
Homepage: http://akkasource.org
Clone URL: git://github.com/jboner/scala-otp.git
scala-otp / component / testng.xml
100755 10 lines (8 sloc) 0.252 kb
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
 
<suite name="All Scala Component Tests" verbose="1">
  <test name="Component">
    <classes>
      <class name="scala.actors.component.ActiveObjectSuite" />
    </classes>
  </test>
</suite>