public class Test extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Test.Priority
Priority types
|
static class |
Test.TestType
Result types
|
| Constructor and Description |
|---|
Test()
default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
get the description
|
Test.Priority |
getPriority()
get the priority
|
Integer |
getTestNumber()
get the test number
|
Object |
getTestResult()
get the result object
|
Test.TestType |
getType()
get the testType
|
void |
setDescription(String description)
set the description
|
void |
setPriority(Test.Priority priority)
set the priority
|
void |
setTestNumber(Integer testNumber)
set the test number
|
void |
setTestResult(Object testResult)
set the result object
|
void |
setType(Test.TestType type)
set the test type
|
String |
toString()
to string
|
public Object getTestResult()
public void setTestResult(Object testResult)
testResult - the result objectpublic Test.TestType getType()
public void setType(Test.TestType type)
type - the test typepublic Test.Priority getPriority()
public void setPriority(Test.Priority priority)
priority - the prioritypublic Integer getTestNumber()
public void setTestNumber(Integer testNumber)
testNumber - the test numberpublic String getDescription()
public void setDescription(String description)
description - the descriptionCopyright © 2016. All Rights Reserved.