org.itest.json.simple
Class ITestSimpleJsonState

java.lang.Object
  extended by org.itest.json.simple.ITestSimpleJsonState
All Implemented Interfaces:
ITestParamState

public class ITestSimpleJsonState
extends Object
implements ITestParamState


Constructor Summary
ITestSimpleJsonState(SimpleJsonState simpleJsonState)
           
 
Method Summary
 ITestParamState getElement(String name)
           
 Iterable<String> getNames()
           
 Integer getSizeParam()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITestSimpleJsonState

public ITestSimpleJsonState(SimpleJsonState simpleJsonState)
Method Detail

getSizeParam

public Integer getSizeParam()
Specified by:
getSizeParam in interface ITestParamState

getNames

public Iterable<String> getNames()
Specified by:
getNames in interface ITestParamState

getElement

public ITestParamState getElement(String name)
Specified by:
getElement in interface ITestParamState

getValue

public String getValue()
Specified by:
getValue in interface ITestParamState


Copyright © 2014. All rights reserved.