public class TestAttributeTestContext<T extends TestAttribute>
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TestAttributeTestContext(T ta) |
| Modifier and Type | Method and Description |
|---|---|
T |
getAttribute() |
int |
getFailed() |
java.lang.String |
getName() |
int |
getOthers() |
int |
getPassed() |
java.util.List<Test> |
getTestList() |
void |
setTest(Test test) |
public TestAttributeTestContext(T ta)
Copyright © 2016. All Rights Reserved.