public class UniqueGenerator
extends java.lang.Object
Constructor and Description |
---|
UniqueGenerator() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
generate(junit.framework.TestCase theTestCase)
Generates a unique identifier for a Cactus test.
|
static java.lang.String |
generate(junit.framework.TestCase theTestCase,
long theTime)
Generates a unique identifier for a Cactus test.
|
public static java.lang.String generate(junit.framework.TestCase theTestCase)
theTestCase
- The Test to generate a unique ID forpublic static java.lang.String generate(junit.framework.TestCase theTestCase, long theTime)
theTestCase
- The Test to generate a unique ID fortheTime
- The time component to include in the generated IDCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.