test_cluster
is an S4 class for representing data cache for running simulations.
Despite the name, this class does not represent a series of tests and is not related to a series of tests. That is, test length is not stored in this class.
This class is only kept for backwards compatibility.
nt
the number of test
objects in this cluster.
tests
the list containing test
objects.
names
test ID strings for each test
object.