public class JUnitRequestHolder extends Object
Constructor and Description |
---|
JUnitRequestHolder(boolean generateJUnitXML,
boolean extraAttributesForFailures,
String staticAttributeList,
boolean noAppendSeed) |
Modifier and Type | Method and Description |
---|---|
String |
getStaticAttributeList() |
boolean |
isGenerateJUnitXML() |
boolean |
isNoAppendSeed() |
boolean |
istExtraAttributesForFailures() |
void |
setExtraAttributesForFailuresType(boolean extraAttributesForFailures) |
void |
setGenerateJUnitXML(boolean generateJUnitXML) |
void |
setNoAppendSeed(boolean noAppendSeed) |
void |
setStaticAttributeList(String staticAttributeList) |
public JUnitRequestHolder(boolean generateJUnitXML, boolean extraAttributesForFailures, String staticAttributeList, boolean noAppendSeed)
public boolean isNoAppendSeed()
public void setNoAppendSeed(boolean noAppendSeed)
public boolean isGenerateJUnitXML()
public void setGenerateJUnitXML(boolean generateJUnitXML)
public boolean istExtraAttributesForFailures()
public void setExtraAttributesForFailuresType(boolean extraAttributesForFailures)
public String getStaticAttributeList()
public void setStaticAttributeList(String staticAttributeList)
Copyright © 2016–2024 Cadence. All rights reserved.