@Documented @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Inherited public @interface PerTestUnitTestData
Modifier and Type | Required Element and Description |
---|---|
UnitTestData[] |
value |
Modifier and Type | Optional Element and Description |
---|---|
UnitTestData[] |
tearDown |
public abstract UnitTestData[] value
public abstract UnitTestData[] tearDown
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.