public class Specification extends Object
AbstractRunnable as check/test object| Modifier | Constructor and Description |
|---|---|
protected |
Specification()
constructor
|
protected |
Specification(String name,
String description,
Object exptected,
Map<String,Object> arguments)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getArguments() |
String |
getDescription() |
Object |
getExptected() |
String |
getName() |
void |
setArguments(Map<String,Object> arguments) |
void |
setDescription(String description) |
void |
setExptected(Object exptected) |
void |
setName(String name) |
String |
toString() |
public String getName()
public void setName(String name)
name - The name to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public Object getExptected()
public void setExptected(Object exptected)
exptected - The exptected to set.public void setArguments(Map<String,Object> arguments)
arguments - The arguments to set.Copyright © 2012–2018. All rights reserved.