TestThreadFactory

org.eso.ias.asce.test.TestThreadFactory
class TestThreadFactory() extends ThreadFactory

ThreadFactory for testing.

It keeps track of all the running threads to check if they terminated

Attributes

Graph
Supertypes
trait ThreadFactory
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

The total number of threads instantiated by this factory

The total number of threads instantiated by this factory

Attributes

def newThread(r: Runnable): Thread

Attributes

Returns

The number of alive threads