Modifier and Type | Class and Description |
---|---|
static class |
TestGroup.ClassType |
Modifier and Type | Field and Description |
---|---|
protected TestGroup.ClassType |
ctype |
protected String |
description |
protected int |
groupHash |
protected List<TestGroup> |
groups |
protected String |
name |
protected TestGroup |
parent |
protected List<Threshold> |
thresholds |
Constructor and Description |
---|
TestGroup(TestGroup parent,
String name) |
TestGroup(TestGroup parent,
String name,
boolean array) |
TestGroup(TestGroup parent,
String name,
String description) |
TestGroup(TestGroup parent,
String name,
String description,
boolean array) |
TestGroup(TestGroup parent,
String name,
String description,
TestGroup.ClassType type) |
TestGroup(TestGroup parent,
String name,
TestGroup.ClassType type) |
protected final TestGroup parent
protected final String name
protected final String description
protected final int groupHash
protected TestGroup.ClassType ctype
public TestGroup(TestGroup parent, String name, TestGroup.ClassType type)
public TestGroup(TestGroup parent, String name, String description, TestGroup.ClassType type)
public static void convertCondensedFileJsonObject(com.google.gson.JsonObject object, TestGroup rootGroup, Map<Integer,TestGroup> entityList, ContentDetected detected)
object
- Original object to parserootGroup
- Point of origin where to attach the data treeentityList
- List of entities grenerateddetected
- Key characteristics fo resultspublic boolean isParameterGrp()
public boolean isThresholdGrp()
public com.google.gson.JsonObject getJsonObject(int hash)
public void addGroup(TestGroup testGroup)
public TestGroup getGroup(int index) throws ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsException
public int getNumberOfGroups()
public void addThreshold(Threshold threshold)
public Threshold getThreshold(int index) throws ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsException
public int getNumberOfThresholds()
public TestGroup getParent()
public String getName()
public String getDescription()
public TestGroup.ClassType getClassType()
public Integer getGroupHash()
public Integer getFileHash()
public boolean isArray()
public String getFullName()
public String getFileSubGroupFullName()
protected TestGroup getFileGroup()
Copyright © 2016–2019. All rights reserved.