Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractAssertion - Class in org.cornutum.tcases.conditions
Base class for assertions.
AbstractAssertion() - Constructor for class org.cornutum.tcases.conditions.AbstractAssertion
Creates a new AbstractAssertion object.
AbstractAssertion(String) - Constructor for class org.cornutum.tcases.conditions.AbstractAssertion
Creates a new AbstractAssertion object.
AbstractDecoder - Class in org.cornutum.tcases.openapi.test
Base class for response content decoders.
AbstractDecoder(EncodingDef) - Constructor for class org.cornutum.tcases.openapi.test.AbstractDecoder
Creates a new AbstractDecoder instance.
AbstractFilter - Class in org.cornutum.tcases.io
Transforms data written to a source stream into results written to a target.
AbstractFilter() - Constructor for class org.cornutum.tcases.io.AbstractFilter
 
AbstractMessageDataBuilder<T extends AbstractMessageDataBuilder<T>> - Class in org.cornutum.tcases.openapi.resolver
Base class for MessageData builders
AbstractMessageDataBuilder() - Constructor for class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
AbstractStringDomain - Class in org.cornutum.tcases.resolve
Defines a set of string values that can be used by a request.
AbstractStringDomain(int, Characters) - Constructor for class org.cornutum.tcases.resolve.AbstractStringDomain
Creates a new AbstractStringDomain instance.
AbstractStringDomain.PatternResolver - Class in org.cornutum.tcases.resolve
Resolves string data values by matching regular expressions.
AbstractSystemInputWriter - Class in org.cornutum.tcases.io
Base class for writing a SystemInputDef to an output stream.
AbstractSystemInputWriter() - Constructor for class org.cornutum.tcases.io.AbstractSystemInputWriter
Creates a new AbstractSystemInputWriter object that writes to standard output.
AbstractSystemInputWriter(OutputStream) - Constructor for class org.cornutum.tcases.io.AbstractSystemInputWriter
Creates a new AbstractSystemInputWriter object that writes to the given stream.
AbstractSystemInputWriter(Writer) - Constructor for class org.cornutum.tcases.io.AbstractSystemInputWriter
Creates a new AbstractSystemInputWriter object that writes to the given stream.
AbstractSystemTestWriter - Class in org.cornutum.tcases.io
Base class for writing a SystemTestDef to an output stream.
AbstractSystemTestWriter() - Constructor for class org.cornutum.tcases.io.AbstractSystemTestWriter
Creates a new AbstractSystemTestWriter object that writes to standard output.
AbstractSystemTestWriter(OutputStream) - Constructor for class org.cornutum.tcases.io.AbstractSystemTestWriter
Creates a new AbstractSystemTestWriter object that writes to the given stream.
AbstractSystemTestWriter(Writer) - Constructor for class org.cornutum.tcases.io.AbstractSystemTestWriter
Creates a new AbstractSystemTestWriter object that writes to the given stream.
AbstractValueDomain<T> - Class in org.cornutum.tcases.resolve
Base class for ValueDomain implementations
AbstractValueDomain() - Constructor for class org.cornutum.tcases.resolve.AbstractValueDomain
 
AbstractVarDef - Class in org.cornutum.tcases
Base class for IVarDef implementations.
AbstractVarDef() - Constructor for class org.cornutum.tcases.AbstractVarDef
Creates a new AbstractVarDef object.
AbstractVarDef(String) - Constructor for class org.cornutum.tcases.AbstractVarDef
Creates a new AbstractVarDef object.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.AllOf
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.AnyOf
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.Assert
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.AssertLess
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.AssertMore
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.AssertNot
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.AssertNotLess
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.AssertNotMore
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.Between
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.Conjunction
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.ContainsAll
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.ContainsAny
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.Disjunction
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.Equals
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in interface org.cornutum.tcases.conditions.ICondition
Implements the Visitor pattern for this condition.
accept(IConditionVisitor) - Method in class org.cornutum.tcases.conditions.Not
Implements the Visitor pattern for this condition.
accept(CertConfigVisitor) - Method in class org.cornutum.tcases.openapi.moco.CertConfig
Implements the Visitor pattern for this certificate configuration.
accept(CertConfigVisitor) - Method in class org.cornutum.tcases.openapi.moco.CertConfigFile
Implements the Visitor pattern for this certificate configuration.
accept(CertConfigVisitor) - Method in class org.cornutum.tcases.openapi.moco.CertConfigResource
Implements the Visitor pattern for this certificate configuration.
accept(ConfigVisitor) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Implements the Visitor pattern for this server configuration.
accept(ConfigVisitor) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigFile
Implements the Visitor pattern for this server configuration.
accept(ConfigVisitor) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigPojo
Implements the Visitor pattern for this server configuration.
accept(ConfigVisitor) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigResource
Implements the Visitor pattern for this server configuration.
accept(AuthDefVisitor) - Method in class org.cornutum.tcases.openapi.resolver.ApiKeyDef
Implements the Visitor pattern for this authentication input.
accept(AuthDefVisitor) - Method in class org.cornutum.tcases.openapi.resolver.AuthDef
Implements the Visitor pattern for this authentication input.
accept(AuthDefVisitor) - Method in class org.cornutum.tcases.openapi.resolver.HttpBasicDef
Implements the Visitor pattern for this authentication input.
accept(AuthDefVisitor) - Method in class org.cornutum.tcases.openapi.resolver.HttpBearerDef
Implements the Visitor pattern for this authentication input.
accept(DataValueVisitor) - Method in class org.cornutum.tcases.resolve.ArrayValue
Implements the Visitor pattern for this data value.
accept(DataValueVisitor) - Method in class org.cornutum.tcases.resolve.BinaryValue
Implements the Visitor pattern for this data value.
accept(DataValueVisitor) - Method in class org.cornutum.tcases.resolve.BooleanValue
Implements the Visitor pattern for this data value.
accept(DataValueVisitor) - Method in class org.cornutum.tcases.resolve.DataValue
Implements the Visitor pattern for this data value.
accept(DataValueVisitor) - Method in class org.cornutum.tcases.resolve.DecimalValue
Implements the Visitor pattern for this data value.
accept(DataValueVisitor) - Method in class org.cornutum.tcases.resolve.IntegerValue
Implements the Visitor pattern for this data value.
accept(DataValueVisitor) - Method in class org.cornutum.tcases.resolve.LongValue
Implements the Visitor pattern for this data value.
accept(DataValueVisitor) - Method in class org.cornutum.tcases.resolve.NullValue
Implements the Visitor pattern for this data value.
accept(DataValueVisitor) - Method in class org.cornutum.tcases.resolve.ObjectValue
Implements the Visitor pattern for this data value.
accept(DataValueVisitor) - Method in class org.cornutum.tcases.resolve.StringValue
Implements the Visitor pattern for this data value.
add(ICondition) - Method in class org.cornutum.tcases.conditions.Between
Adds a condition to this set.
add(ICondition) - Method in class org.cornutum.tcases.conditions.ConditionSet
Adds a condition to this set.
add(IDisjunct) - Method in class org.cornutum.tcases.conditions.Conjunction
Adds a disjunct to this conjunction.
add(String) - Method in class org.cornutum.tcases.conditions.ContainsAll
Adds a property to this set.
add(String) - Method in class org.cornutum.tcases.conditions.ContainsAny
Adds a property to this set.
add(IAssertion) - Method in class org.cornutum.tcases.conditions.Disjunction
Adds an assertion to this disjunction.
add(IDisjunct) - Method in class org.cornutum.tcases.conditions.Disjunction
Adds all assertions for the given IDisjunct to this disjunction.
add(VarBuilder<?>...) - Method in class org.cornutum.tcases.FunctionInputDefBuilder
Adds function input variables.
add(VarBindingDef) - Method in class org.cornutum.tcases.generator.Tuple
Adds a binding to this tuple.
add(RequestCase) - Method in class org.cornutum.tcases.openapi.resolver.RequestTestDef
Adds an API request test case.
add(T) - Method in class org.cornutum.tcases.openapi.test.ToString
Adds a non-null element to the result string.
add(String, T) - Method in class org.cornutum.tcases.openapi.test.ToString
Adds a named element to the result string.
add(String) - Method in class org.cornutum.tcases.PropertySet
Adds a property to this set.
add(FunctionInputDefBuilder...) - Method in class org.cornutum.tcases.SystemInputDefBuilder
Adds system functions.
add(T) - Method in class org.cornutum.tcases.util.ListBuilder
Appends a new element to the list for this builder.
add(Optional<T>) - Method in class org.cornutum.tcases.util.ListBuilder
If present, appends a new element to the list for this builder.
add(VarValueDefBuilder...) - Method in class org.cornutum.tcases.VarDefBuilder
Adds variable values.
add(VarBuilder<?>...) - Method in class org.cornutum.tcases.VarSetBuilder
Adds variable set members.
addAll(Collection<String>) - Method in class org.cornutum.tcases.conditions.ContainsAll
Adds a set of properties to this set.
addAll(Collection<String>) - Method in class org.cornutum.tcases.conditions.ContainsAny
Adds a set of properties to this set.
addAll(Tuple) - Method in class org.cornutum.tcases.generator.Tuple
Adds all bindings from the given tuple.
addAll(PropertySet) - Method in class org.cornutum.tcases.PropertySet
Adds a set of properties to this set.
addAll(Collection<String>) - Method in class org.cornutum.tcases.PropertySet
Adds a set of properties to this set.
addAll(Iterator<String>) - Method in class org.cornutum.tcases.PropertySet
Adds a set of properties to this set.
addAll(Iterable<T>) - Method in class org.cornutum.tcases.util.ListBuilder
Appends all elements of the given collection to the list for this builder.
addAnnotations(Annotated) - Method in class org.cornutum.tcases.Annotated
Adds annotations from another annotated element.
addAttributeList(Set<String>, String...) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Adds the given attribute list.
addAttributeList(Set<String>, String...) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Adds the given attribute list.
addAttributeList(Set<String>, String...) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Adds the given attribute list.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.CombineHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ExcludeHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.IncludeHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.TupleGeneratorHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.VarHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.BetweenHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.CardinalityHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionalHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionSetHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.EqualsHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.FunctionHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.HasHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.InputHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.LessThanHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.MoreThanHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.NotLessThanHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.NotMoreThanHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.PropertyHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.SystemHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ValueHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarDefHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemTestDocReader.FunctionHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemTestDocReader.HasHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemTestDocReader.InputHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCaseHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCasesHandler
Adds the valid attributes for this element.
addAttributes(Set<String>) - Method in class org.cornutum.tcases.io.SystemTestDocReader.VarHandler
Adds the valid attributes for this element.
addAuthDef(AuthDef) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Adds an authentication definition for this request.
addAuthDef(AuthDef) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Adds an authentication definition for this request.
addBindings(Tuple) - Method in class org.cornutum.tcases.generator.TestCaseDef
Adds the variable bindings defined by the given tuple.
addCombiner(TupleCombiner) - Method in class org.cornutum.tcases.generator.TupleGenerator
Add to the list of tuple combiners for this generator.
addCompatible(Tuple) - Method in class org.cornutum.tcases.generator.TestCaseDef
If the given tuple is compatible with the current test case definition, adds any new bindings.
addCondition(ICondition) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionContainer
Adds the ICondition to this container.
addCondition(ICondition) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionSetHandler
Adds the ICondition to this container.
addCondition(ICondition) - Method in class org.cornutum.tcases.io.SystemInputDocReader.WhenHandler
Adds the ICondition to this container.
addConfiguredParam(Parameter) - Method in class org.cornutum.tcases.ant.TcasesTask
Adds a transform parameter.
addExcludedVar(String) - Method in class org.cornutum.tcases.generator.TupleCombiner
Adds a pattern matching input variables to be excluded from this combination.
addFunctionInputDef(FunctionInputDef) - Method in class org.cornutum.tcases.SystemInputDef
Adds a new function definition.
addFunctionTestDef(FunctionTestDef) - Method in class org.cornutum.tcases.SystemTestDef
Adds a new function test definition.
addGenerator(String, ITestCaseGenerator) - Method in class org.cornutum.tcases.generator.GeneratorSet
Adds a new test case generator for the given system function.
addIf(Optional<T>) - Method in class org.cornutum.tcases.openapi.test.ToString
Adds an element to the result string if it is present.
addIf(String, Optional<T>) - Method in class org.cornutum.tcases.openapi.test.ToString
Adds a named element to the result string if it is present.
addIncludedVar(String) - Method in class org.cornutum.tcases.generator.TupleCombiner
Adds a pattern matching input variables to be included in this combination.
additionalPropertiesSchema(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
If the given schema asserts a schema for additional properties, returns the additional properties schema.
addMember(IVarDef) - Method in class org.cornutum.tcases.VarSet
Adds an input variable to this set.
addNotEnum(Schema<?>, Object) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of enums to not match when validating the given schema.
addNotEnums(Schema<?>, Iterable<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of enums to not match when validating the given schema.
addNotMultipleOf(Schema<?>, BigDecimal) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of multipleOfs to not match when validating the given numeric schema.
addNotMultipleOfs(Schema<?>, Iterable<BigDecimal>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of multipleOfs to not match when validating the given numeric schema.
addNotPattern(Schema<?>, String) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of patterns to not match when validating the given schema.
addNotPatterns(Schema<?>, Iterable<String>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of patterns to not match when validating the given schema.
addNotRequired(Schema<?>, String) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of properties that must not be required when validating the given object schema.
addNotRequired(Schema<?>, Iterable<String>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of properties that must not be required when validating the given object schema.
addNotType(Schema<?>, String) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of types that must not be required when validating the given schema.
addNotTypes(Schema<?>, Iterable<String>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of types that must not be required when validating the given schema.
addOnceTuple(TupleRef) - Method in class org.cornutum.tcases.generator.TupleCombiner
Adds a once-only tuple to this combination.
addParam(ParamData) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Adds a parameter definition for this request.
addParam(ParamDef) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Adds a parameter definition for this request.
addPattern(Schema<?>, String) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of patterns to match when validating the given string schema.
addPatterns(Schema<?>, Iterable<String>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Adds to the composed set of patterns to match when validating the given string schema.
addProperties(Collection<String>) - Method in class org.cornutum.tcases.conditions.PropertyExpr
Adds a set of properties to this set.
addProperties(Collection<String>) - Method in class org.cornutum.tcases.VarNaDef
Adds to the set of test case properties contributed by this value.
addProperties(Collection<String>) - Method in class org.cornutum.tcases.VarValueDef
Adds to the set of test case properties contributed by this value.
addProperties(String...) - Method in class org.cornutum.tcases.VarValueDef
Adds to the set of test case properties contributed by this value.
addProperty(String) - Method in class org.cornutum.tcases.conditions.PropertyExpr
Adds a property to this set.
addPropertyDef(String, Integer) - Method in class org.cornutum.tcases.io.SystemInputDocReader.FunctionHandler
Records the location of a property definition.
addPropertyRef(String, Integer) - Method in class org.cornutum.tcases.io.SystemInputDocReader.FunctionHandler
Records the location of a property reference.
addTestCase(TestCase) - Method in class org.cornutum.tcases.FunctionTestDef
Adds a new test case.
addTuple(TupleRef) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.OnceHandler
 
addTuple(TupleRef) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.TupleHandler
 
addValue(VarValueDef) - Method in class org.cornutum.tcases.VarDef
Adds a value definition for this variable.
addVarBinding(VarBinding) - Method in class org.cornutum.tcases.generator.TupleRef
Adds a new variable binding.
addVarBinding(VarBinding) - Method in class org.cornutum.tcases.TestCase
Adds a new variable binding.
addVarDef(IVarDef) - Method in class org.cornutum.tcases.FunctionInputDef
Adds a new variable definition.
ALL - Static variable in class org.cornutum.tcases.generator.GeneratorSet
 
AllOf - Class in org.cornutum.tcases.conditions
A condition that is satisfied if and only if all members of a given set of conditions are satisfied.
AllOf(ICondition...) - Constructor for class org.cornutum.tcases.conditions.AllOf
Creates a new AllOf instance.
allOf(ICondition...) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied if and only if all of the given conditions are satisfied.
allOf(String...) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains all of the given properties.
ALLOF_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
AllOfHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.AllOfHandler
 
allowed(char) - Method in class org.cornutum.tcases.resolve.PropertyNameDomain.PropertyName
Returns true if and only if the given character is allowed.
allowed(char) - Method in interface org.cornutum.tcases.util.Characters
Returns true if and only if the given character is allowed.
allowed(String) - Method in interface org.cornutum.tcases.util.Characters
Returns true if and only if every character in the given string is allowed.
allowed(char) - Method in class org.cornutum.tcases.util.Characters.Any
Returns true if and only if the given character is allowed.
allowed(char) - Method in class org.cornutum.tcases.util.Characters.Ascii
Returns true if and only if the given character is allowed.
allowed(char) - Method in class org.cornutum.tcases.util.Characters.CookieValue
Returns true if and only if the given character is allowed.
allowed(char) - Method in class org.cornutum.tcases.util.Characters.Token
Returns true if and only if the given character is allowed.
ALWAYS - Static variable in interface org.cornutum.tcases.conditions.ICondition
A condition that is always satisfied by any PropertySet.
analyze(OpenAPI, Schema<?>) - Method in class org.cornutum.tcases.openapi.SchemaAnalyzer
Returns a fully-analyzed version of the given schema.
Annotated - Class in org.cornutum.tcases
Base class for annotated elements.
Annotated() - Constructor for class org.cornutum.tcases.Annotated
 
AnnotatedBuilder<T extends AnnotatedBuilder<T>> - Class in org.cornutum.tcases
Base class for building Annotated instances.
AnnotatedBuilder() - Constructor for class org.cornutum.tcases.AnnotatedBuilder
 
AnnotatedHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.AnnotatedHandler
 
AnnotatedHandler() - Constructor for class org.cornutum.tcases.io.SystemTestDocReader.AnnotatedHandler
 
AnnotatedJavaTestWriter - Class in org.cornutum.tcases.openapi.testwriter
Base class for JavaTestWriter implementations that identify test methods via annotations.
AnnotatedJavaTestWriter(TestCaseWriter) - Constructor for class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
Creates a new AnnotatedJavaTestWriter instance.
annotations(Annotated) - Method in class org.cornutum.tcases.AnnotatedBuilder
Adds annotations from another annotated element.
AnonCommand - Class in org.cornutum.tcases.anon
Converts a system input definition into an equivalent form using anonymous identifiers.
AnonCommand.Options - Class in org.cornutum.tcases.anon
 
AnonCommand.Options.Builder - Class in org.cornutum.tcases.anon
 
anonymize(IGeneratorSet) - Method in class org.cornutum.tcases.anon.Anonymizer
Converts a generator set into an equivalent form using anonymous identifiers.
Anonymizer - Class in org.cornutum.tcases.anon
Converts a system input definition into an equivalent form using anonymous identifiers.
Anonymizer(SystemInputDef) - Constructor for class org.cornutum.tcases.anon.Anonymizer
Creates a new Anonymizer instance.
any() - Static method in class org.cornutum.tcases.openapi.resolver.MediaTypeDomain
Returns a MediaTypeDomain that contains any media type.
any() - Static method in class org.cornutum.tcases.openapi.test.MediaRange
Creates a new MediaRange representing any data.
any() - Static method in enum org.cornutum.tcases.resolve.DataValue.Type
Returns the set of all non-null types.
ANY - Static variable in interface org.cornutum.tcases.util.Characters
 
Any() - Constructor for class org.cornutum.tcases.util.Characters.Any
 
AnyOf - Class in org.cornutum.tcases.conditions
A condition that is satisfied if any member of a given set of conditions is satisfied.
AnyOf(ICondition...) - Constructor for class org.cornutum.tcases.conditions.AnyOf
Creates a new AnyOf instance.
anyOf(ICondition...) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied if and only if any of the given conditions are satisfied.
anyOf(String...) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains any of the given properties.
anyOf(String) - Static method in class org.cornutum.tcases.openapi.test.MediaRange
Creates a new MediaRange representing any subtype of the given type.
anyOf(String, String) - Static method in class org.cornutum.tcases.openapi.test.MediaRange
Creates a new MediaRange representing any subtype of the given type with the given suffix.
ANYOF_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
AnyOfHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.AnyOfHandler
 
ApiCommand - Class in org.cornutum.tcases.openapi
Generates input models and test models for API clients and servers, based on an OpenAPI v3 compliant API definition.
ApiCommand.Options - Class in org.cornutum.tcases.openapi
Represents a set of command line options.
ApiCommand.Options.Builder - Class in org.cornutum.tcases.openapi
 
ApiCommand.Options.TransformType - Enum in org.cornutum.tcases.openapi
 
apiDef(File) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
apiDef(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
ApiKeyDef - Class in org.cornutum.tcases.openapi.resolver
Describes an API key authentication input.
ApiKeyDef(ParamDef.Location, String) - Constructor for class org.cornutum.tcases.openapi.resolver.ApiKeyDef
Creates a new AuthDef instance.
ApiTestCommand - Class in org.cornutum.tcases.openapi
Generates executable test code for API servers, based on an OpenAPI v3 compliant API definition.
ApiTestCommand.Options - Class in org.cornutum.tcases.openapi
Represents a set of command line options.
ApiTestCommand.Options.Builder - Class in org.cornutum.tcases.openapi
 
ApiTestCommand.Options.ExecType - Enum in org.cornutum.tcases.openapi
 
ApiTestCommand.Options.TestType - Enum in org.cornutum.tcases.openapi
 
append(IConjunct) - Method in class org.cornutum.tcases.conditions.Conjunction
Appends another conjunction to this conjunction.
appendArray(ArrayNode, ArrayNode) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns a new ArrayNode that is the same as the given array but adds all elements of the other array.
appendObject(ObjectNode, ObjectNode) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns a new ObjectNode that is the same as the given object but adds all fields of the other object.
applyFilter() - Method in class org.cornutum.tcases.io.AbstractFilter
Reads data to be transformed from the filter input stream and write transformed data to the filter output stream.
applyFilter() - Method in class org.cornutum.tcases.io.TestDefToHtmlFilter
Reads data to be transformed from the filter input stream and write transformed data to the filter output stream.
applyFilter() - Method in class org.cornutum.tcases.io.TransformFilter
Reads data to be transformed from the filter input stream and write transformed data to the filter output stream.
ARG - Static variable in interface org.cornutum.tcases.IVarDef
Identifies an input variable that is a formal argument of a function.
ArrayConstant - Class in org.cornutum.tcases.resolve
Defines a singleton Array value set.
ArrayConstant(ArrayValue<Object>) - Constructor for class org.cornutum.tcases.resolve.ArrayConstant
Creates a new ArrayConstant instance.
arrayData(DataValue<?>...) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
ArrayDomain<T> - Class in org.cornutum.tcases.resolve
Defines an array value set.
ArrayDomain() - Constructor for class org.cornutum.tcases.resolve.ArrayDomain
Creates a new ArrayDomain instance.
ArrayDomain(int) - Constructor for class org.cornutum.tcases.resolve.ArrayDomain
Creates a new ArrayDomain instance.
ArrayEnum<T> - Class in org.cornutum.tcases.resolve
Defines an enumerated array value set.
ArrayEnum(Collection<List<DataValue<T>>>) - Constructor for class org.cornutum.tcases.resolve.ArrayEnum
Creates a new ArrayEnum instance.
arrayOf(DataValue<T>...) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new ArrayValue.
arrayOf(String...) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new ArrayValue.
arrayOf(Integer...) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new ArrayValue.
arrayOf(Long...) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new ArrayValue.
arrayOf(Boolean...) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new ArrayValue.
arrayOf(BigDecimal...) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new ArrayValue.
arrayOf(int, boolean) - Method in interface org.cornutum.tcases.resolve.ValueDomain
Returns a new ArrayDomain for arrays containing items in this domain.
arrayOf(int) - Method in interface org.cornutum.tcases.resolve.ValueDomain
Returns a new ArrayDomain for arrays containing items in this domain.
arrayOf() - Method in interface org.cornutum.tcases.resolve.ValueDomain
Returns a new ArrayDomain for arrays containing items in this domain.
arrayOfAny(List<DataValue<?>>) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new ArrayValue.
arrayOfAny(DataValue<?>...) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new ArrayValue.
arrayOfFormatted(String, String...) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new ArrayValue.
ArrayValue<T> - Class in org.cornutum.tcases.resolve
Represents a generated array value for a test case.
ArrayValue(List<DataValue<T>>) - Constructor for class org.cornutum.tcases.resolve.ArrayValue
Creates a new ArrayValue instance.
ArrayValue(List<DataValue<T>>, String) - Constructor for class org.cornutum.tcases.resolve.ArrayValue
Creates a new ArrayValue instance.
asArray(JsonNode) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns the given JSON node if it is an array node.
asArraySchema(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
If the given schema is an ArraySchema instance, returns the casting result.
ASCII - Static variable in interface org.cornutum.tcases.util.Characters
 
Ascii() - Constructor for class org.cornutum.tcases.util.Characters.Ascii
 
AsciiStringDomain - Class in org.cornutum.tcases.resolve
Defines a set of ASCII string values that can be used by a request.
AsciiStringDomain() - Constructor for class org.cornutum.tcases.resolve.AsciiStringDomain
Creates a new AsciiStringDomain instance.
AsciiStringDomain(int) - Constructor for class org.cornutum.tcases.resolve.AsciiStringDomain
Creates a new AsciiStringDomain instance.
AsciiStringDomain(Characters) - Constructor for class org.cornutum.tcases.resolve.AsciiStringDomain
Creates a new AsciiStringDomain instance.
AsciiStringDomain(int, Characters) - Constructor for class org.cornutum.tcases.resolve.AsciiStringDomain
Creates a new AsciiStringDomain instance.
asComposedSchema(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
If the given schema is a ComposedSchema instance, returns the casting result.
asGeneratorSet(JsonObject) - Static method in class org.cornutum.tcases.generator.io.GeneratorSetJson
Returns the IGeneratorSet represented by the given JSON object.
asMocoTestConfig(JsonObject) - Static method in class org.cornutum.tcases.openapi.moco.MocoTestConfigJson
Returns the MocoTestConfig instance represented by the given JSON object.
asObject(JsonNode) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns the given JSON node if it is an object node.
asOrderedSet(Iterable<T>) - Static method in class org.cornutum.tcases.util.CollectionUtils
Returns a set containing the given elements in iteration order.
asOrderedSet(T...) - Static method in class org.cornutum.tcases.util.CollectionUtils
Returns a set containing the given elements in iteration order.
asProject(JsonObject) - Method in class org.cornutum.tcases.io.ProjectJson
Returns the Project represented by the given JSON object.
asRequestCases(JsonArray) - Static method in class org.cornutum.tcases.openapi.resolver.io.RequestCaseJson
Returns the RequestCase instances represented by the given JSON array.
Assert - Class in org.cornutum.tcases.conditions
An assertion that asserts the existence of a single property.
Assert() - Constructor for class org.cornutum.tcases.conditions.Assert
Creates a new Assert object.
Assert(String) - Constructor for class org.cornutum.tcases.conditions.Assert
Creates a new Assert object.
assertBodyValid(String, String, int, String, String) - Method in class org.cornutum.tcases.openapi.test.ResponseValidator
Given a response with the given status code to the given operation on the API resource at the given path, completes successfully if the response body conforms to its OpenAPI definition.
assertDate(String) - Static method in class org.cornutum.tcases.resolve.DateConstant
Reports a failure if the given value is not a valid date string.
assertDates(Iterable<String>) - Static method in class org.cornutum.tcases.resolve.DateEnum
Reports a failure if any of the given values is not a valid date string.
assertDateTime(String) - Static method in class org.cornutum.tcases.resolve.DateTimeConstant
Report a failure if the given value is not a valid date-time.
assertDateTimes(Iterable<String>) - Static method in class org.cornutum.tcases.resolve.DateTimeEnum
Reports a failure if any of the given values is not a valid dateTime string.
assertEmail(String) - Static method in class org.cornutum.tcases.resolve.EmailConstant
Reports a failure if the given value is not a valid email string.
assertEmails(Iterable<String>) - Static method in class org.cornutum.tcases.resolve.EmailEnum
Reports a failure if any of the given values is not a valid email string.
assertHeadersValid(String, String, int, Map<String, String>) - Method in class org.cornutum.tcases.openapi.test.ResponseValidator
Given a response with the given status code to the given operation on the API resource at the given path, completes successfully if the response headers conform to its OpenAPI definition.
assertIdentifier(String) - Static method in class org.cornutum.tcases.DefUtils
Throws an exception if the given string is not a valid identifier.
AssertLess - Class in org.cornutum.tcases.conditions
An assertion that the number of instances of a property is less than a specified maximum.
AssertLess() - Constructor for class org.cornutum.tcases.conditions.AssertLess
Creates a new AssertLess object.
AssertLess(String, int) - Constructor for class org.cornutum.tcases.conditions.AssertLess
Creates a new AssertLess object.
AssertMore - Class in org.cornutum.tcases.conditions
An assertion that the number of instances of a property exceeds a specified minimum.
AssertMore() - Constructor for class org.cornutum.tcases.conditions.AssertMore
Creates a new AssertMore object.
AssertMore(String, int) - Constructor for class org.cornutum.tcases.conditions.AssertMore
Creates a new AssertMore object.
AssertNot - Class in org.cornutum.tcases.conditions
An assertion that asserts the non-existence of a single property.
AssertNot() - Constructor for class org.cornutum.tcases.conditions.AssertNot
Creates a new AssertNot object.
AssertNot(String) - Constructor for class org.cornutum.tcases.conditions.AssertNot
Creates a new AssertNot object.
AssertNotLess - Class in org.cornutum.tcases.conditions
An assertion that the number of instances of a property is not less than a specified minimum.
AssertNotLess() - Constructor for class org.cornutum.tcases.conditions.AssertNotLess
Creates a new AssertNotLess object.
AssertNotLess(String, int) - Constructor for class org.cornutum.tcases.conditions.AssertNotLess
Creates a new AssertNotLess object.
AssertNotMore - Class in org.cornutum.tcases.conditions
An assertion that the number of instances of a property does not exceed a specified maximum.
AssertNotMore() - Constructor for class org.cornutum.tcases.conditions.AssertNotMore
Creates a new AssertNotMore object.
AssertNotMore(String, int) - Constructor for class org.cornutum.tcases.conditions.AssertNotMore
Creates a new AssertNotMore object.
assertPath(String) - Static method in class org.cornutum.tcases.DefUtils
Throws an exception if the given string is not a valid identifier path name.
assertPropertyIdentifiers(Collection<String>) - Static method in class org.cornutum.tcases.DefUtils
Throws an exception if any member of the given set of properties is not a valid identifier.
asserts(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns a concise description of the assertions made by the given schema.
assertsList(Stream<String>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns a description of the given list of assertions.
assertUuid(String) - Static method in class org.cornutum.tcases.resolve.UuidConstant
Reports a failure if the given value is not a valid UUID string.
assertUuids(Iterable<String>) - Static method in class org.cornutum.tcases.resolve.UuidEnum
Reports a failure if any of the given values is not a valid uuid string.
assertValidTime(String) - Method in class org.cornutum.tcases.resolve.DateDomain
Reports a failure if the given value is not a valid time string.
assertValidTime(String) - Method in class org.cornutum.tcases.resolve.DateTimeDomain
Reports a failure if the given value is not a valid time string.
assertValidTime(String) - Method in class org.cornutum.tcases.resolve.TimeDomain
Reports a failure if the given value is not a valid time string.
assertVarValue(Object) - Static method in class org.cornutum.tcases.DefUtils
Throws an exception if the given string is not a valid variable value.
asSystemInputDef(JsonObject) - Method in class org.cornutum.tcases.io.SystemInputJson
Returns the SystemInputDef represented by the given JSON object.
asSystemTestDef(JsonObject) - Static method in class org.cornutum.tcases.io.SystemTestJson
Returns the SystemTestDef represented by the given JSON object.
at(URL) - Static method in class org.cornutum.tcases.generator.io.GeneratorSetResource
Returns the GeneratorSetResource at the given location.
at(URL) - Static method in class org.cornutum.tcases.io.SystemInputResource
Returns the SystemInputResource at the given location.
at(URL) - Static method in class org.cornutum.tcases.io.SystemTestResource
Returns the SystemTestResource at the given location.
atIndex(int) - Static method in class org.cornutum.tcases.openapi.ServerSelector
Returns a ServerSelector that selects the server description at the given index.
attribute(String, String) - Method in class org.cornutum.tcases.io.XmlWriter.ElementWriter
 
attributeIf(boolean, String, String) - Method in class org.cornutum.tcases.io.XmlWriter.ElementWriter
 
attributeIf(String, Optional<String>) - Method in class org.cornutum.tcases.io.XmlWriter.ElementWriter
 
attributes(Map<String, String>) - Method in class org.cornutum.tcases.io.XmlWriter.ElementWriter
 
AuthDef - Class in org.cornutum.tcases.openapi.resolver
Describes a request authentication input.
AuthDef(ParamDef.Location) - Constructor for class org.cornutum.tcases.openapi.resolver.AuthDef
Creates a new AuthDef instance.
AuthDefVisitor - Interface in org.cornutum.tcases.openapi.resolver
Defines the Visitor pattern for AuthDef objects.

B

base() - Method in class org.cornutum.tcases.openapi.test.MediaRange
Returns the base type (i.e.
Base() - Constructor for class org.cornutum.tcases.util.Characters.Base
 
base64Data(String) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
Base64Domain - Class in org.cornutum.tcases.resolve
Define a set of base64-encoded byte arrays that can be used by a request.
Base64Domain() - Constructor for class org.cornutum.tcases.resolve.Base64Domain
Creates a new Base64Domain instance.
Base64Domain(int) - Constructor for class org.cornutum.tcases.resolve.Base64Domain
Creates a new Base64Domain instance.
base64Of(String) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new Base64Value.
Base64Value - Class in org.cornutum.tcases.resolve
Represents a generated base64 address value for a test case.
Base64Value(String) - Constructor for class org.cornutum.tcases.resolve.Base64Value
Creates a new Base64Value instance.
BaseBuilder() - Constructor for class org.cornutum.tcases.openapi.testwriter.TestTarget.BaseBuilder
 
baseClass(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
baseStructured() - Method in class org.cornutum.tcases.openapi.test.MediaRange
Returns the base type with optional suffix (i.e.
BaseTestCaseWriter - Class in org.cornutum.tcases.openapi.testwriter
Base class for TestCaseWriter implementations.
BaseTestCaseWriter() - Constructor for class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
Creates a new BaseTestCaseWriter instance.
BaseTestCaseWriter.Depends - Class in org.cornutum.tcases.openapi.testwriter
Defines the test case dependencies for this writer.
baseTestRef(URI) - Method in class org.cornutum.tcases.io.ProjectBuilder
Changes the location of the base tests definition for the project.
baseTests(SystemTestDef) - Method in class org.cornutum.tcases.io.ProjectBuilder
Changes the base test definition for the project.
basic() - Static method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Returns a new TestTarget.Builder.
basicGenerator() - Static method in class org.cornutum.tcases.generator.GeneratorSet
Returns a GeneratorSet that uses the default TupleGenerator for all functions.
Between - Class in org.cornutum.tcases.conditions
A condition that is satisfied if and only both its minimum and maximum conditions are satisified.
Between(BoundedAssertion, BoundedAssertion) - Constructor for class org.cornutum.tcases.conditions.Between
Creates a new Between instance.
between(String, int, int) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains between a specified minimum (inclusive) and maximum (inclusive) number of instances of a property.
BETWEEN_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
betweenExclusive(String, int, int) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains between a specified minimum (exclusive) and maximum (exclusive) number of instances of a property.
betweenExclusiveMax(String, int, int) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains between a specified minimum (inclusive) and maximum (exclusive) number of instances of a property.
betweenExclusiveMin(String, int, int) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains between a specified minimum (exclusive) and maximum (inclusive) number of instances of a property.
BetweenHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.BetweenHandler
 
bigDecimalNull() - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a null BigDecimal.
bigDecimalOf(String) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new BigDecimal.
bigDecimalOf(DataValue<?>) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new BigDecimal.
bigDecimals(String...) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a list of BigDecimal values.
BinaryConstant - Class in org.cornutum.tcases.resolve
Defines a singleton byte array value set.
BinaryConstant(byte[]) - Constructor for class org.cornutum.tcases.resolve.BinaryConstant
Creates a new BinaryConstant instance.
binaryData(byte[]) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
BinaryDomain - Class in org.cornutum.tcases.resolve
Define a set of byte arrays that can be used by a request.
BinaryDomain() - Constructor for class org.cornutum.tcases.resolve.BinaryDomain
Creates a new BinaryDomain instance.
BinaryDomain(int) - Constructor for class org.cornutum.tcases.resolve.BinaryDomain
Creates a new BinaryDomain instance.
BinaryValue - Class in org.cornutum.tcases.resolve
Represents a generated binary value for a test case.
BinaryValue(byte[]) - Constructor for class org.cornutum.tcases.resolve.BinaryValue
Creates a new BinaryValue instance.
bind(String, String) - Method in class org.cornutum.tcases.generator.TupleRefBuilder
Adds the given binding to this tuple.
bind(VarBinding...) - Method in class org.cornutum.tcases.TestCaseBuilder
Adds variable bindings to the test case.
bind(Iterable<VarBinding>) - Method in class org.cornutum.tcases.TestCaseBuilder
Adds variable bindings to the test case.
bind(Stream<VarBinding>) - Method in class org.cornutum.tcases.TestCaseBuilder
Adds variable bindings to the test case.
bind(String, VarBinding...) - Method in class org.cornutum.tcases.TestCaseBuilder
Adds variable bindings of the given type to the test case.
bind(VarDef, VarValueDef) - Method in class org.cornutum.tcases.VarBindingDef
Changes this input variable binding.
BindingException - Exception in org.cornutum.tcases.generator
Base class for exceptions that occur when binding input variables.
BindingException(VarBindingDef) - Constructor for exception org.cornutum.tcases.generator.BindingException
Creates a new BindingException object.
bindings(VarBinding...) - Method in class org.cornutum.tcases.generator.TupleRefBuilder
Adds the given bindings to this tuple.
bindings(Iterable<VarBinding>) - Method in class org.cornutum.tcases.generator.TupleRefBuilder
Adds the given bindings to this tuple.
bindings(Stream<VarBinding>) - Method in class org.cornutum.tcases.generator.TupleRefBuilder
Adds the given bindings to this tuple.
bodyContentDef(String, String, int, String) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns the specified response body content definition for the given status code for the given operation on the API resource at the given path.
BooleanConstant - Class in org.cornutum.tcases.resolve
Defines a singleton Boolean value set.
BooleanConstant(Boolean) - Constructor for class org.cornutum.tcases.resolve.BooleanConstant
Creates a new BooleanConstant instance.
booleanData(boolean) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
BooleanEnum - Class in org.cornutum.tcases.resolve
Defines an enumerated boolean value set.
BooleanEnum() - Constructor for class org.cornutum.tcases.resolve.BooleanEnum
Creates a new BooleanEnum instance.
BooleanEnum(Iterable<String>) - Constructor for class org.cornutum.tcases.resolve.BooleanEnum
Creates a new BooleanEnum instance.
BooleanEnum(Collection<Boolean>) - Constructor for class org.cornutum.tcases.resolve.BooleanEnum
Creates a new BooleanEnum instance.
BooleanValue - Class in org.cornutum.tcases.resolve
Represents a generated boolean value for a test case.
BooleanValue(Boolean) - Constructor for class org.cornutum.tcases.resolve.BooleanValue
Creates a new BooleanValue instance.
BooleanValue(Boolean, String) - Constructor for class org.cornutum.tcases.resolve.BooleanValue
Creates a new BooleanValue instance.
BoundedAssertion - Class in org.cornutum.tcases.conditions
Base class for assertions of a limit on the number of instances of a property
BoundedAssertion() - Constructor for class org.cornutum.tcases.conditions.BoundedAssertion
Creates a new BoundedAssertion object.
BoundedAssertion(String, int) - Constructor for class org.cornutum.tcases.conditions.BoundedAssertion
Creates a new BoundedAssertion object.
build() - Method in class org.cornutum.tcases.anon.AnonCommand.Options.Builder
 
build() - Method in class org.cornutum.tcases.CopyCommand.Options.Builder
 
build() - Method in class org.cornutum.tcases.FunctionInputDefBuilder
Returns the current function input definition.
build() - Method in class org.cornutum.tcases.FunctionTestDefBuilder
Returns the current function test definition.
build() - Method in class org.cornutum.tcases.generator.GeneratorOptions.Builder
 
build() - Method in class org.cornutum.tcases.generator.GeneratorSetBuilder
Returns the current GeneratorSet.
build() - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Returns the current TupleCombiner.
build() - Method in class org.cornutum.tcases.generator.TupleGeneratorBuilder
Returns the current TupleGenerator.
build() - Method in class org.cornutum.tcases.generator.TupleRefBuilder
Returns the current TupleRef.
build() - Method in class org.cornutum.tcases.io.ProjectBuilder
Returns the current project.
build() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
build() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
build() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig.Builder
 
build() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig.Builder
 
build() - Method in class org.cornutum.tcases.openapi.ModelOptions.Builder
 
build() - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
build() - Method in class org.cornutum.tcases.openapi.resolver.EncodingDataBuilder
 
build() - Method in class org.cornutum.tcases.openapi.resolver.HeaderDataBuilder
 
build() - Method in class org.cornutum.tcases.openapi.resolver.ParamDataBuilder
 
build() - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget.Builder
Returns the JavaTestTarget instance for this builder.
build() - Method in class org.cornutum.tcases.openapi.testwriter.TestSource.Builder
Returns the TestSource instance for this builder.
build() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.Builder
Returns the TestTarget instance for this builder.
build() - Method in class org.cornutum.tcases.ReducerCommand.Options.Builder
 
build() - Method in class org.cornutum.tcases.ReducerOptions.Builder
 
build() - Method in class org.cornutum.tcases.resolve.DataValues.ObjectValueBuilder
 
build() - Method in class org.cornutum.tcases.resolve.ResolverContext.Builder
 
build() - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
build() - Method in class org.cornutum.tcases.SystemInputDefBuilder
Returns the current system input definition.
build() - Method in class org.cornutum.tcases.SystemTestDefBuilder
Returns the current system test definition.
build() - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
build() - Method in class org.cornutum.tcases.TestCaseBuilder
Returns the current test case.
build() - Method in class org.cornutum.tcases.util.ListBuilder
Returns the list for this builder.
build() - Method in class org.cornutum.tcases.util.MapBuilder
Returns the Map for this builder.
build() - Method in class org.cornutum.tcases.VarBindingBuilder
Returns the current binding.
build() - Method in class org.cornutum.tcases.VarDefBuilder
Returns the current VarDef definition.
build() - Method in class org.cornutum.tcases.VarSetBuilder
Returns the current VarSet definition.
build() - Method in class org.cornutum.tcases.VarValueDefBuilder
Returns the current VarValueDef definition.
builder() - Static method in class org.cornutum.tcases.anon.AnonCommand.Options
Returns a new Options builder.
Builder() - Constructor for class org.cornutum.tcases.anon.AnonCommand.Options.Builder
 
builder() - Static method in class org.cornutum.tcases.CopyCommand.Options
Returns a new Options builder.
Builder() - Constructor for class org.cornutum.tcases.CopyCommand.Options.Builder
 
builder() - Static method in class org.cornutum.tcases.generator.GeneratorOptions
Returns a new GeneratorOptions builder.
Builder() - Constructor for class org.cornutum.tcases.generator.GeneratorOptions.Builder
 
builder() - Static method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns a new Options builder.
Builder() - Constructor for class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
builder() - Static method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns a new Options builder.
Builder() - Constructor for class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
builder(String) - Static method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
Returns a MocoTestConfig builder.
builder(MocoTestConfig.ServerType) - Static method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
Returns a MocoTestConfig builder.
builder() - Static method in class org.cornutum.tcases.openapi.ModelOptions
Returns a new ModelOptions builder.
builder(ModelOptions) - Static method in class org.cornutum.tcases.openapi.ModelOptions
Returns a new ModelOptions builder.
Builder() - Constructor for class org.cornutum.tcases.openapi.ModelOptions.Builder
 
Builder(ModelOptions) - Constructor for class org.cornutum.tcases.openapi.ModelOptions.Builder
 
builder(Class<?>) - Static method in class org.cornutum.tcases.openapi.test.ToString
Returns a ToString builder for the given class.
builder(String) - Static method in class org.cornutum.tcases.openapi.test.ToString
Returns a ToString builder for the given class name.
builder() - Static method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
Returns a new JavaTestTarget.Builder.
builder() - Static method in class org.cornutum.tcases.ReducerCommand.Options
Returns a new Options builder.
Builder() - Constructor for class org.cornutum.tcases.ReducerCommand.Options.Builder
 
builder() - Static method in class org.cornutum.tcases.ReducerOptions
Returns a new ReducerOptions builder.
Builder() - Constructor for class org.cornutum.tcases.ReducerOptions.Builder
 
builder(String...) - Static method in class org.cornutum.tcases.resolve.ResolverContext
Returns a new ResolverContext builder.
Builder(String...) - Constructor for class org.cornutum.tcases.resolve.ResolverContext.Builder
 
builder() - Static method in class org.cornutum.tcases.TcasesCommand.Options
Returns a new Options builder.
Builder() - Constructor for class org.cornutum.tcases.TcasesCommand.Options.Builder
 
byPath() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
byPath(boolean) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 

C

candidates(ResolverContext) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns a random sequence of possible members of this domain.
candidates(ResolverContext) - Method in class org.cornutum.tcases.resolve.Base64Domain
Returns a random sequence of possible members of this domain.
candidates(ResolverContext) - Method in class org.cornutum.tcases.resolve.BinaryDomain
Returns a random sequence of possible members of this domain.
candidates(ResolverContext) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Returns a random sequence of possible members of this domain.
CardinalityHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.CardinalityHandler
 
CartesianProduct<T> - Class in org.cornutum.tcases.util
Iterates over the Cartesian product of a list of sets.
CartesianProduct(List<? extends Set<T>>) - Constructor for class org.cornutum.tcases.util.CartesianProduct
Creates a new iterator for the Cartesian product of the given sets.
CartesianProduct(List<? extends Set<T>>, Predicate<List<T>>) - Constructor for class org.cornutum.tcases.util.CartesianProduct
Creates a new iterator for the Cartesian product of the given sets, ignoring any resulting list that does not satisfy the given Predicate.
CertConfig - Class in org.cornutum.tcases.openapi.moco
Base class for the configuration for an HTTPS certificate.
CertConfig(String, String, String) - Constructor for class org.cornutum.tcases.openapi.moco.CertConfig
Creates a new CertConfig instance.
certConfig(CertConfig) - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig.Builder
 
CertConfigFile - Class in org.cornutum.tcases.openapi.moco
File configuration for an HTTPS certificate.
CertConfigFile(File, String, String) - Constructor for class org.cornutum.tcases.openapi.moco.CertConfigFile
Creates a new CertConfigFile instance.
CertConfigFile(String, String, String) - Constructor for class org.cornutum.tcases.openapi.moco.CertConfigFile
Creates a new CertConfigFile instance.
CertConfigFile(String, File, String, String) - Constructor for class org.cornutum.tcases.openapi.moco.CertConfigFile
Creates a new CertConfigFile instance.
CertConfigFile(String, String, String, String) - Constructor for class org.cornutum.tcases.openapi.moco.CertConfigFile
Creates a new CertConfigFile instance.
CertConfigResource - Class in org.cornutum.tcases.openapi.moco
Resource configuration for an HTTPS certificate.
CertConfigResource(String, String, String) - Constructor for class org.cornutum.tcases.openapi.moco.CertConfigResource
Creates a new CertConfigResource instance.
CertConfigResource(String, String, String, String) - Constructor for class org.cornutum.tcases.openapi.moco.CertConfigResource
Creates a new CertConfigResource instance.
CertConfigVisitor - Interface in org.cornutum.tcases.openapi.moco
Implements the Visitor pattern for CertConfig objects.
Characters - Interface in org.cornutum.tcases.util
Defines a set of characters allowed in a specified context.
Characters.Any - Class in org.cornutum.tcases.util
Defines the set of all printable characters.
Characters.Ascii - Class in org.cornutum.tcases.util
Defines the set of all printable ASCII characters.
Characters.Base - Class in org.cornutum.tcases.util
Base class for Characters implementations.
Characters.CookieValue - Class in org.cornutum.tcases.util
Defines the set of characters allowed in an HTTP cookie value.
Characters.Token - Class in org.cornutum.tcases.util
Defines the set of characters allowed in an HTTP token.
chars() - Static method in class org.cornutum.tcases.util.Characters.Ascii
Return the sequence of all characters in this set.
clear() - Method in class org.cornutum.tcases.PropertySet
Removes all properties this set.
client() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
CloneableType<T> - Interface in org.cornutum.tcases.util
Defines an interface for creating a copy of a specified type.
cloneOf() - Method in class org.cornutum.tcases.generator.GeneratorSet
 
cloneOf() - Method in class org.cornutum.tcases.generator.TupleCombiner
Returns a copy of this object.
cloneOf() - Method in class org.cornutum.tcases.generator.TupleGenerator
Returns a copy of this object.
cloneOf() - Method in interface org.cornutum.tcases.util.CloneableType
Returns a copy of this object.
close() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
 
close() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.generator.io.GeneratorSetJsonReader
 
close() - Method in class org.cornutum.tcases.generator.io.GeneratorSetJsonWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.io.AbstractFilter
Terminates filter output.
close() - Method in class org.cornutum.tcases.io.AbstractSystemInputWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.io.AbstractSystemTestWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.io.IndentedWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.io.ProjectJsonReader
 
close() - Method in class org.cornutum.tcases.io.ProjectJsonWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.io.Resource
 
close() - Method in class org.cornutum.tcases.io.SystemInputDocReader
 
close() - Method in class org.cornutum.tcases.io.SystemInputDocWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.io.SystemInputJsonReader
 
close() - Method in class org.cornutum.tcases.io.SystemInputJsonWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.io.SystemTestDocReader
 
close() - Method in class org.cornutum.tcases.io.SystemTestDocWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.io.SystemTestJsonReader
 
close() - Method in class org.cornutum.tcases.io.SystemTestJsonWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfigReader
 
close() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfigWriter
Closes the writer.
close() - Method in class org.cornutum.tcases.openapi.reader.OpenApiReader
 
close() - Method in class org.cornutum.tcases.openapi.resolver.io.RequestTestDefReader
 
close() - Method in class org.cornutum.tcases.openapi.resolver.io.RequestTestDefWriter
Closes the writer.
Cnf - Class in org.cornutum.tcases.conditions
Defines methods for handling conditions in conjunctive normal form.
Cnf() - Constructor for class org.cornutum.tcases.conditions.Cnf
 
Cnf.Converter - Class in org.cornutum.tcases.conditions
Converts a condition into conjunctive normal form.
CollectionUtils - Class in org.cornutum.tcases.openapi.test
Defines methods for handling collections.
CollectionUtils - Class in org.cornutum.tcases.util
Defines methods for handling collections.
COMBINE_TAG - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
CombineHandler() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocReader.CombineHandler
 
combiners(TupleCombiner...) - Method in class org.cornutum.tcases.generator.TupleGeneratorBuilder
Add the given TupleCombiner instances to this generator.
combiners(Iterable<TupleCombiner>) - Method in class org.cornutum.tcases.generator.TupleGeneratorBuilder
Add the given TupleCombiner instances to this generator.
combiners(Stream<TupleCombiner>) - Method in class org.cornutum.tcases.generator.TupleGeneratorBuilder
Add the given TupleCombiner instances to this generator.
combineSchemas(OpenApiContext, Schema<?>, Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns a new schema that validates any instance that satisfies both the base schema and the additional schema.
combining(TupleCombinerBuilder...) - Method in class org.cornutum.tcases.generator.TupleGeneratorBuilder
Add the given TupleCombiner instances to this generator.
CommandUtils - Class in org.cornutum.tcases
Defines common CLI command methods.
compareTo(ITestCaseDef) - Method in class org.cornutum.tcases.generator.TestCaseDef
 
compareTo(IVarDef) - Method in interface org.cornutum.tcases.IVarDef
 
compareTo(RequestCase) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
 
compareTo(TestCase) - Method in class org.cornutum.tcases.TestCase
 
compareTo(VarBinding) - Method in class org.cornutum.tcases.VarBinding
 
compatible(PropertySet) - Method in class org.cornutum.tcases.conditions.AbstractAssertion
Returns true if this condition is compatible with the given test case properties.
compatible(PropertySet) - Method in class org.cornutum.tcases.conditions.AllOf
Returns true if this condition is compatible with the given test case properties.
compatible(PropertySet) - Method in class org.cornutum.tcases.conditions.AnyOf
Returns true if this condition is compatible with the given test case properties.
compatible(PropertySet) - Method in class org.cornutum.tcases.conditions.ConditionSet
Returns true if this condition is compatible with the given test case properties.
compatible(PropertySet) - Method in class org.cornutum.tcases.conditions.Conjunction
Returns true if this condition is compatible with the given test case properties.
compatible(PropertySet) - Method in class org.cornutum.tcases.conditions.ContainsAll
Returns true if this condition is compatible with the given test case properties.
compatible(PropertySet) - Method in class org.cornutum.tcases.conditions.ContainsAny
Returns true if this condition is compatible with the given test case properties.
compatible(PropertySet) - Method in class org.cornutum.tcases.conditions.Disjunction
Returns true if this condition is compatible with the given test case properties.
compatible(PropertySet) - Method in interface org.cornutum.tcases.conditions.ICondition
Returns true if this condition is compatible with the given test case properties.
compatible(PropertySet) - Method in class org.cornutum.tcases.conditions.Not
Returns true if this condition is compatible with the given test case properties.
completable() - Method in class org.cornutum.tcases.conditions.Assert
Returns true if any property set that does NOT satisfy this assertion can be made to satisfy this assertion by the addition of another (instance of a) property.
completable() - Method in class org.cornutum.tcases.conditions.AssertLess
Returns true if any property set that does NOT satisfy this assertion can be made to satisfy this assertion by the addition of another (instance of a) property.
completable() - Method in class org.cornutum.tcases.conditions.AssertMore
Returns true if any property set that does NOT satisfy this assertion can be made to satisfy this assertion by the addition of another (instance of a) property.
completable() - Method in class org.cornutum.tcases.conditions.AssertNot
Returns true if any property set that does NOT satisfy this assertion can be made to satisfy this assertion by the addition of another (instance of a) property.
completable() - Method in class org.cornutum.tcases.conditions.AssertNotLess
Returns true if any property set that does NOT satisfy this assertion can be made to satisfy this assertion by the addition of another (instance of a) property.
completable() - Method in class org.cornutum.tcases.conditions.AssertNotMore
Returns true if any property set that does NOT satisfy this assertion can be made to satisfy this assertion by the addition of another (instance of a) property.
completable() - Method in interface org.cornutum.tcases.conditions.IAssertion
Returns true if any property set that does NOT satisfy this assertion can be made to satisfy this assertion by the addition of another (instance of a) property.
componentExampleRef(OpenAPI, String) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
When the given reference is non-null, returns the component example referenced.
componentHeaderRef(OpenAPI, String) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
When the given reference is non-null, returns the component header referenced.
componentName(String, String) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
Returns the name of the given component reference.
componentParameterRef(OpenAPI, String) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
When the given reference is non-null, returns the component parameter referenced.
componentRequestBodyRef(OpenAPI, String) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
When the given reference is non-null, returns the component request body referenced.
componentResponseRef(OpenAPI, String) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
When the given reference is non-null, returns the component response referenced.
componentSchemaRef(OpenAPI, String) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
When the given reference is non-null, returns the component schema referenced.
concatList(List<T>, T...) - Static method in class org.cornutum.tcases.openapi.test.CollectionUtils
Returns a new list contains the head elements followed by the tail elements.
concatStream(Stream<T>...) - Static method in class org.cornutum.tcases.openapi.test.CollectionUtils
Returns a stream that concatenates the members of the given streams.
concatStream(List<Stream<T>>) - Static method in class org.cornutum.tcases.openapi.test.CollectionUtils
Returns a stream that concatenates the members of the given streams.
Conditional - Class in org.cornutum.tcases
Base class for conditional elements.
Conditional() - Constructor for class org.cornutum.tcases.Conditional
 
ConditionalHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.ConditionalHandler
 
ConditionContainer() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.ConditionContainer
 
Conditions - Class in org.cornutum.tcases.conditions
Defines methods for handling conditions.
conditions_ - Variable in class org.cornutum.tcases.conditions.ConditionSet
 
ConditionSet - Class in org.cornutum.tcases.conditions
Defines a set of conditions.
ConditionSet(ICondition...) - Constructor for class org.cornutum.tcases.conditions.ConditionSet
Creates a new ConditionSet instance.
ConditionSetHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.ConditionSetHandler
 
ConfigVisitor - Interface in org.cornutum.tcases.openapi.moco
Implements the Visitor pattern for MocoServerConfig objects.
Conjunction - Class in org.cornutum.tcases.conditions
A condition in conjunctive normal form.
Conjunction(IDisjunct...) - Constructor for class org.cornutum.tcases.conditions.Conjunction
Creates a new Conjunction instance.
constant(DataValue<?>) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
constant(DataValue<T>...) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
constant(Boolean) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
constant(BigDecimal) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
constant(int) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
constant(long) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
constant(String) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
constant(String, String) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
ConstantDomain<T> - Class in org.cornutum.tcases.resolve
Defines a singleton value set.
ConstantDomain(DataValue.Type, T) - Constructor for class org.cornutum.tcases.resolve.ConstantDomain
Creates a new ConstantDomain instance.
containing(String) - Static method in class org.cornutum.tcases.openapi.ServerSelector
Returns a ServerSelector that selects the server description containing the given text.
contains(IAssertion) - Method in class org.cornutum.tcases.conditions.AbstractAssertion
Returns true if the given assertion is a member of this disjunction.
contains(IAssertion) - Method in class org.cornutum.tcases.conditions.Disjunction
Returns true if the given assertion is a member of this disjunction.
contains(IAssertion) - Method in interface org.cornutum.tcases.conditions.IDisjunct
Returns true if the given assertion is a member of this disjunction.
contains(VarBindingDef) - Method in class org.cornutum.tcases.generator.Tuple
Returns true if this tuple contains the given binding.
contains(String) - Method in class org.cornutum.tcases.PropertySet
Returns true if the given property is a member of this set.
contains(String) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns true if the given value belongs to this domain.
contains(List<DataValue<T>>) - Method in class org.cornutum.tcases.resolve.ArrayDomain
Returns true if the given value belongs to this domain.
contains(String) - Method in class org.cornutum.tcases.resolve.Base64Domain
Returns true if the given value belongs to this domain.
contains(byte[]) - Method in class org.cornutum.tcases.resolve.BinaryConstant
Returns true if the given value belongs to this domain.
contains(T) - Method in class org.cornutum.tcases.resolve.ConstantDomain
Returns true if the given value belongs to this domain.
contains(String) - Method in class org.cornutum.tcases.resolve.EmailDomain
Returns true if the given value belongs to this domain.
contains(T) - Method in class org.cornutum.tcases.resolve.EnumDomain
Returns true if the given value belongs to this domain.
contains(Integer) - Method in class org.cornutum.tcases.resolve.LengthDomain
Returns true if the given value belongs to this domain.
contains(Object) - Method in class org.cornutum.tcases.resolve.MultiTypeDomain
Returns true if the given value belongs to this domain.
contains(Object) - Method in class org.cornutum.tcases.resolve.NullDomain
Returns true if the given value belongs to this domain.
contains(T) - Method in class org.cornutum.tcases.resolve.NumberDomain
Returns true if the given value belongs to this domain.
contains(Map<String, DataValue<?>>) - Method in class org.cornutum.tcases.resolve.ObjectDomain
Returns true if the given value belongs to this domain.
contains(String) - Method in class org.cornutum.tcases.resolve.PropertyNameDomain
Returns true if the given value belongs to this domain.
contains(T) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Returns true if the given value belongs to this domain.
contains(String) - Method in class org.cornutum.tcases.resolve.TimeDomain
Returns true if the given value belongs to this domain.
contains(String) - Method in class org.cornutum.tcases.resolve.UuidDomain
Returns true if the given value belongs to this domain.
contains(T) - Method in interface org.cornutum.tcases.resolve.ValueDomain
Returns true if the given value belongs to this domain.
contains(DataValue<?>) - Method in interface org.cornutum.tcases.resolve.ValueDomain
Returns true if the given value belongs to this domain.
ContainsAll - Class in org.cornutum.tcases.conditions
A condition that is satisfied by a PropertySet that contains all members of a set of properties.
ContainsAll(String...) - Constructor for class org.cornutum.tcases.conditions.ContainsAll
Creates a new ContainsAll object.
ContainsAll(Collection<String>) - Constructor for class org.cornutum.tcases.conditions.ContainsAll
Creates a new ContainsAll object.
ContainsAny - Class in org.cornutum.tcases.conditions
A condition that is satisfied by a PropertySet that contains any member of a set of properties.
ContainsAny(String...) - Constructor for class org.cornutum.tcases.conditions.ContainsAny
Creates a new ContainsAny object.
ContainsAny(Collection<String>) - Constructor for class org.cornutum.tcases.conditions.ContainsAny
Creates a new ContainsAny object.
containsObject(Object) - Method in interface org.cornutum.tcases.resolve.ValueDomain
Returns true if the given object belongs to this domain.
content(String) - Method in class org.cornutum.tcases.io.XmlWriter.ElementWriter
 
content(Runnable) - Method in class org.cornutum.tcases.io.XmlWriter.ElementWriter
 
ContentDef - Class in org.cornutum.tcases.openapi.test
Defines the form of response content
ContentDef(String, ObjectNode, EncodingDef, Map<String, EncodingDef>) - Constructor for class org.cornutum.tcases.openapi.test.ContentDef
Creates a new ContentDef instance.
contentIf(boolean, Runnable) - Method in class org.cornutum.tcases.io.XmlWriter.ElementWriter
 
contentType(String) - Method in class org.cornutum.tcases.anon.AnonCommand.Options.Builder
 
contentType(String) - Method in class org.cornutum.tcases.CopyCommand.Options.Builder
 
contentType(String) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
contentType(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
contentType(String) - Method in class org.cornutum.tcases.openapi.resolver.EncodingDataBuilder
 
contentType(String) - Method in class org.cornutum.tcases.ReducerCommand.Options.Builder
 
contentType(String) - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
contentWithoutWriteOnly(JsonNode, List<JsonPointer>) - Static method in class org.cornutum.tcases.openapi.test.ResponseAnalyzer
Return the given content after removing values for all "writeOnly" properties.
contentWriteOnly(JsonNode, List<JsonPointer>) - Static method in class org.cornutum.tcases.openapi.test.ResponseAnalyzer
Returns the location of each "writeOnly" object property defined in the given content.
ContextHandler<C extends ExecutionNotifier<?>> - Class in org.cornutum.tcases.util
Base class for objects that use an ExecutionNotifier to handle execution conditions.
ContextHandler(C) - Constructor for class org.cornutum.tcases.util.ContextHandler
Creates a new ContextHandler instance.
convert(ICondition) - Static method in class org.cornutum.tcases.conditions.Cnf
Converts the given condition into conjunctive normal form.
convert(ICondition) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
Converts the given condition into conjunctive normal form.
convert(DataValue<?>) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.DataValueBinary
Returns the converted form of the given DataValue.
convert(DataValue<?>) - Method in interface org.cornutum.tcases.openapi.testwriter.encoder.DataValueConverter
Returns the converted form of the given DataValue.
convert(DataValue<?>) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.DataValueJson
Returns the converted form of the given DataValue.
convert(DataValue<?>) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.DataValueJsonValue
Returns the converted form of the given DataValue.
convert(DataValue<?>) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.DataValueText
Returns the converted form of the given DataValue.
Converter() - Constructor for class org.cornutum.tcases.conditions.Cnf.Converter
 
COOKIE_VALUE - Static variable in interface org.cornutum.tcases.util.Characters
 
CookieValue() - Constructor for class org.cornutum.tcases.util.Characters.CookieValue
 
CopyCommand - Class in org.cornutum.tcases
Copies a Tcases project
CopyCommand.Options - Class in org.cornutum.tcases
Represents a set of command line options.
CopyCommand.Options.Builder - Class in org.cornutum.tcases
 
copySchema(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns a new copy of the given schema.
COUNT_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
create(IVarDef, VarValueDef) - Static method in class org.cornutum.tcases.VarBinding
Creates a new VarBinding object.
create(VarBindingDef) - Static method in class org.cornutum.tcases.VarBinding
Creates a new VarBinding object.
createArrayNode() - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns a new empty ArrayNode.
createDescriptor(RequestCase) - Method in class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
Returns an identifier containing a description of the given request case.
createObjectNode() - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns a new empty ObjectNode.
createPojoWriter() - Method in interface org.cornutum.tcases.openapi.moco.MocoServerConfigPojo.PojoWriterFactory
Writes the Mojo API code to configure the given server.
createTestCaseWriter() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Creates a new TestCaseWriter instance.
createTestCaseWriter() - Method in interface org.cornutum.tcases.openapi.testwriter.TestCaseWriterFactory
Creates a new TestCaseWriter instance.
createTestTarget() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Creates a new TestTarget instance.
createTestTarget() - Method in interface org.cornutum.tcases.openapi.testwriter.TestTargetFactory
Creates a new TestTarget instance.
createTestWriter(TestCaseWriter) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Creates a new TestWriter instance.
createTestWriter(TestCaseWriter) - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
Returns a MocoServerTestWriter defined by this test configuration.
createTestWriter(TestCaseWriter) - Method in interface org.cornutum.tcases.openapi.testwriter.TestWriterFactory
Creates a new TestWriter instance.
createVarDef(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarDefHandler
Creates the AbstractVarDef represented by this element.
createVarDef(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarHandler
Creates the AbstractVarDef represented by this element.
createVarDef(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarSetHandler
Creates the AbstractVarDef represented by this element.

D

DataValue<T> - Class in org.cornutum.tcases.resolve
Represents a generated data value for a test case.
DataValue(T, DataValue.Type, String) - Constructor for class org.cornutum.tcases.resolve.DataValue
Creates a new DataValue instance.
DataValue.Type - Enum in org.cornutum.tcases.resolve
 
DataValueBinary - Class in org.cornutum.tcases.openapi.testwriter.encoder
Converts a DataValue into a byte array.
DataValueBinary() - Constructor for class org.cornutum.tcases.openapi.testwriter.encoder.DataValueBinary
 
DataValueConverter<T> - Interface in org.cornutum.tcases.openapi.testwriter.encoder
Converts a DataValue into a different form.
DataValueJson - Class in org.cornutum.tcases.openapi.testwriter.encoder
Converts a DataValue into a JSON string.
DataValueJson() - Constructor for class org.cornutum.tcases.openapi.testwriter.encoder.DataValueJson
 
DataValueJsonValue - Class in org.cornutum.tcases.openapi.testwriter.encoder
Converts a DataValue into a JsonValue
DataValueJsonValue() - Constructor for class org.cornutum.tcases.openapi.testwriter.encoder.DataValueJsonValue
 
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns a DataValue for the given value in this domain.
dataValueOf(T) - Method in class org.cornutum.tcases.resolve.AbstractValueDomain
Returns a DataValue for the given value in this domain.
dataValueOf(List<DataValue<Object>>) - Method in class org.cornutum.tcases.resolve.ArrayConstant
Returns a DataValue for the given value in this domain.
dataValueOf(List<DataValue<T>>) - Method in class org.cornutum.tcases.resolve.ArrayDomain
Returns a DataValue for the given value in this domain.
dataValueOf(List<DataValue<T>>) - Method in class org.cornutum.tcases.resolve.ArrayEnum
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.Base64Domain
Returns a DataValue for the given value in this domain.
dataValueOf(byte[]) - Method in class org.cornutum.tcases.resolve.BinaryConstant
Returns a DataValue for the given value in this domain.
dataValueOf(byte[]) - Method in class org.cornutum.tcases.resolve.BinaryDomain
Returns a DataValue for the given value in this domain.
dataValueOf(Boolean) - Method in class org.cornutum.tcases.resolve.BooleanConstant
Returns a DataValue for the given value in this domain.
dataValueOf(Boolean) - Method in class org.cornutum.tcases.resolve.BooleanEnum
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.DateConstant
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.DateDomain
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.DateEnum
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.DateTimeConstant
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.DateTimeDomain
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.DateTimeEnum
Returns a DataValue for the given value in this domain.
dataValueOf(BigDecimal) - Method in class org.cornutum.tcases.resolve.DecimalConstant
Returns a DataValue for the given value in this domain.
dataValueOf(BigDecimal) - Method in class org.cornutum.tcases.resolve.DecimalDomain
Returns a DataValue for the given value in this domain.
dataValueOf(BigDecimal) - Method in class org.cornutum.tcases.resolve.DecimalEnum
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.EmailConstant
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.EmailDomain
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.EmailEnum
Returns a DataValue for the given value in this domain.
dataValueOf(Integer) - Method in class org.cornutum.tcases.resolve.IntegerConstant
Returns a DataValue for the given value in this domain.
dataValueOf(Integer) - Method in class org.cornutum.tcases.resolve.IntegerDomain
Returns a DataValue for the given value in this domain.
dataValueOf(Integer) - Method in class org.cornutum.tcases.resolve.IntegerEnum
Returns a DataValue for the given value in this domain.
dataValueOf(Integer) - Method in class org.cornutum.tcases.resolve.LengthDomain
Returns a DataValue for the given value in this domain.
dataValueOf(Long) - Method in class org.cornutum.tcases.resolve.LongConstant
Returns a DataValue for the given value in this domain.
dataValueOf(Long) - Method in class org.cornutum.tcases.resolve.LongDomain
Returns a DataValue for the given value in this domain.
dataValueOf(Long) - Method in class org.cornutum.tcases.resolve.LongEnum
Returns a DataValue for the given value in this domain.
dataValueOf(Object) - Method in class org.cornutum.tcases.resolve.MultiTypeDomain
Returns a DataValue for the given value in this domain.
dataValueOf(Object) - Method in class org.cornutum.tcases.resolve.NullDomain
Returns a DataValue for the given value in this domain.
dataValueOf(Map<String, DataValue<?>>) - Method in class org.cornutum.tcases.resolve.ObjectConstant
Returns a DataValue for the given value in this domain.
dataValueOf(Map<String, DataValue<?>>) - Method in class org.cornutum.tcases.resolve.ObjectDomain
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.StringConstant
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.StringEnum
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.UuidConstant
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.UuidDomain
Returns a DataValue for the given value in this domain.
dataValueOf(String) - Method in class org.cornutum.tcases.resolve.UuidEnum
Returns a DataValue for the given value in this domain.
DataValues - Class in org.cornutum.tcases.resolve
Factory methods for DataValue objects.
DataValues.ObjectValueBuilder - Class in org.cornutum.tcases.resolve
 
DataValueText - Class in org.cornutum.tcases.openapi.testwriter.encoder
Converts a DataValue into a plain text string.
DataValueText() - Constructor for class org.cornutum.tcases.openapi.testwriter.encoder.DataValueText
 
DataValueVisitor - Interface in org.cornutum.tcases.resolve
Defines the Visitor pattern for DataValue objects.
DateConstant - Class in org.cornutum.tcases.resolve
Defines a singleton date string value set.
DateConstant(String) - Constructor for class org.cornutum.tcases.resolve.DateConstant
Creates a new DateConstant instance.
dateData(String) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
DateDomain - Class in org.cornutum.tcases.resolve
Defines a set of date string values that can be used by a request.
DateDomain() - Constructor for class org.cornutum.tcases.resolve.DateDomain
Creates a new DateDomain instance.
DateDomain(Date, Date) - Constructor for class org.cornutum.tcases.resolve.DateDomain
Creates a new DateDomain instance.
DateEnum - Class in org.cornutum.tcases.resolve
Defines an enumerated date string value set.
DateEnum(Iterable<String>) - Constructor for class org.cornutum.tcases.resolve.DateEnum
Creates a new DateEnum instance.
dateOf(String) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new DateValue.
DateTimeConstant - Class in org.cornutum.tcases.resolve
Defines a singleton String value set.
DateTimeConstant(String) - Constructor for class org.cornutum.tcases.resolve.DateTimeConstant
Creates a new DateTimeConstant instance.
dateTimeData(String) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
DateTimeDomain - Class in org.cornutum.tcases.resolve
Defines a set of date-time string values that can be used by a request.
DateTimeDomain() - Constructor for class org.cornutum.tcases.resolve.DateTimeDomain
Creates a new DateTimeDomain instance.
DateTimeDomain(Date, Date) - Constructor for class org.cornutum.tcases.resolve.DateTimeDomain
Creates a new DateTimeDomain instance.
DateTimeEnum - Class in org.cornutum.tcases.resolve
Defines an enumerated date-time string value set.
DateTimeEnum(Iterable<String>) - Constructor for class org.cornutum.tcases.resolve.DateTimeEnum
Creates a new DateTimeEnum instance.
dateTimeOf(String) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new DateTimeValue.
DateTimeValue - Class in org.cornutum.tcases.resolve
Represents a generated time string value for a test case.
DateTimeValue(String) - Constructor for class org.cornutum.tcases.resolve.DateTimeValue
Creates a new DateTimeValue instance.
DateValue - Class in org.cornutum.tcases.resolve
Represents a generated date string value for a test case.
DateValue(String) - Constructor for class org.cornutum.tcases.resolve.DateValue
Creates a new DateValue instance.
DecimalConstant - Class in org.cornutum.tcases.resolve
Defines a singleton Decimal value set.
DecimalConstant(BigDecimal) - Constructor for class org.cornutum.tcases.resolve.DecimalConstant
Creates a new DecimalConstant instance.
DecimalConstant(BigDecimal, String) - Constructor for class org.cornutum.tcases.resolve.DecimalConstant
Creates a new DecimalConstant instance.
decimalData(BigDecimal) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
DecimalDomain - Class in org.cornutum.tcases.resolve
Defines a set of BigDecimal values that can be used by a request.
DecimalDomain() - Constructor for class org.cornutum.tcases.resolve.DecimalDomain
Creates a new DecimalDomain instance.
DecimalDomain(String) - Constructor for class org.cornutum.tcases.resolve.DecimalDomain
Creates a new DecimalDomain instance.
DecimalDomain(long) - Constructor for class org.cornutum.tcases.resolve.DecimalDomain
Creates a new DecimalDomain instance.
DecimalDomain(long, String) - Constructor for class org.cornutum.tcases.resolve.DecimalDomain
Creates a new DecimalDomain instance.
DecimalDomain(BigDecimal, BigDecimal) - Constructor for class org.cornutum.tcases.resolve.DecimalDomain
Creates a new DecimalDomain instance.
DecimalDomain(BigDecimal, BigDecimal, String) - Constructor for class org.cornutum.tcases.resolve.DecimalDomain
Creates a new DecimalDomain instance.
DecimalDomain(double, double) - Constructor for class org.cornutum.tcases.resolve.DecimalDomain
Creates a new DecimalDomain instance.
DecimalDomain(double, double, String) - Constructor for class org.cornutum.tcases.resolve.DecimalDomain
Creates a new DecimalDomain instance.
DecimalDomain(NumberDomain.Range, String) - Constructor for class org.cornutum.tcases.resolve.DecimalDomain
Creates a new DecimalDomain instance.
DecimalEnum - Class in org.cornutum.tcases.resolve
Defines an enumerated decimal value set.
DecimalEnum(Iterable<String>, String) - Constructor for class org.cornutum.tcases.resolve.DecimalEnum
Creates a new DecimalEnum instance.
DecimalEnum(Collection<BigDecimal>, String) - Constructor for class org.cornutum.tcases.resolve.DecimalEnum
Creates a new DecimalEnum instance.
DecimalValue - Class in org.cornutum.tcases.resolve
Represents a generated decimal value for a test case.
DecimalValue(BigDecimal, String) - Constructor for class org.cornutum.tcases.resolve.DecimalValue
Creates a new DecimalValue instance.
DecimalValue(BigDecimal) - Constructor for class org.cornutum.tcases.resolve.DecimalValue
Creates a new DecimalValue instance.
decode(String) - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Returns the possible JSON representations of the given content.
decodeArray(String) - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Returns the possible JSON array representations of the given content.
decodeArray(String) - Method in class org.cornutum.tcases.openapi.test.FormUrlDecoder
Returns the possible JSON array representations of the given content.
decodeArray(String) - Method in class org.cornutum.tcases.openapi.test.SimpleDecoder
Returns the possible JSON array representations of the given content.
decodeBoolean(String) - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Returns the JSON boolean representation of the given content.
decodeBoolean(String) - Method in class org.cornutum.tcases.openapi.test.FormUrlDecoder
Returns the JSON boolean representation of the given content.
decoded(String) - Static method in class org.cornutum.tcases.resolve.Base64Domain
Returns the bytes represented by the given base64 encoding.
decodeNull(String) - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Returns the JSON null representation of the given content.
decodeNumber(String) - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Returns the JSON number representation of the given content.
decodeNumber(String) - Method in class org.cornutum.tcases.openapi.test.FormUrlDecoder
Returns the JSON number representation of the given content.
decodeObject(String) - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Returns the possible JSON object representations of the given content.
decodeObject(String) - Method in class org.cornutum.tcases.openapi.test.FormUrlDecoder
Returns the possible JSON object representations of the given content.
decodeObject(String) - Method in class org.cornutum.tcases.openapi.test.SimpleDecoder
Returns the possible JSON object representations of the given content.
decodeString(String) - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Returns the JSON string representation of the given content.
decodeString(String) - Method in class org.cornutum.tcases.openapi.test.FormUrlDecoder
Returns the JSON string representation of the given content.
decodeUrl(String) - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Decodes an application/x-www-form-urlencoded string.
decodeValue(String) - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Returns the possible JSON value representations of the given content.
DEFAULT - Static variable in interface org.cornutum.tcases.resolve.TestCaseResolverFactory
Returns a TestCaseResolver uses only the basic input model without schemas.
defaultGenerator(ITestCaseGenerator) - Method in class org.cornutum.tcases.generator.GeneratorSetBuilder
Adds a default generator to this set.
defined(Dnf) - Static method in class org.cornutum.tcases.openapi.Dnf
Returns true if at least one alternative is defined for this schema.
defined(String, String, int) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns true if expectations are defined when the given status code is received for the given operation on the API resource at the given path.
DefUtils - Class in org.cornutum.tcases
Defines utility methods for constructing test definitions.
delimited(Characters, char) - Static method in interface org.cornutum.tcases.util.Characters
Returns a Characters that with the same allowed characters as the given chars but excluding the given delimiter.
Depends() - Constructor for class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Creates a new Depends instance.
dependsApiKey() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Returns if there is a dependency on a runtime API key credential.
dependsAuth() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Returns if there is a dependency on a runtime API authentication.
dependsAuthFailure() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Returns if there is a dependency on authorization failures.
dependsAuthHttp() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Returns if there is a dependency on a runtime HTTP authentication.
dependsFailure() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Returns if there is a dependency on test case failures.
dependsHttpBasic() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Returns if there is a dependency on a runtime HTTP Basic credential.
dependsHttpBearer() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Returns if there is a dependency on a runtime HTTP Bearer credential.
dependsMultipart() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Returns if there is a dependency on the "multipart/form-data" media type.
dependsServer() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Returns if there is a dependency on a runtime API server definition.
destDir(File) - Method in class org.cornutum.tcases.CopyCommand.Options.Builder
 
destName(String) - Method in class org.cornutum.tcases.CopyCommand.Options.Builder
 
destType(String) - Method in class org.cornutum.tcases.CopyCommand.Options.Builder
 
Disjunction - Class in org.cornutum.tcases.conditions
A condition that defined by the disjunction (logical OR) of one or more assertions.
Disjunction(IAssertion...) - Constructor for class org.cornutum.tcases.conditions.Disjunction
Creates a new Disjunction instance.
Disjunction(IDisjunct...) - Constructor for class org.cornutum.tcases.conditions.Disjunction
Creates a new Disjunction instance.
Dnf - Class in org.cornutum.tcases.openapi
Represents the disjunctive normal form of a schema.
Dnf() - Constructor for class org.cornutum.tcases.openapi.Dnf
Creates a new Dnf instance.
doFor(String, Runnable) - Method in class org.cornutum.tcases.util.ContextHandler
Performs the given action within the specified context.
doFor(String, Runnable) - Method in class org.cornutum.tcases.util.ExecutionContext
Performs the given action within the specified context.
domainSize(Schema) - Static method in class org.cornutum.tcases.resolve.Schemas
If the given schema value domain is bounded, returns the maximum number of values allowed.

E

either(IConjunct, IConjunct) - Static method in class org.cornutum.tcases.conditions.Cnf
Returns the logical OR of the given CNF conditions.
element(String) - Method in class org.cornutum.tcases.io.XmlWriter
Creates a new ElementWriter with the given tag.
ElementHandler() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
 
ElementHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
 
ElementHandler() - Constructor for class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
 
ElementWriter() - Constructor for class org.cornutum.tcases.io.XmlWriter.ElementWriter
 
EmailConstant - Class in org.cornutum.tcases.resolve
Defines a singleton email string value set.
EmailConstant(String) - Constructor for class org.cornutum.tcases.resolve.EmailConstant
Creates a new EmailConstant instance.
EmailConstant(String, Characters) - Constructor for class org.cornutum.tcases.resolve.EmailConstant
Creates a new EmailConstant instance.
emailData(String) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
EmailDomain - Class in org.cornutum.tcases.resolve
Defines a set of email address values that can be used by a request.
EmailDomain() - Constructor for class org.cornutum.tcases.resolve.EmailDomain
Creates a new EmailDomain instance.
EmailDomain(int) - Constructor for class org.cornutum.tcases.resolve.EmailDomain
Creates a new EmailDomain instance.
EmailDomain(Characters) - Constructor for class org.cornutum.tcases.resolve.EmailDomain
Creates a new EmailDomain instance.
EmailDomain(int, Characters) - Constructor for class org.cornutum.tcases.resolve.EmailDomain
Creates a new EmailDomain instance.
EmailEnum - Class in org.cornutum.tcases.resolve
Defines an enumerated email string value set.
EmailEnum(Iterable<String>) - Constructor for class org.cornutum.tcases.resolve.EmailEnum
Creates a new EmailEnum instance.
EmailEnum(Iterable<String>, Characters) - Constructor for class org.cornutum.tcases.resolve.EmailEnum
Creates a new EmailEnum instance.
emailOf(String) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new EmailValue.
EmailValue - Class in org.cornutum.tcases.resolve
Represents a generated email address value for a test case.
EmailValue(String) - Constructor for class org.cornutum.tcases.resolve.EmailValue
Creates a new EmailValue instance.
EMPTY_SCHEMA - Static variable in class org.cornutum.tcases.openapi.SchemaUtils
A schema that contains no assertions.
emptySchema() - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns a new empty schema.
encode(ParamData, UriEncoder.Component) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.FormParameterEncoder
 
encode(String, String, boolean, DataValue<?>) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.FormParameterEncoder
 
encode(DataValue<?>, Map<String, EncodingData>, boolean) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
Returns the name/value pairs that encode the given DataValue.
encode(DataValue<?>, boolean) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
Returns the name/value pairs that encode the given DataValue.
encode(DataValue<?>) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
Returns the name/value pairs that encode the given DataValue, applying the application/x-www-form-urlencoded encoding to all pairs.
encode(ParamData, UriEncoder.Component) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.LabelValueEncoder
 
encode(DataValue<?>, boolean, UriEncoder.Component) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.LabelValueEncoder
 
encode(ParamData, UriEncoder.Component) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.MatrixValueEncoder
 
encode(String, DataValue<?>, boolean, UriEncoder.Component) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.MatrixValueEncoder
 
encode(ParamData, UriEncoder.Component) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
encode(DataValue<?>, UriEncoder.Component) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
encode(DataValue<?>, boolean) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
encode(DataValue<?>, boolean, UriEncoder.Component) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
encoded(byte[]) - Static method in class org.cornutum.tcases.resolve.Base64Domain
Returns the base64 encoding of the given bytes.
EncodingData - Class in org.cornutum.tcases.openapi.resolver
Represents the encoding used to serialize part of an ObjectValue.
EncodingData(String, Boolean) - Constructor for class org.cornutum.tcases.openapi.resolver.EncodingData
Creates a new EncodingData instance.
EncodingData(String, List<HeaderData>) - Constructor for class org.cornutum.tcases.openapi.resolver.EncodingData
Creates a new EncodingData instance.
EncodingDataBuilder - Class in org.cornutum.tcases.openapi.resolver
Builds an EncodingData instance.
EncodingDef - Class in org.cornutum.tcases.openapi.resolver
Represents the encoding used to serialize part of an ObjectValue.
EncodingDef - Class in org.cornutum.tcases.openapi.test
Represents the encoding used to serialize part of a response object.
endElement(String, String, String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.CombineHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
 
endElement(String, String, String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.TupleHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.AllOfHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.AnyOfHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.CardinalityHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionContainer
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.FunctionHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.InputHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.NotHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ValueHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarDefHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarSetHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.FunctionHandler
 
endElement(String, String, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCaseHandler
 
enforceReadOnly() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
enforceReadOnly() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
enforceWriteOnly() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
entriesOf(M) - Static method in class org.cornutum.tcases.util.CollectionUtils
Returns a stream containing the entries of the given map.
EnumDomain<T> - Class in org.cornutum.tcases.resolve
Defines an enumerated value set.
EnumDomain(DataValue.Type, Iterable<String>) - Constructor for class org.cornutum.tcases.resolve.EnumDomain
Creates a new EnumDomain instance.
EnumDomain(DataValue.Type, Collection<T>) - Constructor for class org.cornutum.tcases.resolve.EnumDomain
Creates a new EnumDomain instance.
enums(List<DataValue<?>>) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
enums(DataValue<?>...) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
enums(Boolean...) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
enums(BigDecimal...) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
enums(int...) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
enums(long...) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
enums(String...) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
enums(String, StringValue...) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
ENV - Static variable in interface org.cornutum.tcases.IVarDef
Identifies an implicit input variable defined by the environment to a function.
equals(Object) - Method in class org.cornutum.tcases.AbstractVarDef
 
equals(Object) - Method in class org.cornutum.tcases.conditions.AbstractAssertion
 
equals(Object) - Method in class org.cornutum.tcases.conditions.BoundedAssertion
 
equals(Object) - Method in class org.cornutum.tcases.conditions.ConditionSet
 
equals(Object) - Method in class org.cornutum.tcases.conditions.Conjunction
 
equals(Object) - Method in class org.cornutum.tcases.conditions.Disjunction
 
Equals - Class in org.cornutum.tcases.conditions
A condition that is satisfied if and only number of instances of a property equals a specified minimum.
Equals(String, int) - Constructor for class org.cornutum.tcases.conditions.Equals
Creates a new Equals instance.
equals(Object) - Method in class org.cornutum.tcases.conditions.PropertyExpr
 
equals(Object) - Method in class org.cornutum.tcases.FunctionInputDef
 
equals(Object) - Method in class org.cornutum.tcases.FunctionTestDef
 
equals(Object) - Method in class org.cornutum.tcases.generator.GeneratorSet
 
equals(Object) - Method in class org.cornutum.tcases.generator.Tuple
 
equals(Object) - Method in class org.cornutum.tcases.generator.TupleCombiner
 
equals(Object) - Method in class org.cornutum.tcases.generator.TupleGenerator
 
equals(Object) - Method in class org.cornutum.tcases.generator.TupleRef
 
equals(Object) - Method in class org.cornutum.tcases.generator.VarNamePattern
 
equals(Object) - Method in class org.cornutum.tcases.openapi.resolver.ApiKeyDef
 
equals(Object) - Method in class org.cornutum.tcases.openapi.resolver.EncodingData
 
equals(Object) - Method in class org.cornutum.tcases.openapi.resolver.HeaderData
 
equals(Object) - Method in class org.cornutum.tcases.openapi.resolver.HttpBasicDef
 
equals(Object) - Method in class org.cornutum.tcases.openapi.resolver.HttpBearerDef
 
equals(Object) - Method in class org.cornutum.tcases.openapi.resolver.ParamData
 
equals(Object) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
 
equals(Object) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
 
equals(Object) - Method in class org.cornutum.tcases.resolve.DataValue
 
equals(Object) - Method in class org.cornutum.tcases.resolve.Schema
 
equals(Object) - Method in class org.cornutum.tcases.SystemInputDef
 
equals(Object) - Method in class org.cornutum.tcases.SystemInputs.Located
 
equals(Object) - Method in class org.cornutum.tcases.SystemTestDef
 
equals(Object) - Method in class org.cornutum.tcases.TestCase
 
equals(Object) - Method in class org.cornutum.tcases.VarBinding
 
equals(Object) - Method in class org.cornutum.tcases.VarBindingDef
 
equals(Object) - Method in class org.cornutum.tcases.VarNaDef
 
equals(Object) - Method in class org.cornutum.tcases.VarValueDef
 
EQUALS_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
equalsExtended(Schema<?>, Schema<?>, String...) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns true if the given schemas are equal, comparing values for only the specified extensions.
EqualsHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.EqualsHandler
 
equalTo(String, int) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains a specified number of instances of a property.
error(SAXParseException) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
 
error(SAXParseException) - Method in class org.cornutum.tcases.io.SystemInputDocReader
 
error(SAXParseException) - Method in class org.cornutum.tcases.io.SystemTestDocReader
 
error(TransformerException) - Method in class org.cornutum.tcases.io.TransformFilter
 
error(String, String) - Method in class org.cornutum.tcases.util.ExecutionNotifier
Reports an error that could produce an incorrect result.
error(String[], String, String) - Method in interface org.cornutum.tcases.util.Notifier
Reports an error that would have resulted in inconsistent or infeasible results.
ExampleException - Exception in org.cornutum.tcases.openapi
Reports a failure deriving input models from API examples.
ExampleException(String[], String) - Constructor for exception org.cornutum.tcases.openapi.ExampleException
Creates a new ExampleException instance.
exampleValue(Example) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
Returns the value of the given example.
except(Set<String>) - Static method in class org.cornutum.tcases.openapi.resolver.MediaTypeDomain
Returns a MediaTypeDomain that contains any media type.
EXCLMAX_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
EXCLMIN_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
exclude(String...) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Excludes the given variables from this combiner.
exclude(Iterable<String>) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Excludes the given variables from this combiner.
exclude(Stream<String>) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Excludes the given variables from this combiner.
EXCLUDE_TAG - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
ExcludeHandler() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ExcludeHandler
 
exclusiveMaximum(BigDecimal) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
exclusiveMaximum(int) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
exclusiveMaximum(long) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
exclusiveMaximum(String) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
exclusiveMinimum(BigDecimal) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
exclusiveMinimum(int) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
exclusiveMinimum(long) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
exclusiveMinimum(String) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
execType(ApiTestCommand.Options.ExecType) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
execute() - Method in class org.cornutum.tcases.ant.TcasesTask
Runs Tcases with the specified options.
ExecutionContext<E extends RuntimeException> - Class in org.cornutum.tcases.util
Provides a context for exceptions that occur during an execution.
ExecutionContext(String...) - Constructor for class org.cornutum.tcases.util.ExecutionContext
Creates a new ExecutionContext instance, starting at the given location.
ExecutionNotifier<E extends RuntimeException> - Class in org.cornutum.tcases.util
An ExecutionContext that uses a Notifier to report execution conditions.
ExecutionNotifier(String...) - Constructor for class org.cornutum.tcases.util.ExecutionNotifier
Creates a new ExecutionNotifier instance, starting at the given location.
exists(Dnf) - Static method in class org.cornutum.tcases.openapi.Dnf
Returns false if the given schema is a non-existent result.
EXPECT_CONFORM - Static variable in interface org.cornutum.tcases.openapi.test.ResponseValidationHandler
Reports a failure only when response data does not satisfy OpenAPI requirements.
expectArray(JsonNode) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns the given JSON node as an array node.
expectedValueOf(T, String, Object...) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
Returns the given value if non-null.
expectObject(JsonNode) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns the given JSON node as an object node.
expectPropertyValues(Map<String, Object>, String) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the value set at the given property path.
expectVarBinding(Map<String, Object>, String) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the variable binding at the given property path.
exploded() - Method in class org.cornutum.tcases.openapi.resolver.EncodingDataBuilder
 
exploded(boolean) - Method in class org.cornutum.tcases.openapi.resolver.EncodingDataBuilder
 
exploded() - Method in class org.cornutum.tcases.openapi.resolver.HeaderDataBuilder
 
exploded(boolean) - Method in class org.cornutum.tcases.openapi.resolver.HeaderDataBuilder
 
exploded() - Method in class org.cornutum.tcases.openapi.resolver.ParamDataBuilder
 
exploded(boolean) - Method in class org.cornutum.tcases.openapi.resolver.ParamDataBuilder
 
extended() - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
extending(String) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget.Builder
 
extending(Class<?>) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget.Builder
 

F

fail() - Static method in interface org.cornutum.tcases.openapi.ModelConditionNotifier
Returns a Notifier that throws an OpenApiException for any warning or error.
fail() - Static method in interface org.cornutum.tcases.openapi.resolver.RequestCaseConditionNotifier
Returns a Notifier that throws an ResolverException for any warning or error.
fail() - Static method in interface org.cornutum.tcases.resolve.TestCaseConditionNotifier
Returns a Notifier that throws an ResolverException for any warning or error.
FAIL_ALL - Static variable in interface org.cornutum.tcases.openapi.test.ResponseValidationHandler
Reports a failure for all validation conditions.
FAILURE_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
FAILURE_ATR - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
failureValue(Object) - Static method in class org.cornutum.tcases.SystemInputs
Returns a builder for a new failure VarValueDef with the given name.
FALSE_SCHEMA - Static variable in class org.cornutum.tcases.openapi.SchemaUtils
A schema that will invalidate any instance.
fatalError(TransformerException) - Method in class org.cornutum.tcases.io.TransformFilter
 
file(File) - Static method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Creates a new Builder for a MocoServerConfigFile instance.
file(String) - Static method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Creates a new Builder for a MocoServerConfigFile instance.
filtered(String) - Method in interface org.cornutum.tcases.util.Characters
Returns the given string after removing any characters that are not allowed.
find(String...) - Method in class org.cornutum.tcases.AbstractVarDef
Returns the descendant variable with the given name path, relative to this variable.
find(String...) - Method in interface org.cornutum.tcases.IVarDef
Returns the descendant variable with the given name path, relative to this variable.
find(String...) - Method in class org.cornutum.tcases.VarDef
Returns the descendant variable with the given name path, relative to this variable.
find(String...) - Method in class org.cornutum.tcases.VarSet
Returns the descendant variable with the given name path, relative to this variable.
findFunctionInputDef(String) - Method in class org.cornutum.tcases.SystemInputDef
Returns the index of the function definition with the given name.
findFunctionTestDef(String) - Method in class org.cornutum.tcases.SystemTestDef
Returns the index of the function test definition with the given name.
findMember(String) - Method in class org.cornutum.tcases.VarSet
Returns the index of the member variable with the given name.
findTestCase(int) - Method in class org.cornutum.tcases.FunctionTestDef
Returns the index of the test case with the given id.
findValue(Object) - Method in class org.cornutum.tcases.VarDef
Returns the index of the value definition with the given name.
findVarDef(String) - Method in class org.cornutum.tcases.FunctionInputDef
Returns the index of the variable definition with the given name.
findVarDefPath(String) - Method in class org.cornutum.tcases.FunctionInputDef
Returns the individual variable definition with the given path name.
findVarPath(String) - Method in class org.cornutum.tcases.FunctionInputDef
Returns the variable definition with the given path name.
flush() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.generator.io.GeneratorSetJsonWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.io.AbstractSystemInputWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.io.AbstractSystemTestWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.io.IndentedWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.io.ProjectJsonWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.io.SystemInputDocWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.io.SystemInputJsonWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.io.SystemTestDocWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.io.SystemTestJsonWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfigWriter
Flushes the writer.
flush() - Method in class org.cornutum.tcases.openapi.resolver.io.RequestTestDefWriter
Flushes the writer.
forEachTest(boolean) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig.Builder
 
forEachTest() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig.Builder
 
format(Date) - Method in class org.cornutum.tcases.resolve.DateDomain
Returns the string representation of the given time.
format(Date) - Method in class org.cornutum.tcases.resolve.DateTimeDomain
Returns the string representation of the given time.
format(String) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
format(Date) - Method in class org.cornutum.tcases.resolve.TimeDomain
Returns the string representation of the given time.
formatted() - Method in class org.cornutum.tcases.resolve.FormattedString.Base64
 
formatted() - Method in class org.cornutum.tcases.resolve.FormattedString.Date
 
formatted() - Method in class org.cornutum.tcases.resolve.FormattedString.DateTime
 
formatted() - Method in class org.cornutum.tcases.resolve.FormattedString
Returns the formatted string representation of this object.
formatted() - Method in class org.cornutum.tcases.resolve.FormattedString.Native
 
formatted() - Method in class org.cornutum.tcases.resolve.FormattedString.Null
 
formatted() - Method in class org.cornutum.tcases.resolve.FormattedString.Uuid
 
FormattedString - Class in org.cornutum.tcases.resolve
Defines a formatted string for a specific object.
FormattedString() - Constructor for class org.cornutum.tcases.resolve.FormattedString
 
FormattedString.Base64 - Class in org.cornutum.tcases.resolve
Uses the base64 string representation of this object.
FormattedString.Date - Class in org.cornutum.tcases.resolve
Uses the RFC3339 full-date representation of this object.
FormattedString.DateTime - Class in org.cornutum.tcases.resolve
Uses the RFC3339 date-time representation of this object.
FormattedString.Native - Class in org.cornutum.tcases.resolve
Uses the native string representation of this object.
FormattedString.Null - Class in org.cornutum.tcases.resolve
Uses the null string representation of this object.
FormattedString.Uuid - Class in org.cornutum.tcases.resolve
Uses the UUID string representation of this object.
FormParameterEncoder - Class in org.cornutum.tcases.openapi.testwriter.encoder
Returns the name/value pairs that encode a parameter in the "form" style.
forMultipartForm(String, List<HeaderDef>) - Static method in class org.cornutum.tcases.openapi.resolver.EncodingDef
Returns an EncodingDef for a multipart/form-data part.
forMultipartForm(String, List<HeaderDef>) - Static method in class org.cornutum.tcases.openapi.test.EncodingDef
Returns an EncodingDef for a multipart/form-data part.
FormUrlDecoder - Class in org.cornutum.tcases.openapi.test
Returns the JSON representation of application/x-www-form-urlencoded content.
FormUrlDecoder(ContentDef) - Constructor for class org.cornutum.tcases.openapi.test.FormUrlDecoder
Creates a new FormUrlDecoder instance.
FormUrlEncoder - Class in org.cornutum.tcases.openapi.testwriter.encoder
Returns the name/value pairs that encode a DataValue for the application/x-www-form-urlencoded media type.
forOps(Collection<String>) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns a view of this ResponseDef that includes only the given API request operations.
forOps(String...) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns a view of this ResponseDef that includes only the given API request operations.
forPaths(Collection<String>) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns a view of this ResponseDef that includes only the given API request paths.
forPaths(String...) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns a view of this ResponseDef that includes only the given API request paths.
forSimpleValue(Boolean) - Static method in class org.cornutum.tcases.openapi.test.EncodingDef
Returns an EncodingDef for a "simple" style value.
forSimpleValue(String, Boolean) - Static method in class org.cornutum.tcases.openapi.test.EncodingDef
Returns an EncodingDef for a "simple" style value.
forTestServer(Optional<String>) - Static method in class org.cornutum.tcases.openapi.testwriter.java.TestCaseWriterUtils
Returns the Java expression that returns the API server URI.
forUrlEncodedForm(String, Boolean) - Static method in class org.cornutum.tcases.openapi.resolver.EncodingDef
Returns an EncodingDef for an application/x-www-form-urlencoded part.
forUrlEncodedForm(String, Boolean) - Static method in class org.cornutum.tcases.openapi.test.EncodingDef
Returns an EncodingDef for an application/x-www-form-urlencoded part.
forUrlEncodedForm() - Static method in class org.cornutum.tcases.openapi.test.EncodingDef
Returns a default EncodingDef for an application/x-www-form-urlencoded part.
from(RequestTestDef) - Static method in class org.cornutum.tcases.openapi.testwriter.TestSource
Returns a new TestSource.Builder.
fromCsv(String) - Static method in class org.cornutum.tcases.util.CollectionUtils
Returns the list of values specified by the given comma-separated string.
function(String) - Method in class org.cornutum.tcases.ReducerCommand.Options.Builder
 
function(String) - Method in class org.cornutum.tcases.ReducerOptions.Builder
 
function(String) - Static method in class org.cornutum.tcases.SystemInputs
Returns a builder for a new FunctionInputDef with the given name.
FUNCTION_ATR - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
FUNCTION_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
FUNCTION_TAG - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
FunctionHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.FunctionHandler
 
FunctionHandler() - Constructor for class org.cornutum.tcases.io.SystemTestDocReader.FunctionHandler
 
FunctionInputDef - Class in org.cornutum.tcases
Defines the input space for a specific function.
FunctionInputDef() - Constructor for class org.cornutum.tcases.FunctionInputDef
Creates a new FunctionInputDef object.
FunctionInputDef(String) - Constructor for class org.cornutum.tcases.FunctionInputDef
Creates a new FunctionInputDef object.
FunctionInputDefBuilder - Class in org.cornutum.tcases
Builds FunctionInputDef instances.
FunctionInputDefBuilder() - Constructor for class org.cornutum.tcases.FunctionInputDefBuilder
Creates a new FunctionInputDefBuilder object.
FunctionInputDefBuilder(FunctionInputDef) - Constructor for class org.cornutum.tcases.FunctionInputDefBuilder
Creates a new FunctionInputDefBuilder object.
functions(FunctionInputDef...) - Method in class org.cornutum.tcases.SystemInputDefBuilder
Adds system functions.
functions(Iterable<FunctionInputDef>) - Method in class org.cornutum.tcases.SystemInputDefBuilder
Adds system functions.
functions(Stream<FunctionInputDef>) - Method in class org.cornutum.tcases.SystemInputDefBuilder
Adds system functions.
functions(FunctionTestDef...) - Method in class org.cornutum.tcases.SystemTestDefBuilder
Adds system functions.
functions(Iterable<FunctionTestDef>) - Method in class org.cornutum.tcases.SystemTestDefBuilder
Adds system functions.
functions(Stream<FunctionTestDef>) - Method in class org.cornutum.tcases.SystemTestDefBuilder
Adds system functions.
FunctionTestDef - Class in org.cornutum.tcases
Defines test cases for a specific function.
FunctionTestDef() - Constructor for class org.cornutum.tcases.FunctionTestDef
Creates a new FunctionTestDef object.
FunctionTestDef(String) - Constructor for class org.cornutum.tcases.FunctionTestDef
Creates a new FunctionTestDef object.
FunctionTestDefBuilder - Class in org.cornutum.tcases
Builds FunctionTestDef instances.
FunctionTestDefBuilder() - Constructor for class org.cornutum.tcases.FunctionTestDefBuilder
Creates a new FunctionTestDefBuilder object.
FunctionTestDefBuilder(FunctionTestDef) - Constructor for class org.cornutum.tcases.FunctionTestDefBuilder
Creates a new FunctionTestDefBuilder object.

G

genDef(File) - Method in class org.cornutum.tcases.anon.AnonCommand.Options.Builder
 
genDef(File) - Method in class org.cornutum.tcases.CopyCommand.Options.Builder
 
genDef(File) - Method in class org.cornutum.tcases.ReducerCommand.Options.Builder
 
genDef(File) - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
generatedMatches(LengthDomain) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain.PatternResolver
Returns a sequence of generated matches to all pattern requirements matching pattern.
generateMatchingValues(ResolverContext, AbstractStringDomain.PatternResolver) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Generates a random sequence of possible members of this domain matching all pattern requirements.
generatingByDefault(TupleGeneratorBuilder) - Method in class org.cornutum.tcases.generator.GeneratorSetBuilder
Adds a default generator to this set.
generatingFor(String, TupleGeneratorBuilder) - Method in class org.cornutum.tcases.generator.GeneratorSetBuilder
Adds a generator to this set for the given function.
generator(String, ITestCaseGenerator) - Method in class org.cornutum.tcases.generator.GeneratorSetBuilder
Adds a generator to this set for the given function.
GeneratorOptions - Class in org.cornutum.tcases.generator
Defines options that control test case generation.
GeneratorOptions() - Constructor for class org.cornutum.tcases.generator.GeneratorOptions
 
GeneratorOptions.Builder - Class in org.cornutum.tcases.generator
 
Generators - Class in org.cornutum.tcases.generator
Defines methods to build elements of a GeneratorSet.
generators() - Static method in class org.cornutum.tcases.generator.Generators
Returns a new GeneratorSetBuilder.
generators(IGeneratorSet) - Method in class org.cornutum.tcases.io.ProjectBuilder
Changes the generator set for the project.
GENERATORS_TAG - Static variable in class org.cornutum.tcases.generator.io.GeneratorSetDoc
 
GeneratorSet - Class in org.cornutum.tcases.generator
Defines a set of test case generators.
GeneratorSet() - Constructor for class org.cornutum.tcases.generator.GeneratorSet
 
GeneratorSetBuilder - Class in org.cornutum.tcases.generator
Builds GeneratorSet instances.
GeneratorSetBuilder() - Constructor for class org.cornutum.tcases.generator.GeneratorSetBuilder
Creates a new GeneratorSetBuilder object.
GeneratorSetBuilder(GeneratorSet) - Constructor for class org.cornutum.tcases.generator.GeneratorSetBuilder
Creates a new GeneratorSetBuilder object.
GeneratorSetDoc - Class in org.cornutum.tcases.generator.io
Defines constants for the identifiers in a generator definition document.
GeneratorSetDocReader - Class in org.cornutum.tcases.generator.io
An IGeneratorSetSource that reads from an XML document.
GeneratorSetDocReader() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocReader
Creates a new GeneratorSetDocReader object.
GeneratorSetDocReader(InputStream) - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocReader
Creates a new GeneratorSetDocReader object.
GeneratorSetDocReader.CombineHandler - Class in org.cornutum.tcases.generator.io
Handles Combine elements.
GeneratorSetDocReader.ElementHandler - Class in org.cornutum.tcases.generator.io
The base class for element handlers used by this parser.
GeneratorSetDocReader.ExcludeHandler - Class in org.cornutum.tcases.generator.io
Handles Exclude elements.
GeneratorSetDocReader.GeneratorsHandler - Class in org.cornutum.tcases.generator.io
Handles Generators elements.
GeneratorSetDocReader.IncludeHandler - Class in org.cornutum.tcases.generator.io
Handles Include elements.
GeneratorSetDocReader.OnceHandler - Class in org.cornutum.tcases.generator.io
Handles Once elements.
GeneratorSetDocReader.TupleGeneratorHandler - Class in org.cornutum.tcases.generator.io
Handles TupleGenerator elements.
GeneratorSetDocReader.TupleHandler - Class in org.cornutum.tcases.generator.io
Handles tuple elements.
GeneratorSetDocReader.VarHandler - Class in org.cornutum.tcases.generator.io
Handles Var elements.
GeneratorSetDocWriter - Class in org.cornutum.tcases.generator.io
Writes a IGeneratorSet in the form of an XML document.
GeneratorSetDocWriter() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Creates a new GeneratorSetDocWriter object that writes to standard output.
GeneratorSetDocWriter(OutputStream) - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Creates a new GeneratorSetDocWriter object that writes to the given stream.
GeneratorSetDocWriter(Writer) - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Creates a new GeneratorSetDocWriter object that writes to the given stream.
GeneratorSetDocWriter(XmlWriter) - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Creates a new GeneratorSetDocWriter object that writes to the given stream.
GeneratorSetException - Exception in org.cornutum.tcases.generator.io
Reports an error reading a generator set definition.
GeneratorSetException(String) - Constructor for exception org.cornutum.tcases.generator.io.GeneratorSetException
Creates a new GeneratorSetException instance.
GeneratorSetException(String, Throwable) - Constructor for exception org.cornutum.tcases.generator.io.GeneratorSetException
Creates a new GeneratorSetException instance.
GeneratorSetJson - Class in org.cornutum.tcases.generator.io
Converts between a GeneratorSet and its corresponding JsonObject.
GeneratorSetJsonReader - Class in org.cornutum.tcases.generator.io
An IGeneratorSetSource that reads from a JSON document.
GeneratorSetJsonReader() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetJsonReader
Creates a new GeneratorSetJsonReader object.
GeneratorSetJsonReader(InputStream) - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetJsonReader
Creates a new GeneratorSetJsonReader object.
GeneratorSetJsonWriter - Class in org.cornutum.tcases.generator.io
Writes an IGeneratorSet in the form of a JSON document.
GeneratorSetJsonWriter() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetJsonWriter
Creates a new GeneratorSetJsonWriter object that writes to standard output.
GeneratorSetJsonWriter(OutputStream) - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetJsonWriter
Creates a new GeneratorSetJsonWriter object that writes to the given stream.
GeneratorSetJsonWriter(Writer) - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetJsonWriter
Creates a new GeneratorSetJsonWriter object that writes to the given stream.
GeneratorSetResource - Class in org.cornutum.tcases.generator.io
An IGeneratorSetSource that returns the IGeneratorSet at the given URL.
GeneratorSetResource(URL) - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetResource
Creates a new GeneratorSetResource instance.
GeneratorSetResource(File) - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetResource
Creates a new GeneratorSetResource instance.
GeneratorsHandler() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocReader.GeneratorsHandler
 
generatorsRef(URI) - Method in class org.cornutum.tcases.io.ProjectBuilder
Changes the location of the generator set for the project.
generic() - Static method in class org.cornutum.tcases.resolve.SchemaBuilder
Returns a builder for a schema of undefined type.
getAdditionalPropertyCount() - Method in class org.cornutum.tcases.resolve.ObjectDomain
Returns the value domain for the number of additional properties for this object.
getAdditionalPropertyNames() - Method in class org.cornutum.tcases.resolve.ObjectDomain
Returns the value domain for the names of any additional properties.
getAdditionalPropertyValues() - Method in class org.cornutum.tcases.resolve.ObjectDomain
Returns the value domain for any additional properties for this object.
getAlternativePropertyValues(Map<String, Object>) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
If the given properties define one of multiple alternative values, returns the properties of the specified alternative.
getAlternatives(String) - Method in class org.cornutum.tcases.openapi.Dnf
Returns the alternatives for the given type.
getAlternatives() - Method in class org.cornutum.tcases.openapi.Dnf
Returns the alternatives of all types.
getAnnotated() - Method in class org.cornutum.tcases.AnnotatedBuilder
Returns the Annotated instance for this builder.
getAnnotated() - Method in class org.cornutum.tcases.FunctionInputDefBuilder
Returns the Annotated instance for this builder.
getAnnotated() - Method in class org.cornutum.tcases.FunctionTestDefBuilder
Returns the Annotated instance for this builder.
getAnnotated() - Method in class org.cornutum.tcases.io.SystemInputDocReader.AnnotatedHandler
Returns the Annotated instance for this handler.
getAnnotated() - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionalHandler
Returns the Annotated instance for this handler.
getAnnotated() - Method in class org.cornutum.tcases.io.SystemInputDocReader.FunctionHandler
Returns the Annotated instance for this handler.
getAnnotated() - Method in class org.cornutum.tcases.io.SystemInputDocReader.InputHandler
Returns the Annotated instance for this handler.
getAnnotated() - Method in class org.cornutum.tcases.io.SystemInputDocReader.SystemHandler
Returns the Annotated instance for this handler.
getAnnotated() - Method in class org.cornutum.tcases.io.SystemTestDocReader.AnnotatedHandler
Returns the Annotated instance for this handler.
getAnnotated() - Method in class org.cornutum.tcases.io.SystemTestDocReader.FunctionHandler
Returns the Annotated instance for this handler.
getAnnotated() - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCaseHandler
Returns the Annotated instance for this handler.
getAnnotated() - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCasesHandler
Returns the Annotated instance for this handler.
getAnnotated() - Method in class org.cornutum.tcases.io.SystemTestDocReader.VarHandler
Returns the Annotated instance for this handler.
getAnnotated() - Method in class org.cornutum.tcases.SystemInputDefBuilder
Returns the Annotated instance for this builder.
getAnnotated() - Method in class org.cornutum.tcases.SystemTestDefBuilder
Returns the Annotated instance for this builder.
getAnnotated() - Method in class org.cornutum.tcases.TestCaseBuilder
Returns the Annotated instance for this builder.
getAnnotated() - Method in class org.cornutum.tcases.VarBindingBuilder
Returns the Annotated instance for this builder.
getAnnotated() - Method in class org.cornutum.tcases.VarDefBuilder
Returns the Annotated instance for this builder.
getAnnotated() - Method in class org.cornutum.tcases.VarSetBuilder
Returns the Annotated instance for this builder.
getAnnotated() - Method in class org.cornutum.tcases.VarValueDefBuilder
Returns the Annotated instance for this builder.
getAnnotation(String) - Method in class org.cornutum.tcases.Annotated
Returns the value of the given annotation.
getAnnotation(String) - Method in interface org.cornutum.tcases.IAnnotated
Returns the value of the given annotation.
getAnnotation(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.AnnotatedHandler
Returns the value of the given annotation.
getAnnotation(String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.AnnotatedHandler
Returns the value of the given annotation.
getAnnotationCount() - Method in class org.cornutum.tcases.Annotated
Returns the number of annotations defined.
getAnnotationList(String) - Method in class org.cornutum.tcases.Annotated
Returns the list represented by the value of the given annotation.
getAnnotations() - Method in class org.cornutum.tcases.Annotated
Returns the list of all annotation names.
getAnnotations() - Method in interface org.cornutum.tcases.IAnnotated
Returns the list of all annotation names.
getApi() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns the name of the API that defines this request.
getApi() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns the name of the API that defines this request.
getApi() - Method in class org.cornutum.tcases.openapi.resolver.RequestTestDef
Returns the name of the API for these request test cases.
getApi() - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
Returns the API name for this source.
getApiDef() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the Open API v3 API definition file
getApiDef() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the Open API v3 API definition file
getAssertionCount() - Method in class org.cornutum.tcases.conditions.AbstractAssertion
Returns the number of assertions for this disjunction.
getAssertionCount() - Method in class org.cornutum.tcases.conditions.Disjunction
Returns the number of assertions for this disjunction.
getAssertionCount() - Method in interface org.cornutum.tcases.conditions.IDisjunct
Returns the number of assertions for this disjunction.
getAssertions() - Method in class org.cornutum.tcases.conditions.AbstractAssertion
Returns the assertions for this disjunction.
getAssertions() - Method in class org.cornutum.tcases.conditions.Disjunction
Returns the assertions in this disjunction.
getAssertions() - Method in interface org.cornutum.tcases.conditions.IDisjunct
Returns the assertions for this disjunction.
getAttribute(Attributes, String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Returns the value of the given attribute.
getAttribute(Attributes, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the value of the given attribute.
getAttribute(Attributes, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the value of the given attribute.
getAuthDefs() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns the authentication definitions for this request.
getAuthDefs() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns the authentication definitions for this request.
getBaseClass() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the base class for the test class that is generated.
getBaseClass() - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
Returns the fully-qualified name of the base class defined for this target, or null if no base class is defined.
getBaseClassName() - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
Returns the simple name of the base class defined for this target, or null if no base class is defined.
getBaseClassPackage() - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
Returns the package name for the base class defined for this target, or null if no base class is defined.
getBaseLocation() - Method in class org.cornutum.tcases.io.Project
Returns the base URI for the location of project elements.
getBaseTests() - Method in class org.cornutum.tcases.io.Project
Returns the base tests definition for this project.
getBaseTestsLocation() - Method in class org.cornutum.tcases.io.Project
Returns the location of the base tests definition for this project.
getBinding() - Method in exception org.cornutum.tcases.generator.BindingException
Returns the binding that is in error.
getBinding(VarDef) - Method in class org.cornutum.tcases.generator.Tuple
Returns the value bound by this tuple for the given variable.
getBindingCount() - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns the number of variable bindings in this test case.
getBindings() - Method in class org.cornutum.tcases.generator.Tuple
Returns the variable bindings for this tuple.
getBindingsDescriptor(String) - Method in class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
If the given text describes a set of variable bindings, returns a description of the bindings.
getBody() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns the definition of the request body.
getBody() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns the definition of the request body.
getBound() - Method in class org.cornutum.tcases.conditions.BoundedAssertion
Returns the bound on the number of instances of this property.
getBuilder(Object) - Static method in class org.cornutum.tcases.util.ToString
Returns a standard string builder for the given object.
getCertConfig() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
Returns the Moco certificate configuration.
getCertPassword() - Method in class org.cornutum.tcases.openapi.moco.CertConfig
Returns the certificate password for the certificate
getCharacters() - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns the set of characters allowed in values for this domain.
getCharacters() - Method in class org.cornutum.tcases.resolve.MultiTypeDomain
Returns the set of characters allowed in values for this domain.
getCharacters() - Method in class org.cornutum.tcases.resolve.ObjectDomain
Returns the set of characters allowed in property names and values for this domain.
getClassName(String) - Method in class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
Returns the test class name derived from the given test name.
getClassName(String) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestWriter
Returns the test class name derived from the given test name.
getCombinedVars(FunctionInputDef) - Method in class org.cornutum.tcases.generator.TupleCombiner
Returns the set of input variables to be combined.
getCombiners() - Method in class org.cornutum.tcases.generator.TupleGenerator
Returns the list of tuple combiners for this generator.
getCompatibleAlternatives(String) - Method in class org.cornutum.tcases.openapi.Dnf
Returns the alternatives that can be combined with schemas of the given type.
getComponent() - Method in class org.cornutum.tcases.openapi.testwriter.encoder.UriEncoder
Returns the URI component to be encoded
getCondition() - Method in class org.cornutum.tcases.Conditional
Returns the condition that defines when this element is applicable.
getCondition() - Method in interface org.cornutum.tcases.IConditional
Returns the condition that defines when this element is applicable.
getCondition() - Method in class org.cornutum.tcases.io.SystemInputDocReader.CardinalityHandler
Returns the condition represented by this element.
getCondition() - Method in interface org.cornutum.tcases.IVarDef
Returns the condition that defines when values for this variable are applicable.
getCondition() - Method in class org.cornutum.tcases.VarBindingDef
Returns the condition that defines when this binding is applicable.
getConditional() - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionalHandler
Returns the Conditional represented by this element.
getConditional() - Method in class org.cornutum.tcases.io.SystemInputDocReader.ValueHandler
Returns the Conditional represented by this element.
getConditional() - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarDefHandler
Returns the Conditional represented by this element.
getConditional() - Method in class org.cornutum.tcases.io.SystemInputDocReader.WhenHandler
Returns the Conditional that contains by this element.
getConditionNotifier() - Method in class org.cornutum.tcases.openapi.ModelOptions
Returns the Notifier that reports conditions found when creating a Tcases model from an OpenAPI model.
getConditions() - Method in class org.cornutum.tcases.conditions.ConditionSet
Returns the conditions in this set.
getConditionSet() - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionSetHandler
Returns the condition set represented by this element.
getConfigWriter() - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Returns the MocoServerTestWriter.ConfigWriter for this test writer.
getConstant() - Method in class org.cornutum.tcases.resolve.Schema
Returns the constant value of all input values.
getContentDef() - Method in class org.cornutum.tcases.openapi.test.HeaderDef
Returns the content definition for this header.
getContentType() - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Returns the default file content type.
getContentType() - Method in class org.cornutum.tcases.CopyCommand.Options
Returns the content type.
getContentType() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the OpenApi definition file content type.
getContentType() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the OpenApi definition file content type.
getContentType() - Method in class org.cornutum.tcases.openapi.resolver.EncodingData
Returns the content type of a multipart/form-data part.
getContentType() - Method in class org.cornutum.tcases.openapi.resolver.EncodingDef
Returns the content type of a multipart/form-data part.
getContentType() - Method in class org.cornutum.tcases.openapi.test.ContentDef
Returns the content type.
getContentType() - Method in class org.cornutum.tcases.openapi.test.EncodingDef
Returns the content type of a multipart/form-data part.
getContentType() - Method in class org.cornutum.tcases.ReducerCommand.Options
Returns the default file content type.
getContentType() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the default file content type.
getContext() - Method in class org.cornutum.tcases.util.ContextHandler
Returns the execution context for this reporter.
getConverter(MediaRange) - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
Returns the serializer used for the given media type.
getConverter(String) - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
Returns the serializer used for the given media type.
getCookieParameters(ParamData) - Static method in class org.cornutum.tcases.openapi.testwriter.TestWriterUtils
Returns the set of request cookie parameter bindings defined by the given COOKIE parameter.
getCount(String) - Method in class org.cornutum.tcases.PropertySet
Returns the number of instances of the given property in this set.
getCurrentElementHandler() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
Returns the ElementHandler at the top of the parse stack.
getCurrentElementHandler() - Method in class org.cornutum.tcases.io.SystemInputDocReader
Returns the ElementHandler at the top of the parse stack.
getCurrentElementHandler() - Method in class org.cornutum.tcases.io.SystemTestDocReader
Returns the ElementHandler at the top of the parse stack.
getDataLocation() - Method in class org.cornutum.tcases.openapi.test.SchemaValidationError
Returns the data location of the error.
getDateFormat() - Static method in class org.cornutum.tcases.resolve.FormattedString
Returns the DateFormat for date strings.
getDateTimeFormat() - Static method in class org.cornutum.tcases.resolve.FormattedString
Returns the DateFormat for date-time strings.
getDefaultConverters() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
Returns the default converters for this test case writer.
getDefaultRandomSeed() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the default random number generator seed for request case resolution.
getDefaultRandomSeed() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the default random number generator seed for request case resolution.
getDefaultTupleSize() - Method in class org.cornutum.tcases.generator.GeneratorOptions
Returns the default tuple size used by generators.
getDefaultTupleSize() - Method in class org.cornutum.tcases.generator.TupleGenerator
Returns the default tuple size for variable value combinations.
getDefaultTupleSize() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the default tuple size used by generators.
getDepends() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
Returns the test case dependencies used by this writer.
getDescendant(String) - Method in class org.cornutum.tcases.VarSet
Returns the descendant variable with the given path, relative to this set.
getDescriptor(RequestCase) - Method in class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
Returns an identifier containing a description of the given request case.
getDestDir() - Method in class org.cornutum.tcases.CopyCommand.Options
Returns the destination directory.
getDestName() - Method in class org.cornutum.tcases.CopyCommand.Options
Returns the destination project name.
getDestType() - Method in class org.cornutum.tcases.CopyCommand.Options
Returns the destination content type.
getDir() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Returns the output directory for this target.
getDisjunctCount() - Method in class org.cornutum.tcases.conditions.AbstractAssertion
Returns the number of disjunctions for this conjunction.
getDisjunctCount() - Method in class org.cornutum.tcases.conditions.Conjunction
Returns the number of disjunctions for this conjunction.
getDisjunctCount() - Method in class org.cornutum.tcases.conditions.Disjunction
Returns the number of disjunctions for this conjunction.
getDisjunctCount() - Method in interface org.cornutum.tcases.conditions.IConjunct
Returns the number of disjunctions for this conjunction.
getDisjuncts() - Method in class org.cornutum.tcases.conditions.AbstractAssertion
Returns the disjuncts in this conjunction.
getDisjuncts() - Method in class org.cornutum.tcases.conditions.Conjunction
Returns the disjuncts in this conjunction.
getDisjuncts() - Method in class org.cornutum.tcases.conditions.Disjunction
Returns the disjuncts in this conjunction.
getDisjuncts() - Method in interface org.cornutum.tcases.conditions.IConjunct
Returns the disjunctions for this conjunction.
getDnf(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns the disjunctive normal form of this given schema.
getDocType() - Method in class org.cornutum.tcases.openapi.reader.OpenApiReader
Returns the content type of this document.
getDocumentLocator() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
 
getDocumentLocator() - Method in class org.cornutum.tcases.io.SystemInputDocReader
 
getDocumentLocator() - Method in class org.cornutum.tcases.io.SystemTestDocReader
 
getDomain() - Method in class org.cornutum.tcases.openapi.resolver.ValueDef
Returns the domain for this value.
getDomain() - Method in class org.cornutum.tcases.VarValueDef
Returns the domain for this input value.
getEffectiveCondition() - Method in class org.cornutum.tcases.AbstractVarDef
Returns the effective condition that defines when this variable is applicable, based on the conditions for this variable and all of its ancestors.
getEffectiveCondition(ICondition) - Method in class org.cornutum.tcases.Conditional
Returns the effective condition that defines when this element is applicable, given the specified context condition.
getEffectiveCondition() - Method in interface org.cornutum.tcases.IVarDef
Returns the effective condition that defines when this variable is applicable, based on the conditions for this variable and all of its ancestors.
getEffectiveCondition() - Method in class org.cornutum.tcases.VarBindingDef
Returns the effective condition that defines when this binding is applicable.
getEffectiveInputDef(TestCaseResolverFactory, SystemInputDef) - Static method in class org.cornutum.tcases.Tcases
Returns the effective system input definition.
getEffectiveInputDef(SystemInputDef) - Static method in class org.cornutum.tcases.Tcases
Returns the effective system input definition, using the standard TestCaseResolver.
getElement() - Method in class org.cornutum.tcases.SystemInputs.Located
Returns the element at this location.
getEncodingDef() - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Returns the content definition for this decoder.
getEncodings() - Method in class org.cornutum.tcases.openapi.resolver.MessageData
Returns the encodings for object value properties.
getEncodings() - Method in class org.cornutum.tcases.openapi.resolver.ValueDef
Returns the encodings for object value properties.
getEnum() - Method in class org.cornutum.tcases.resolve.Schema
Returns the enumeration of all input values.
getEnums() - Method in class org.cornutum.tcases.resolve.EnumDomain
Returns the enumerated values for this domain.
getErrors() - Method in exception org.cornutum.tcases.openapi.reader.OpenApiReaderException
If this exception was caused by OpenAPI conformance errors, returns the list of errors.
getExcluded() - Method in class org.cornutum.tcases.generator.TupleCombiner
Returns the set of input variables to be excluded from this combination.
getExcluded() - Method in class org.cornutum.tcases.resolve.Base64Domain
Returns the values excluded from this domain.
getExcluded() - Method in class org.cornutum.tcases.resolve.NumberDomain
Returns the values excluded from this domain.
getExcluded() - Method in class org.cornutum.tcases.resolve.NumberDomain.Range
Returns the values excluded from this range.
getExcluded() - Method in class org.cornutum.tcases.resolve.SequenceDomain
Returns the values excluded from this domain.
getExclusiveMaximum() - Method in class org.cornutum.tcases.resolve.Schema
Returns the maximum (exclusive) for numeric values.
getExclusiveMinimum() - Method in class org.cornutum.tcases.resolve.Schema
Returns the minimum (exclusive) for numeric values.
getExecType() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the request execution interface used to run API tests.
getExternalName() - Method in class org.cornutum.tcases.VarValueDef
Returns the external form of the name of this value.
getFactory() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigPojo
Returns the MocoServerConfigPojo.PojoWriterFactory for this server configuration.
getFailureValues() - Method in class org.cornutum.tcases.VarDef
Returns an iterator for the set of failure values.
getFile() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Returns the output file for this target.
getFilterInput() - Method in class org.cornutum.tcases.io.AbstractFilter
Returns the stream that provides input to the filter.
getFilterOutput() - Method in class org.cornutum.tcases.io.AbstractFilter
Returns the stream that provides output from the filter.
getFormat() - Method in class org.cornutum.tcases.resolve.AbstractValueDomain
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.Base64Domain
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.BinaryConstant
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.BinaryDomain
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.DataValue
Returns the data format.
getFormat() - Method in class org.cornutum.tcases.resolve.DateConstant
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.DateDomain
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.DateEnum
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.DateTimeConstant
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.DateTimeDomain
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.DateTimeEnum
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.EmailConstant
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.EmailDomain
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.EmailEnum
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.IntegerConstant
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.IntegerDomain
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.IntegerEnum
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.LongConstant
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.LongDomain
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.LongEnum
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.Schema
Returns the format of input values.
getFormat() - Method in class org.cornutum.tcases.resolve.UuidConstant
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.UuidDomain
Returns the format for values that belong to this domain.
getFormat() - Method in class org.cornutum.tcases.resolve.UuidEnum
Returns the format for values that belong to this domain.
getFormat() - Method in interface org.cornutum.tcases.resolve.ValueDomain
Returns the format for values that belong to this domain.
getFunction() - Method in class org.cornutum.tcases.ReducerCommand.Options
Returns the function for which tests cases are reduced.
getFunction() - Method in class org.cornutum.tcases.ReducerOptions
Returns the function for test case reduction.
getFunctionHandler() - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the handler for the Function element containing this element.
getFunctionHandler() - Method in class org.cornutum.tcases.io.SystemInputDocReader.FunctionHandler
Returns the handler for the Function element containing this element.
getFunctionInputDef() - Method in class org.cornutum.tcases.io.SystemInputDocReader.FunctionHandler
Returns the FunctionInputDef represented by this element.
getFunctionInputDef() - Method in class org.cornutum.tcases.io.SystemInputDocReader.InputHandler
Returns the FunctionInputDef for this element.
getFunctionInputDef(String) - Method in class org.cornutum.tcases.SystemInputDef
Returns the function definition with the given name.
getFunctionInputDefs() - Method in class org.cornutum.tcases.SystemInputDef
Returns the function definitions for this system.
getFunctionTestDef() - Method in class org.cornutum.tcases.io.SystemTestDocReader.FunctionHandler
Returns the FunctionTestDef represented by this element.
getFunctionTestDef(String) - Method in class org.cornutum.tcases.SystemTestDef
Returns the function test definition with the given name.
getFunctionTestDefs() - Method in class org.cornutum.tcases.SystemTestDef
Returns the function test definitions for this system.
getGenDef() - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Returns the generator definition file.
getGenDef() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns the generator definition path.
getGenDef() - Method in class org.cornutum.tcases.CopyCommand.Options
Returns the generator definition file.
getGenDef() - Method in class org.cornutum.tcases.ReducerCommand.Options
Returns the generator definition file.
getGenDef() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the generator definition file.
getGenerator(String) - Method in class org.cornutum.tcases.generator.GeneratorSet
Returns the test case generator for the given system function.
getGenerator(String) - Method in interface org.cornutum.tcases.generator.IGeneratorSet
Returns the test case generator for the given system function.
getGenerator() - Method in class org.cornutum.tcases.resolve.AbstractStringDomain.PatternResolver
Returns the generator used to provide matching strings.
getGeneratorFunctions() - Method in class org.cornutum.tcases.generator.GeneratorSet
Returns the set of system function names associated with generators in this set.
getGeneratorFunctions() - Method in interface org.cornutum.tcases.generator.IGeneratorSet
Returns the set of system function names associated with generators in this set.
getGeneratorOptions() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the options used by generators.
getGenerators() - Method in class org.cornutum.tcases.generator.GeneratorSet
Returns all test case generators in this set.
getGenerators() - Method in interface org.cornutum.tcases.generator.IGeneratorSet
Returns all test case generators in this set.
getGenerators() - Method in class org.cornutum.tcases.io.Project
Returns the generator set for this project.
getGeneratorSet() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.GeneratorsHandler
Returns the GeneratorSet represented by this element.
getGeneratorSet() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
Returns a GeneratorSet instance.
getGeneratorSet() - Method in class org.cornutum.tcases.generator.io.GeneratorSetJsonReader
Returns a IGeneratorSet instance.
getGeneratorSet() - Method in class org.cornutum.tcases.generator.io.GeneratorSetResource
Returns a IGeneratorSet instance.
getGeneratorSet() - Method in interface org.cornutum.tcases.generator.io.IGeneratorSetSource
Returns a IGeneratorSet instance.
getGeneratorsLocation() - Method in class org.cornutum.tcases.io.Project
Returns the location of the generator set for this project.
getHeaderParameterValue(ParamData) - Static method in class org.cornutum.tcases.openapi.testwriter.TestWriterUtils
Returns the value of the given HEADER parameter.
getHeaders() - Method in class org.cornutum.tcases.openapi.resolver.EncodingData
Returns definitions of headers for a multipart/form-data part.
getHeaders() - Method in class org.cornutum.tcases.openapi.resolver.EncodingDef
Returns definitions of headers for a multipart/form-data part.
getHeaders() - Method in class org.cornutum.tcases.openapi.test.EncodingDef
Returns definitions of headers for a multipart/form-data part.
getId() - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns the (optional) id for this test case.
getId() - Method in interface org.cornutum.tcases.ITestCaseDef
Returns the (optional) id for this test case.
getId() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns the id number for this test case.
getId() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns the id number for this test case.
getId() - Method in class org.cornutum.tcases.TestCase
Returns the test case id.
getIdentifier(Attributes, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the value of the given identifier attribute or null if undefined.
getIdentifier(Attributes, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the value of the given identifier attribute or null if undefined.
getIfPropertyValues(Map<String, Object>, String) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns a value set if it is referenced by the given property path.
getIfVarBinding(Map<String, Object>, String) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns a variable binding if it is referenced by the given property path.
getIncluded() - Method in class org.cornutum.tcases.generator.TupleCombiner
Returns the set of input variables to be included in this combination.
getIndent() - Method in class org.cornutum.tcases.io.IndentedWriter
Returns the indentation width.
getInputDef() - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Returns the input definition file
getInputDef() - Method in class org.cornutum.tcases.anon.Anonymizer
Returns an anonymized system input definition.
getInputDef() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns the system input definition path.
getInputDef() - Method in class org.cornutum.tcases.CopyCommand.Options
Returns the input definition file
getInputDef() - Method in class org.cornutum.tcases.ReducerCommand.Options
Returns the input definition file
getInputDef() - Method in class org.cornutum.tcases.resolve.TestCaseResolver
Returns the input definition for this resolver.
getInputDef() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the input definition file
getInputStream() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
Returns the input stream for this reader.
getInputStream() - Method in class org.cornutum.tcases.generator.io.GeneratorSetJsonReader
Returns the input stream for this reader.
getInputStream() - Method in class org.cornutum.tcases.io.ProjectJsonReader
Returns the input stream for this reader.
getInputStream() - Method in class org.cornutum.tcases.io.SystemInputDocReader
Returns the input stream for this reader.
getInputStream() - Method in class org.cornutum.tcases.io.SystemInputJsonReader
Returns the input stream for this reader.
getInputStream() - Method in class org.cornutum.tcases.io.SystemTestDocReader
Returns the input stream for this reader.
getInputStream() - Method in class org.cornutum.tcases.io.SystemTestJsonReader
Returns the input stream for this reader.
getInputStream() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfigReader
Returns the input stream for this reader.
getInputStream() - Method in class org.cornutum.tcases.openapi.resolver.io.RequestTestDefReader
Returns the input stream for this reader.
getInteger(Attributes, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the value of the given integer attribute or null if undefined.
getInteger(Attributes, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the value of the given integer attribute or null if undefined.
getInvalidInput() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns the description of the invalid input for this request.
getInvalidInput() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns the description of the invalid input for this request.
getInvalidValue() - Method in class org.cornutum.tcases.TestCase
Returns the variable that is bound to an invalid value.
getInvalidVar() - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns the variable bound to an invalid value, if any.
getInvalidVar() - Method in interface org.cornutum.tcases.ITestCaseDef
Returns the variable bound to an invalid value, if any.
getItemCount() - Method in class org.cornutum.tcases.resolve.ArrayDomain
Returns the range for the number of array items.
getItems() - Method in class org.cornutum.tcases.resolve.Schema
Returns the schema for array items.
getItemValues() - Method in class org.cornutum.tcases.resolve.ArrayDomain
Returns the value domain for required array items.
getKeyStorePassword() - Method in class org.cornutum.tcases.openapi.moco.CertConfig
Returns the key store password for the certificate
getLength(String) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns the length of the given value.
getLength(String) - Method in class org.cornutum.tcases.resolve.Base64Domain
Returns the length of the given value.
getLength(byte[]) - Method in class org.cornutum.tcases.resolve.BinaryDomain
Returns the length of the given value.
getLength(T) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Returns the length of the given value.
getLengthRange() - Method in class org.cornutum.tcases.resolve.Base64Domain
Returns the length range for values in this domain.
getLengthRange() - Method in class org.cornutum.tcases.resolve.SequenceDomain
Returns the length range for values in this domain.
getLocation() - Method in class org.cornutum.tcases.io.Resource
Returns the location of this resource.
getLocation() - Method in exception org.cornutum.tcases.openapi.ExampleException
Returns the location of the failure
getLocation() - Method in class org.cornutum.tcases.openapi.reader.OpenApiReader
Returns the location of this document.
getLocation() - Method in class org.cornutum.tcases.openapi.resolver.AuthDef
Returns the location of this authentication input.
getLocation() - Method in class org.cornutum.tcases.openapi.resolver.ParamData
Returns the location of the parameter value.
getLocation() - Method in class org.cornutum.tcases.openapi.resolver.ParamDef
Returns the location of the parameter value.
getLocation() - Method in exception org.cornutum.tcases.openapi.test.ResponseValidationException
Returns the location of the failure in the invalid response.
getLocation() - Method in class org.cornutum.tcases.openapi.test.SchemaValidationError
Returns the complete location of the error.
getLocation() - Method in exception org.cornutum.tcases.resolve.ResolverSkipException
Returns the location of the failure.
getLocation() - Method in class org.cornutum.tcases.SystemInputs.Located
Returns the location of this element.
getLocation() - Method in class org.cornutum.tcases.util.ExecutionContext
Returns the path to the current context.
getLogFile() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns the log output file for Tcases.
getLongAttribute(Attributes, String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Returns the value of the given attribute as a Long.
getMatching() - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns the set of patterns that values in this domain must match.
getMax() - Method in class org.cornutum.tcases.conditions.Between
Returns the maximum condition.
getMax() - Method in class org.cornutum.tcases.resolve.LengthDomain
Returns the maximum value for this domain.
getMax() - Method in class org.cornutum.tcases.resolve.NumberDomain
Returns the (inclusive) maximum for this domain.
getMax() - Method in class org.cornutum.tcases.resolve.NumberDomain.Range
Returns the maximum of this range.
getMaxDate() - Method in class org.cornutum.tcases.resolve.TimeDomain
Returns the maximum date for this domain.
getMaximum() - Method in class org.cornutum.tcases.resolve.Schema
Returns the maximum (inclusive) for numeric values.
getMaxItems() - Method in class org.cornutum.tcases.resolve.ArrayDomain
Returns the maximum number of items for an unbounded array.
getMaxItems() - Method in class org.cornutum.tcases.resolve.Schema
Returns the maximum size of array values.
getMaxLength() - Method in class org.cornutum.tcases.resolve.Schema
Returns the maximum length of string values.
getMaxLength() - Method in class org.cornutum.tcases.resolve.SequenceDomain
Returns the maximum value for unbounded length ranges.
getMaxRange() - Method in class org.cornutum.tcases.resolve.NumberDomain
Returns the maximum magnitude for unbounded value ranges.
getMaxTries() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the maximum attempts made to resolve a request test case input value before reporting failure..
getMaxTries() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the maximum attempts made to resolve a request test case input value before reporting failure..
getMaxTries() - Method in class org.cornutum.tcases.resolve.ResolverContext
Returns the maximum attempts to resolve an input value before reporting failure.
getMaxValues(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns the maximum number of non-null values that can satisfy this schema.
getMediaType() - Method in class org.cornutum.tcases.openapi.resolver.MessageData
Returns the data media type.
getMediaType() - Method in class org.cornutum.tcases.openapi.resolver.ValueDef
Returns the media type domain for this value.
getMember(String) - Method in class org.cornutum.tcases.VarSet
Returns the member variable with the given name.
getMembers() - Method in class org.cornutum.tcases.AbstractVarDef
If this variable has member variables, returns an iterator for the member variable list.
getMembers() - Method in interface org.cornutum.tcases.IVarDef
If this variable has member variables, returns an iterator for the member variable list.
getMembers() - Method in class org.cornutum.tcases.VarDef
If this variable has member variables, returns an iterator for the member variable list.
getMembers() - Method in class org.cornutum.tcases.VarSet
If this variable has member variables, returns an iterator for the member variable list.
getMessage() - Method in exception org.cornutum.tcases.generator.ValueInconsistentException
 
getMessage() - Method in exception org.cornutum.tcases.generator.ValueNotApplicableException
 
getMessage() - Method in exception org.cornutum.tcases.generator.VarBoundException
 
getMessage() - Method in exception org.cornutum.tcases.generator.VarNotApplicableException
 
getMethodName(RequestCase) - Method in class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
Returns a test method name for the given request case.
getMin() - Method in class org.cornutum.tcases.conditions.Between
Returns the minimum condition.
getMin() - Method in class org.cornutum.tcases.resolve.LengthDomain
Returns the minimum value for this domain.
getMin() - Method in class org.cornutum.tcases.resolve.NumberDomain
Returns the (inclusive) minimum for this domain.
getMin() - Method in class org.cornutum.tcases.resolve.NumberDomain.Range
Returns the minimum of this range.
getMinDate() - Method in class org.cornutum.tcases.resolve.TimeDomain
Returns the minimum date for this domain.
getMinimum() - Method in class org.cornutum.tcases.resolve.Schema
Returns the minimum (inclusive) for numeric values.
getMinItems() - Method in class org.cornutum.tcases.resolve.Schema
Returns the minimum size of array values.
getMinLength() - Method in class org.cornutum.tcases.resolve.Schema
Returns the minimum length of string values.
getMocoTestConfig() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the Moco server test configuration file
getMocoTestConfig() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfigReader
Returns a MocoTestConfig instance.
getModelOptions() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the input modelling options.
getModelOptions() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the input modelling options.
getMultipleOf() - Method in class org.cornutum.tcases.resolve.NumberDomain
Returns the factor required for all values in this domain.
getMultipleOf() - Method in class org.cornutum.tcases.resolve.Schema
Returns the common divisor for numeric input values.
getName() - Method in class org.cornutum.tcases.AbstractVarDef
Returns the variable name.
getName() - Method in class org.cornutum.tcases.FunctionInputDef
Returns the function name.
getName() - Method in class org.cornutum.tcases.FunctionTestDef
Returns the function name.
getName() - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns the (optional) name for this test case.
getName() - Method in interface org.cornutum.tcases.ITestCaseDef
Returns the (optional) name for this test case.
getName() - Method in interface org.cornutum.tcases.IVarDef
Returns the variable name.
getName() - Method in class org.cornutum.tcases.openapi.moco.CertConfig
Returns the variable name for the certificate
getName() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Returns the variable name used to reference the Moco server.
getName() - Method in class org.cornutum.tcases.openapi.resolver.ApiKeyDef
Returns the name of this authentication input.
getName() - Method in class org.cornutum.tcases.openapi.resolver.AuthDef
Returns the name of this authentication input.
getName() - Method in class org.cornutum.tcases.openapi.resolver.HttpAuthDef
Returns the name of this authentication input.
getName() - Method in class org.cornutum.tcases.openapi.resolver.ParamData
Returns the name of this parameter.
getName() - Method in class org.cornutum.tcases.openapi.resolver.ParamDef
Returns the name of this parameter.
getName() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns the name of this test case.
getName() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns the name of this test case.
getName() - Method in class org.cornutum.tcases.openapi.test.HeaderDef
Returns the name of this header.
getName() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Returns the test name for this target.
getName() - Method in class org.cornutum.tcases.resolve.PropertyNameDomain.PropertyName
Return the name of this set of characters.
getName() - Method in class org.cornutum.tcases.SystemInputDef
Returns the system name.
getName() - Method in class org.cornutum.tcases.SystemTestDef
Returns the system name.
getName() - Method in class org.cornutum.tcases.TestCase
Returns the test case name.
getName() - Method in class org.cornutum.tcases.util.Characters.Any
Return the name of this set of characters.
getName() - Method in class org.cornutum.tcases.util.Characters.Ascii
Return the name of this set of characters.
getName() - Method in class org.cornutum.tcases.util.Characters.CookieValue
Return the name of this set of characters.
getName() - Method in interface org.cornutum.tcases.util.Characters
Return the name of this set of characters.
getName() - Method in class org.cornutum.tcases.util.Characters.Token
Return the name of this set of characters.
getName() - Method in class org.cornutum.tcases.VarValueDef
Returns the name of this value.
getNameChars() - Method in class org.cornutum.tcases.resolve.PropertyNameDomain
Returns the set of chars allowed in property names for this domain.
getNameChars() - Method in class org.cornutum.tcases.resolve.PropertyNameDomain.PropertyName
Returns the set of chars allowed in property names.
getNextSeqNum() - Method in class org.cornutum.tcases.AbstractVarDef
Returns the next variable sequence number.
getNextUnused() - Method in class org.cornutum.tcases.generator.VarTupleSet
Returns the next unused tuple from this set.
getNotEnums(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns the composed set of enums to not match when validating the given schema.
getNotifier() - Method in class org.cornutum.tcases.util.ContextHandler
Returns the condition notifier for this reporter.
getNotifier() - Method in class org.cornutum.tcases.util.ExecutionNotifier
Returns the Notifier for this context.
getNotMatching() - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns the set of patterns that values in this domain must NOT match.
getNotMultipleOfs(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns the composed set of multipleOfs to not match when validating the given numeric schema.
getNotMultipleOfs() - Method in class org.cornutum.tcases.resolve.NumberDomain
Returns the factors not allowed for any values in this domain.
getNotPatterns(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns the composed set of patterns to not match when validating the given schema.
getNotRequired(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns the composed set of properties that must not be required when validating the given object schema.
getNotTypes(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns the composed set of types that must not be required when validating the given schema.
getOnceTuples() - Method in class org.cornutum.tcases.generator.TupleCombiner
Returns an iterator for the set of once-only tuples in this combination.
getOperation() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns the operation for this request.
getOperation() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns the operation for this request.
getOperation() - Method in exception org.cornutum.tcases.openapi.test.ResponseValidationException
Returns the operation of the API request returning an invalid response.
getOperations() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns request path operations for which tests are generated.
getOperations(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestTestDef
Returns the operations used by these request test cases for the given resource path.
getOperations() - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
Returns the request operations for this source or null if all operations are used.
getOptions() - Method in class org.cornutum.tcases.openapi.InputModeller
Returns the options used by this InputModeller.
getOtherItemValues() - Method in class org.cornutum.tcases.resolve.ArrayDomain
Returns the value domain for additional array items.
getOutDir() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns the output directory for generated test definitions.
getOutDir() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the output directory for command output.
getOutDir() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the output directory for command output.
getOutDir() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the output directory for generated test definitions.
getOutFile() - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Returns the output file for anonymized output.
getOutFile() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns the test definition output path.
getOutFile() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the output file for command output.
getOutFile() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the output file for command output.
getOutFile() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the output file for generated test definitions.
getOutput() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Returns the output stream designated for this target.
getPackage() - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
Returns the Java package defined for this target.
getParamCharacters(String, String) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
Returns the characters allowed in values for a parameter with the given properties.
getParams() - Method in class org.cornutum.tcases.io.TransformFilter
Returns the set of transform parameter bindings.
getParams() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns the parameter definitions for this request.
getParams() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns the parameter definitions for this request.
getParent() - Method in class org.cornutum.tcases.AbstractVarDef
If this is member of another variable, returns the parent variable.
getParent() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Returns the parent ElementHandler.
getParent() - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the parent ElementHandler.
getParent() - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the parent ElementHandler.
getParent() - Method in interface org.cornutum.tcases.IVarDef
If this is member of another variable, returns the parent variable.
getPath() - Method in class org.cornutum.tcases.openapi.moco.CertConfigFile
Returns the file path for this server configuration.
getPath() - Method in class org.cornutum.tcases.openapi.moco.CertConfigResource
Returns the resource path for this server configuration.
getPath() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigFile
Returns the file path for this server configuration.
getPath() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigResource
Returns the resource path for this server configuration.
getPath() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns the path for this request.
getPath() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns the path for this request.
getPath() - Method in exception org.cornutum.tcases.openapi.test.ResponseValidationException
Returns the path of the API request returning an invalid response.
getPathElements(File) - Static method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Returns the elements of the given file path.
getPathFirst(List<String>) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the first name in the given variable set path
getPathName() - Method in class org.cornutum.tcases.AbstractVarDef
Returns the hierarchical path name of this variable.
getPathName() - Method in interface org.cornutum.tcases.IVarDef
Returns the hierarchical path name of this variable.
getPathParameterValue(ParamData) - Static method in class org.cornutum.tcases.openapi.testwriter.TestWriterUtils
Returns the value of the given PATH parameter.
getPathParameterValue(ParamData, boolean) - Static method in class org.cornutum.tcases.openapi.testwriter.TestWriterUtils
Returns the value of the given PATH parameter.
getPathRest(List<String>) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the subpath of the given variable set path.
getPaths() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns request paths for which tests are generated.
getPaths() - Method in class org.cornutum.tcases.openapi.resolver.RequestTestDef
Returns the resource paths used by these request test cases.
getPaths() - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
Returns the request paths for this source or null if all paths are used.
getPattern() - Method in class org.cornutum.tcases.resolve.Schema
Returns the regular expression matching string values.
getPatterns(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns the composed set of patterns to match when validating the given string schema.
getPojoWriter() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigPojo
Returns the MocoServerConfigPojo.PojoWriter for this server configuration.
getPort() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Returns the local port used by the Moco server to listen for requests.
getPosition() - Method in class org.cornutum.tcases.AbstractVarDef
Returns the position of this variable definition.
getPosition() - Method in interface org.cornutum.tcases.IVarDef
Returns the position of this variable definition.
getProject() - Method in class org.cornutum.tcases.io.ProjectJsonReader
Returns a Project instance.
getProjectName(File) - Static method in class org.cornutum.tcases.CommandUtils
Returns the name of the project for the given input definition file.
getProperties() - Method in class org.cornutum.tcases.conditions.PropertyExpr
Returns the set of properties to evaluate.
getProperties() - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns the properties of this test case.
getProperties() - Method in class org.cornutum.tcases.generator.Tuple
Returns the properties of the variable bindings for this tuple.
getProperties() - Method in exception org.cornutum.tcases.generator.ValueInconsistentException
Returns the current test case properties.
getProperties() - Method in exception org.cornutum.tcases.generator.VarNotApplicableException
Returns the current test case properties.
getProperties() - Method in interface org.cornutum.tcases.ITestCaseDef
Returns the properties of this test case.
getProperties() - Method in class org.cornutum.tcases.VarValueDef
Returns the set of test case properties contributed by this value.
getPropertiesUndefined(FunctionInputDef) - Method in class org.cornutum.tcases.SystemInputs
For every conditional element in the given function input definition that references an undefined property, maps the element to the undefined properties that it references.
getPropertiesUnused(FunctionInputDef) - Method in class org.cornutum.tcases.SystemInputs
For every variable value in the given function input definition that defines an unused property, maps the value to the unused properties it defines.
getProperty() - Method in class org.cornutum.tcases.conditions.AbstractAssertion
Returns the property asserted.
getProperty() - Method in interface org.cornutum.tcases.conditions.IAssertion
Returns the property for this assertion.
getProperty() - Method in class org.cornutum.tcases.io.SystemInputDocReader.CardinalityHandler
Returns the property referenced by this element.
getPropertyDomains() - Method in class org.cornutum.tcases.resolve.ObjectDomain
Returns the property value domains for objects in this domain.
getPropertyEncoding(String) - Method in class org.cornutum.tcases.openapi.test.FormUrlDecoder
Returns the content encoding for the given property.
getPropertyEncodings() - Method in class org.cornutum.tcases.openapi.test.ContentDef
Returns the content object property encodings.
getPropertyEncodings() - Method in class org.cornutum.tcases.openapi.test.FormUrlDecoder
Returns the content object property encodings.
getPropertyReferences(FunctionInputDef) - Method in class org.cornutum.tcases.SystemInputs
Maps every property in the given FunctionInputDef to the conditional elements that reference it.
getPropertySources(FunctionInputDef) - Method in class org.cornutum.tcases.SystemInputs
Maps every property in the given function input definition to the variable value definitions that contribute it.
getPropertyValue(Map<String, Object>, String) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the value at the given property path.
getPropertyValue(Map<String, Object>, List<String>) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the value at the given property path.
getPropertyValues(List<VarBinding>) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Transforms a set of variable bindings into a map of property values.
getPropertyValues(Map<String, Object>, String) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the value set at the given property path.
getQueryParameters(ParamData) - Static method in class org.cornutum.tcases.openapi.testwriter.TestWriterUtils
Returns the set of request query parameter bindings defined by the given QUERY parameter.
getQueryParameters(ParamData, boolean) - Static method in class org.cornutum.tcases.openapi.testwriter.TestWriterUtils
Returns the set of request query parameter bindings defined by the given QUERY parameter.
getRandom() - Method in class org.cornutum.tcases.resolve.ResolverContext
Returns the random number generator used to resolve test cases.
getRandomSeed() - Method in class org.cornutum.tcases.generator.GeneratorOptions
Returns the random seed used by generators.
getRandomSeed() - Method in interface org.cornutum.tcases.generator.ITestCaseGenerator
Returns the random number sequence seed for this generator.
getRandomSeed() - Method in class org.cornutum.tcases.generator.TupleGenerator
Returns the random number sequence seed for this generator.
getRandomSeed() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the random number generator seed for request case resolution.
getRandomSeed() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the random number generator seed for request case resolution.
getRandomSeed() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the random seed used by generators.
getReason() - Method in class org.cornutum.tcases.openapi.test.SchemaValidationError
Returns the reason for the error.
getReducerOptions() - Method in class org.cornutum.tcases.ReducerCommand.Options
Returns the ReducerOptions
getRequestCaseDefs(SystemTestDef) - Static method in class org.cornutum.tcases.openapi.resolver.RequestCases
Returns the request case definitions for the given system test definition.
getRequestCases(SystemTestDef, ResolverContext) - Static method in class org.cornutum.tcases.openapi.resolver.RequestCases
Returns the request cases resolved for the given system test definition.
getRequestCases() - Method in class org.cornutum.tcases.openapi.resolver.RequestTestDef
Returns all API request test cases.
getRequestCases(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestTestDef
Returns all API request test cases for the given resource path.
getRequestCases(String, String...) - Method in class org.cornutum.tcases.openapi.resolver.RequestTestDef
Returns all API request test cases for the given operations on the given resource path.
getRequestCases(Collection<String>, Collection<String>) - Method in class org.cornutum.tcases.openapi.resolver.RequestTestDef
Returns all API request test cases for the given resource paths and operations on the given resource path.
getRequestCases() - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
Returns the request test cases for this source.
getRequestExamplesModel(OpenAPI) - Static method in class org.cornutum.tcases.openapi.TcasesOpenApi
Returns a system input definition for the API requests defined examples in the given OpenAPI definition.
getRequestExamplesModel(OpenAPI, ModelOptions) - Static method in class org.cornutum.tcases.openapi.TcasesOpenApi
Returns a system input definition for the API requests defined examples in the given OpenAPI definition.
getRequestInputModel(InputStream) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API requests defined by the OpenAPI definition in the given JSON document.
getRequestInputModel(InputStream, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API requests defined by the OpenAPI definition in the given JSON document.
getRequestInputModel(InputStream, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API requests defined by the given OpenAPI definition document.
getRequestInputModel(File) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API requests defined by the given OpenAPI definition.
getRequestInputModel(File, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API requests defined by the given OpenAPI definition.
getRequestInputModel(File, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API requests defined by the given OpenAPI definition.
getRequestInputModel(OpenAPI) - Method in class org.cornutum.tcases.openapi.RequestInputModeller
Returns a system input definition for the API requests defined by the given OpenAPI definition.
getRequestInputModel(OpenAPI) - Static method in class org.cornutum.tcases.openapi.TcasesOpenApi
Returns a system input definition for the API requests defined by the given OpenAPI definition.
getRequestInputModel(OpenAPI, ModelOptions) - Static method in class org.cornutum.tcases.openapi.TcasesOpenApi
Returns a system input definition for the API requests defined by the given OpenAPI definition.
getRequestTestDef() - Method in class org.cornutum.tcases.openapi.resolver.io.RequestTestDefReader
Returns a RequestTestDef instance.
getRequestTests(InputStream) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API requests defined by the OpenAPI definition in the given JSON document.
getRequestTests(InputStream, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API requests defined by the OpenAPI definition in the given JSON document.
getRequestTests(InputStream, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API requests defined by the given OpenAPI definition.
getRequestTests(File) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API requests defined by the OpenAPI definition in the given JSON document.
getRequestTests(File, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API requests defined by the OpenAPI definition in the given JSON document.
getRequestTests(File, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API requests defined by the given OpenAPI definition.
getRequired() - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns the conditions of current bindings not yet satisfied.
getRequiredTypes(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns the instance types required to validate the given schema.
getResampleFactor() - Method in class org.cornutum.tcases.ReducerCommand.Options
Returns the resample factor.
getResampleFactor() - Method in class org.cornutum.tcases.ReducerOptions
Returns the resample factor.
getResolvedAll(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns if this schema and all of its subschemas are resolved.
getResolverContext() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the request case resolution options.
getResolverContext() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the request case resolution options.
getResolverContext() - Method in interface org.cornutum.tcases.resolve.TestCaseResolverFactory
Returns the ResolverContext for this factory.
getResolverContext() - Method in class org.cornutum.tcases.resolve.TestCaseSchemaResolverFactory
Returns the ResolverContext for this factory.
getResourceDir() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Returns the resource output directory for this target.
getResourceOutDir() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the resource directory for command output.
getResponseInputModel(InputStream) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API responses defined by the OpenAPI definition in the given JSON document.
getResponseInputModel(InputStream, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API responses defined by the OpenAPI definition in the given JSON document.
getResponseInputModel(InputStream, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API responses defined by the given OpenAPI definition document.
getResponseInputModel(File) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API responses defined by the given OpenAPI definition.
getResponseInputModel(File, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API responses defined by the given OpenAPI definition.
getResponseInputModel(File, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system input definition for the API responses defined by the given OpenAPI definition.
getResponseInputModel(OpenAPI) - Method in class org.cornutum.tcases.openapi.ResponseInputModeller
Returns a system input definition for the API responses defined by the given OpenAPI definition.
getResponseInputModel(OpenAPI) - Static method in class org.cornutum.tcases.openapi.TcasesOpenApi
Returns a system input definition for the API responses defined by the given OpenAPI definition.
getResponseInputModel(OpenAPI, ModelOptions) - Static method in class org.cornutum.tcases.openapi.TcasesOpenApi
Returns a system input definition for the API responses defined by the given OpenAPI definition.
getResponses() - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
Returns the request response definitions for this source.
getResponsesDef(File) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a request responses definition for the given OpenAPI definition.
getResponsesDef(File, String) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a request responses definition for the given OpenAPI definition.
getResponsesDef(InputStream) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a request responses definition for the given OpenAPI definition.
getResponsesDef(InputStream, String) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a request responses definition for the given OpenAPI definition.
getResponseTests(InputStream) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API responses defined by the OpenAPI definition in the given JSON document.
getResponseTests(InputStream, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API responses defined by the OpenAPI definition in the given JSON document.
getResponseTests(InputStream, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API responses defined by the given OpenAPI definition.
getResponseTests(File) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API responses defined by the OpenAPI definition in the given JSON document.
getResponseTests(File, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API responses defined by the OpenAPI definition in the given JSON document.
getResponseTests(File, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Returns a system test definition for the API responses defined by the given OpenAPI definition.
getRuleType() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Returns the JUnit TestRule type for this server configuration.
getRunnerFactory() - Method in class org.cornutum.tcases.openapi.moco.HttpServerTestWriter
Returns the MocoJunitRunner factory method for this test writer.
getRunnerFactory() - Method in class org.cornutum.tcases.openapi.moco.HttpsServerTestWriter
Returns the MocoJunitRunner factory method for this test writer.
getRunnerFactory() - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Returns the MocoJunitRunner factory method for this test writer.
getRunnerFactory() - Method in class org.cornutum.tcases.openapi.moco.RestServerTestWriter
Returns the MocoJunitRunner factory method for this test writer.
getRunnerFactory() - Method in class org.cornutum.tcases.openapi.moco.SocketServerTestWriter
Returns the MocoJunitRunner factory method for this test writer.
getRunnerFactoryArgs() - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Returns the MocoJunitRunner factory arguments for this test writer.
getSamples() - Method in class org.cornutum.tcases.ReducerCommand.Options
Returns the initial number of samples.
getSamples() - Method in class org.cornutum.tcases.ReducerOptions
Returns the initial number of samples.
getSchema() - Method in class org.cornutum.tcases.openapi.test.ContentDef
Returns the content schema.
getSchema() - Method in class org.cornutum.tcases.VarDef
Returns the schema for values bound to this variable.
getSchema() - Method in class org.cornutum.tcases.VarValueDef
Returns the schema for this input value.
getSchemaLocation() - Method in class org.cornutum.tcases.openapi.test.SchemaValidationError
Returns the schema location of the error.
getScript() - Method in class org.cornutum.tcases.io.TestDefToHtmlFilter
Returns the reference to the JavaScript resource used by this filter.
getSecurityScheme(OpenAPI, String) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
Returns the given security scheme
getSeed() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns the random seed used by generators.
getSeqNum() - Method in class org.cornutum.tcases.AbstractVarDef
Returns the sequence number of this variable.
getSeqNum() - Method in interface org.cornutum.tcases.IVarDef
Returns the sequence number of this variable.
getServer() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns the server URI for this request.
getServer() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns the server URI for this request.
getServerClass() - Method in class org.cornutum.tcases.openapi.moco.HttpServerTestWriter
Returns the Moco server class name for this test writer.
getServerClass() - Method in class org.cornutum.tcases.openapi.moco.HttpsServerTestWriter
Returns the Moco server class name for this test writer.
getServerClass() - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Returns the Moco server class name for this test writer.
getServerClass() - Method in class org.cornutum.tcases.openapi.moco.RestServerTestWriter
Returns the Moco server class name for this test writer.
getServerClass() - Method in class org.cornutum.tcases.openapi.moco.SocketServerTestWriter
Returns the Moco server class name for this test writer.
getServerConfig() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
Returns the Moco server configuration.
getServerFactory() - Method in class org.cornutum.tcases.openapi.moco.HttpServerTestWriter
Returns the Moco server factory method for this test writer.
getServerFactory() - Method in class org.cornutum.tcases.openapi.moco.HttpsServerTestWriter
Returns the Moco server factory method for this test writer.
getServerFactory() - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Returns the Moco server factory method for this test writer.
getServerFactory() - Method in class org.cornutum.tcases.openapi.moco.RestServerTestWriter
Returns the Moco server factory method for this test writer.
getServerFactory() - Method in class org.cornutum.tcases.openapi.moco.SocketServerTestWriter
Returns the Moco server factory method for this test writer.
getServerFactoryArgs() - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Returns the Moco server factory arguments for this test writer.
getServerScheme() - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Returns the URI scheme used in requests to the Moco server.
getServerSelector() - Method in class org.cornutum.tcases.openapi.ModelOptions
Returns the ServerSelector used to select the API server for API input definitions.
getServerType() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
Returns the Moco server type.
getServerUri() - Method in class org.cornutum.tcases.openapi.ModelOptions
Returns the URI specifed for the API server.
getSource() - Method in class org.cornutum.tcases.io.AbstractFilter
Returns the source for filter input.
getSource() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the source of API input definitions.
getSource() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the source of API input definitions.
getSource() - Method in class org.cornutum.tcases.openapi.ModelOptions
Returns the source of API input definitions.
getSource() - Method in class org.cornutum.tcases.VarBinding
Returns the name of the value definition for this binding.
getStatusCode() - Method in exception org.cornutum.tcases.openapi.test.ResponseValidationException
Returns the status code of the API request returning an invalid response.
getStyle() - Method in class org.cornutum.tcases.openapi.resolver.EncodingData
Returns the serialization style of an application/x-www-form-urlencoded part.
getStyle() - Method in class org.cornutum.tcases.openapi.resolver.EncodingDef
Returns the serialization style of an application/x-www-form-urlencoded part.
getStyle() - Method in class org.cornutum.tcases.openapi.resolver.ParamData
Returns the serialization style of the parameter value.
getStyle() - Method in class org.cornutum.tcases.openapi.resolver.ParamDef
Returns the serialization style of the parameter value.
getStyle() - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Returns the serialization style of this decoder.
getStyle() - Method in class org.cornutum.tcases.openapi.test.EncodingDef
Returns the serialization style of an application/x-www-form-urlencoded part.
getStylesheet() - Method in class org.cornutum.tcases.io.TestDefToHtmlFilter
Returns the reference to the CSS stylesheet used by this filter.
getSystemInput() - Method in class org.cornutum.tcases.io.Project
Returns the system input definition for this project.
getSystemInputDef() - Method in interface org.cornutum.tcases.io.ISystemInputSource
Returns a SystemInputDef instance.
getSystemInputDef() - Method in class org.cornutum.tcases.io.SystemInputDocReader
Returns a SystemInputDef instance.
getSystemInputDef() - Method in class org.cornutum.tcases.io.SystemInputDocReader.SystemHandler
Returns the SystemInputDef represented by this element.
getSystemInputDef() - Method in class org.cornutum.tcases.io.SystemInputJsonReader
Returns a SystemInputDef instance.
getSystemInputDef() - Method in class org.cornutum.tcases.io.SystemInputResource
Returns a SystemInputDef instance.
getSystemInputLocation() - Method in class org.cornutum.tcases.io.Project
Returns the location of the system input definition for this project.
getSystemTestDef() - Method in interface org.cornutum.tcases.io.ISystemTestSource
Returns a SystemTestDef instance.
getSystemTestDef() - Method in class org.cornutum.tcases.io.SystemTestDocReader
Returns a SystemTestDef instance.
getSystemTestDef() - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCasesHandler
Returns the SystemTestDef represented by this element.
getSystemTestDef() - Method in class org.cornutum.tcases.io.SystemTestJsonReader
Returns a SystemTestDef instance.
getSystemTestDef() - Method in class org.cornutum.tcases.io.SystemTestResource
Returns a SystemTestDef instance.
getTarget() - Method in class org.cornutum.tcases.io.AbstractFilter
Returns the target for filter output.
getTargetFile(JavaTestTarget, String) - Method in class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
Returns the target file defined by the given target.
getTargetFile(JavaTestTarget, String) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestWriter
Returns the target file defined by the given target.
getTargetFile(T, String) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Returns the target file defined by the given target.
getTargetPackage() - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
Returns the Java package for this target.
getTestBaseName(S, T) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Returns the base test name defined by the given source and target.
getTestCase(int) - Method in class org.cornutum.tcases.FunctionTestDef
Returns the test case with the given id.
getTestCase() - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCaseHandler
Returns the TestCase represented by this element.
getTestCaseHandler() - Method in class org.cornutum.tcases.io.SystemTestDocReader.InputHandler
Returns the TestCaseHandler for this element.
getTestCaseHandler() - Method in class org.cornutum.tcases.io.SystemTestDocReader.VarHandler
Returns the TestCaseHandler for this element.
getTestCases() - Method in class org.cornutum.tcases.FunctionTestDef
Returns the test cases for this function.
getTestCaseWriter() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the TestCaseWriter defined by these options.
getTestCaseWriter() - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Returns the TestCaseWriter for this test.
getTestDef() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns the output path for generated test definitions.
getTestDef() - Method in class org.cornutum.tcases.CopyCommand.Options
Returns the base test definition file.
getTestDef() - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
Returns the request test definition for this source.
getTestDef() - Method in class org.cornutum.tcases.ReducerCommand.Options
Returns the base test definition file.
getTestDef() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the output file for generated test definitions.
getTestFile(S, T) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Returns the test file written for the given source and target.
getTestName() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the name of the test class that is generated.
getTestName(String) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestWriter
Returns the test name derived from the given base name.
getTestName(S, T) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Returns the test name derived from the given source and target.
getTestName(String) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Returns the test name derived from the given base name.
getTestPackage() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the package of the test class that is generated.
getTestResourceDir(File, File) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestWriter
Returns the resource directory derived from the given target file and resource directory options.
getTestResourceDir(S, T) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Returns the resource directory derived from the given source and target
getTestResourceDir(File, File) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Returns the resource directory derived from the given target file and resource directory options.
getTests(FunctionInputDef, FunctionTestDef) - Method in interface org.cornutum.tcases.generator.ITestCaseGenerator
Returns a set of test cases for the given function input definition.
getTests(FunctionInputDef, FunctionTestDef) - Method in class org.cornutum.tcases.generator.TupleGenerator
Returns a set of test cases for the given function input definition.
getTests(SystemInputDef, IGeneratorSet, TestCaseResolverFactory, SystemTestDef, GeneratorOptions) - Static method in class org.cornutum.tcases.Tcases
Returns test case definitions for the given system input definition, using the given generator set, resolvers, and base test definitions.
getTests(FunctionInputDef, ITestCaseGenerator, TestCaseResolverFactory, FunctionTestDef, GeneratorOptions) - Static method in class org.cornutum.tcases.Tcases
Returns test case definitions for the given function input definition, using the given test case generator, resolvers, and base test definitions.
getTests(FunctionInputDef, ITestCaseGenerator, FunctionTestDef) - Static method in class org.cornutum.tcases.Tcases
Returns test case definitions for the given function input definition, using the given test case generator and base test definitions.
getTests(SystemInputDef, IGeneratorSet, SystemTestDef) - Static method in class org.cornutum.tcases.Tcases
Returns test case definitions for the given system input definition, using the given generator set and base test definitions.
getTests(InputStream, InputStream, InputStream) - Static method in class org.cornutum.tcases.TcasesIO
Returns test case definitions for the given system input definition, using the given generator set and base test definitions.
getTests(InputStream) - Static method in class org.cornutum.tcases.TcasesIO
Returns new test case definitions for the given system input definition, using the default generator.
getTests(Project) - Static method in class org.cornutum.tcases.TcasesIO
Returns test case definitions for the system input model, generator set and base test definitions defined by the given Project.
getTests(InputStream) - Static method in class org.cornutum.tcases.TcasesJson
Returns test case definitions for the system input model, generator set and base test definitions defined by the Project read from the given JSON document stream.
getTestServer(RequestCase) - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Returns a URI for the API server used by the given test case.
getTestServer(RequestCase) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Returns a URI for the API server used by the given test case.
getTestSource(RequestTestDef) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the TestSource defined by these options.
getTestTarget() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the TestTarget defined by these options.
getTestTarget() - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget.Builder
Returns the TestTarget instance for this builder.
getTestTarget() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.BaseBuilder
Returns the TestTarget instance for this builder.
getTestTarget() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.Builder
Returns the TestTarget instance for this builder.
getTestType() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the test framework used to run API tests.
getTestWriter(TestCaseWriter) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the TestWriter defined by these options.
getTimeout() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the test timeout (milliseconds).
getTimeout() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Returns the test timeout (milliseconds) for this target.
getTransform() - Method in class org.cornutum.tcases.io.TransformFilter
Returns the source for the XSLT transform document.
getTransformDef() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns the transform file.
getTransformDef() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the transform file.
getTransformDef() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the transform file.
getTransformParams() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the transform parameter bindings.
getTransformParams() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the transform parameter bindings.
getTransformType() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the output transform type.
getTransformType() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the output transform type.
getTuple() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.TupleHandler
Retuns the TupleRef for this handler.
getTupleCombiner() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.CombineHandler
Returns the TupleCombiner represented by this element.
getTupleGenerator() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.TupleGeneratorHandler
Returns the TupleGenerator represented by this element.
getTuples() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns the default tuple size for all generators.
getTuples(FunctionInputDef) - Method in class org.cornutum.tcases.generator.TupleCombiner
Returns all valid N-tuples of values for the included input variables.
getTuples(List<VarDef>, int) - Static method in class org.cornutum.tcases.generator.TupleCombiner
Returns all valid N-tuples of values for the given input variables.
getTupleSize() - Method in class org.cornutum.tcases.generator.TupleCombiner
Returns the tuple size for input variable combinations.
getTupleSize() - Method in class org.cornutum.tcases.generator.TupleIterator
Returns the size of tuples returned.
getType() - Method in class org.cornutum.tcases.AbstractVarDef
Returns the type identifier for this variable.
getType() - Method in class org.cornutum.tcases.io.Resource
Returns the content type of this resource.
getType() - Method in class org.cornutum.tcases.io.SystemInputDocReader.InputHandler
Returns the input variable type represented by this element.
getType() - Method in class org.cornutum.tcases.io.SystemTestDocReader.InputHandler
Returns the input variable type represented by this element.
getType() - Method in interface org.cornutum.tcases.IVarDef
Returns the type identifier for this variable.
getType() - Method in class org.cornutum.tcases.openapi.resolver.MessageData
Returns the data value type.
getType() - Method in class org.cornutum.tcases.resolve.DataValue
Returns the data type.
getType() - Method in class org.cornutum.tcases.resolve.Schema
Returns the type of input values.
getType() - Method in interface org.cornutum.tcases.resolve.ValueDomain
If this domain contains only values of a single type, returns that type.
getType() - Method in class org.cornutum.tcases.TestCase
Returns the type of this test case.
getType() - Method in class org.cornutum.tcases.VarBinding
Returns the type identifier for this variable.
getType() - Method in class org.cornutum.tcases.VarValueDef
Returns the type of this value.
getTypes() - Method in class org.cornutum.tcases.openapi.Dnf
Returns the types of instances that can be validated by this schema.
getTypes() - Method in class org.cornutum.tcases.resolve.ArrayDomain
Return the type(s) of values that belong to this domain.
getTypes() - Method in class org.cornutum.tcases.resolve.ConstantDomain
Return the type(s) of values that belong to this domain.
getTypes() - Method in class org.cornutum.tcases.resolve.EnumDomain
Return the type(s) of values that belong to this domain.
getTypes() - Method in class org.cornutum.tcases.resolve.LengthDomain
Return the type(s) of values that belong to this domain.
getTypes() - Method in class org.cornutum.tcases.resolve.MultiTypeDomain
Return the type(s) of values that belong to this domain.
getTypes() - Method in class org.cornutum.tcases.resolve.NullDomain
Return the type(s) of values that belong to this domain.
getTypes() - Method in class org.cornutum.tcases.resolve.NumberDomain
Return the type(s) of values that belong to this domain.
getTypes() - Method in class org.cornutum.tcases.resolve.ObjectDomain
Return the type(s) of values that belong to this domain.
getTypes() - Method in class org.cornutum.tcases.resolve.SequenceDomain
Return the type(s) of values that belong to this domain.
getTypes() - Method in interface org.cornutum.tcases.resolve.ValueDomain
Returns the type(s) of values that belong to this domain.
getUniqueItems() - Method in class org.cornutum.tcases.resolve.Schema
Returns if array items must be unique.
getUniqueProperties() - Method in class org.cornutum.tcases.PropertySet
Returns an iterator that visits a single instance of each property in this set.
getUnsatisfied(IConjunct, PropertySet) - Static method in class org.cornutum.tcases.conditions.Cnf
Returns the part of the given condition unsatisfied by the given properties.
getUnused() - Method in class org.cornutum.tcases.generator.VarTupleSet
Returns input tuples not yet used in a test case.
getUnused(VarDef) - Method in class org.cornutum.tcases.generator.VarTupleSet
Returns input tuples not yet used in a test case that bind the given variable.
getUnusedScore(VarBindingDef) - Method in class org.cornutum.tcases.generator.VarTupleSet
Returns a measure of the "unused-ness" of the given binding.
getUsageException(String, Exception) - Static method in class org.cornutum.tcases.CommandUtils
Returns an IllegalArgumentException reporting a command line error.
getUsed() - Method in class org.cornutum.tcases.generator.VarTupleSet
Returns input tuples already used in a test case.
getUsed(VarDef) - Method in class org.cornutum.tcases.generator.VarTupleSet
Returns input tuples already used in a test case that bind the given variable, excluding once-only tuples.
getUsed(VarDef, boolean) - Method in class org.cornutum.tcases.generator.VarTupleSet
Returns input tuples already used in a test case that bind the given variable, considering only tuples that are (not) once-only
getUsedOnce(VarDef) - Method in class org.cornutum.tcases.generator.VarTupleSet
Returns once-only input tuples already used in a test case that bind the given variable.
getUsedOnceScore(VarBindingDef) - Method in class org.cornutum.tcases.generator.VarTupleSet
Returns a measure of the "used-ness" of the given binding among once-only tuples.
getUsedScore(VarBindingDef) - Method in class org.cornutum.tcases.generator.VarTupleSet
Returns a measure of the "used-ness" of the given binding.
getValidAttributes() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Returns the valid attributes for this element.
getValidAttributes() - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the valid attributes for this element.
getValidAttributes() - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the valid attributes for this element.
getValidStyle() - Method in exception org.cornutum.tcases.openapi.InvalidStyleException
Returns valid parameter style value that can be substituted in the parameter definition.
getValidTypes(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns the instance types that can be validated by the given schema.
getValidTypesAll(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns if this schema and all of its subschemas have valid types.
getValidValues() - Method in class org.cornutum.tcases.VarDef
Returns an iterator for the set of valid values.
getValue(VarDef) - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns the current value binding for the given input variable.
getValue() - Method in exception org.cornutum.tcases.generator.VarBoundException
Returns the current value of this variable.
getValue() - Method in class org.cornutum.tcases.io.SystemInputDocReader.ValueHandler
Returns the VarValueDef represented by this element.
getValue(VarDef) - Method in interface org.cornutum.tcases.ITestCaseDef
Returns the current value binding for the given input variable.
getValue() - Method in class org.cornutum.tcases.openapi.resolver.MessageData
Returns the data value.
getValue() - Method in class org.cornutum.tcases.openapi.resolver.ParamDef
Returns the value definition for this parameter.
getValue() - Method in class org.cornutum.tcases.resolve.ConstantDomain
Returns the constant value for this domain.
getValue() - Method in class org.cornutum.tcases.resolve.DataValue
Returns the data value.
getValue() - Method in class org.cornutum.tcases.VarBinding
Returns the value name for this binding.
getValue(Object) - Method in class org.cornutum.tcases.VarDef
Returns the value definition with the given name.
getValueDef() - Method in class org.cornutum.tcases.VarBindingDef
Returns the value definition for this binding.
getValueEncoding() - Method in class org.cornutum.tcases.openapi.test.ContentDef
Returns the content value encoding.
getValuePath(String) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the list of elements in given value path.
getValues() - Method in class org.cornutum.tcases.AbstractVarDef
If this variable defines a value set, returns an iterator for the value set.
getValues() - Method in interface org.cornutum.tcases.IVarDef
If this variable defines a value set, returns an iterator for the value set.
getValues() - Method in class org.cornutum.tcases.VarDef
If this variable defines a value set, returns an iterator for the value set.
getValues() - Method in class org.cornutum.tcases.VarSet
If this variable defines a value set, returns an iterator for the value set.
getValueTypes(Map<String, Object>) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the accepted value types represented by the given properties.
getVar() - Method in exception org.cornutum.tcases.generator.ValueNotApplicableException
Returns the variable made inapplicable.
getVar() - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarHandler
Returns the VarDef represented by this element.
getVar() - Method in class org.cornutum.tcases.VarBinding
Returns the variable name for this binding.
getVarBinding(String) - Method in class org.cornutum.tcases.generator.TupleRef
Returns the binding for the given variable.
getVarBinding() - Method in class org.cornutum.tcases.io.SystemTestDocReader.VarHandler
Returns the VarBinding instance for this handler.
getVarBinding(Map<String, Object>, String) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the variable binding at the given property path.
getVarBinding(String) - Method in class org.cornutum.tcases.TestCase
Returns the binding for the given variable.
getVarBindings() - Method in class org.cornutum.tcases.generator.TupleRef
Returns the variable bindings for this tuple.
getVarBindings(Map<String, Object>) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the variable bindings specified by the given property values.
getVarBindings() - Method in class org.cornutum.tcases.TestCase
Returns the variable bindings for this function.
getVarBindings(String) - Method in class org.cornutum.tcases.TestCase
Returns the bindings for variables of the given type for this function.
getVarDef(String) - Method in class org.cornutum.tcases.FunctionInputDef
Returns the variable definition with the given name.
getVarDef() - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarDefHandler
Returns the AbstractVarDef represented by this element.
getVarDef() - Method in class org.cornutum.tcases.VarBindingDef
Returns the input variable definition for this binding.
getVarDef() - Method in class org.cornutum.tcases.VarBuilder
Returns the IVarDef instance for this builder.
getVarDef() - Method in class org.cornutum.tcases.VarDefBuilder
Returns the IVarDef instance for this builder.
getVarDef() - Method in class org.cornutum.tcases.VarSetBuilder
Returns the IVarDef instance for this builder.
getVarDefs() - Method in class org.cornutum.tcases.FunctionInputDef
Returns the variable definitions for this function.
getVarDefs() - Method in class org.cornutum.tcases.io.SystemInputDocReader.InputHandler
Returns variable definitions for this element.
getVarPath(VarBinding) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the variable set path for the given variable binding.
getVars() - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns the variables currently bound in this test case.
getVars() - Method in interface org.cornutum.tcases.ITestCaseDef
Returns the variables currently bound in this test case.
getVarSet() - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarSetHandler
Returns the VarSet represented by this element.
getVarTypes() - Method in class org.cornutum.tcases.FunctionInputDef
Returns the set of variable type identifiers for this function.
getVarTypes() - Method in class org.cornutum.tcases.TestCase
Returns the set of variable type identifiers for this test case.
getVersion() - Static method in class org.cornutum.tcases.CommandUtils
Returns a description of the current version.
getVersion() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns the API version for this request.
getVersion() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns the API version for this request.
getWorkingDir() - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Returns the current working directory used to complete relative path names.
getWorkingDir() - Method in class org.cornutum.tcases.CopyCommand.Options
Returns the current working directory used to complete relative path names.
getWorkingDir() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns the current working directory used to complete relative path names.
getWorkingDir() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns the current working directory used to complete relative path names.
getWorkingDir() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns the current working directory used to complete relative path names.
getWriter() - Method in class org.cornutum.tcases.generator.io.GeneratorSetJsonWriter
Returns the output stream for this writer.
getWriter() - Method in class org.cornutum.tcases.io.AbstractSystemInputWriter
Returns the output stream for this writer.
getWriter() - Method in class org.cornutum.tcases.io.AbstractSystemTestWriter
Returns the output stream for this writer.
getWriter() - Method in class org.cornutum.tcases.io.ProjectJsonWriter
Returns the output stream for this writer.
getWriter() - Method in class org.cornutum.tcases.io.SystemInputJsonWriter
Returns the output stream for this writer.
getWriter() - Method in class org.cornutum.tcases.io.SystemTestJsonWriter
Returns the output stream for this writer.
getWriter() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigWriter
Returns the output stream for this writer.
getWriter() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfigWriter
Returns the output stream for this writer.
getWriter() - Method in class org.cornutum.tcases.openapi.resolver.io.RequestTestDefWriter
Returns the output stream for this writer.

H

handleArgs(String[], int) - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Handles the non-option arguments i, i+1, ...
handleArgs(String[], int) - Method in class org.cornutum.tcases.CopyCommand.Options
Handles the non-option arguments i, i+1, ...
handleArgs(String[], int) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Handles the non-option arguments i, i+1, ...
handleArgs(String[], int) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Handles the non-option arguments i, i+1, ...
handleArgs(String[], int) - Method in class org.cornutum.tcases.ReducerCommand.Options
Handles the non-option arguments i, i+1, ...
handleArgs(String[], int) - Method in class org.cornutum.tcases.TcasesCommand.Options
Handles the non-option arguments i, i+1, ...
handleInvalid(ResponseValidationException) - Method in interface org.cornutum.tcases.openapi.test.ResponseValidationHandler
Handles when response data does not satisfy OpenAPI requirements.
handleOption(String[], int) - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Handles the i'th option and return the index of the next argument.
handleOption(String[], int) - Method in class org.cornutum.tcases.CopyCommand.Options
Handles the i'th option and return the index of the next argument.
handleOption(String[], int) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Handles the i'th option and return the index of the next argument.
handleOption(String[], int) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Handles the i'th option and return the index of the next argument.
handleOption(String[], int) - Method in class org.cornutum.tcases.ReducerCommand.Options
Handles the i'th option and return the index of the next argument.
handleOption(String[], int) - Method in class org.cornutum.tcases.TcasesCommand.Options
Handles the i'th option and return the index of the next argument.
handleUnvalidated(ResponseUnvalidatedException) - Method in interface org.cornutum.tcases.openapi.test.ResponseValidationHandler
Handles when response data cannot be validated.
has(String, Object) - Method in class org.cornutum.tcases.AnnotatedBuilder
Adds an annotation.
has(String, Object...) - Method in class org.cornutum.tcases.AnnotatedBuilder
Adds an annotation using a comma-separated list of the string representations of the given values.
has(String, Iterable<?>) - Method in class org.cornutum.tcases.AnnotatedBuilder
Adds an annotation using a comma-separated list of the string representations of the given values.
has(String, Stream<?>) - Method in class org.cornutum.tcases.AnnotatedBuilder
Adds an annotation using a comma-separated list of the string representations of the given values.
has(String...) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains all of the given properties.
HAS_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
HAS_TAG - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
hasAny(String...) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains any of the given properties.
hasBody(String, String, int) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns true if a response body is expected when the given status code is received for the given operation on the API resource at the given path.
HasHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.HasHandler
 
HasHandler() - Constructor for class org.cornutum.tcases.io.SystemTestDocReader.HasHandler
 
hashCode() - Method in class org.cornutum.tcases.AbstractVarDef
 
hashCode() - Method in class org.cornutum.tcases.conditions.AbstractAssertion
 
hashCode() - Method in class org.cornutum.tcases.conditions.BoundedAssertion
 
hashCode() - Method in class org.cornutum.tcases.conditions.ConditionSet
 
hashCode() - Method in class org.cornutum.tcases.conditions.Conjunction
 
hashCode() - Method in class org.cornutum.tcases.conditions.Disjunction
 
hashCode() - Method in class org.cornutum.tcases.conditions.PropertyExpr
 
hashCode() - Method in class org.cornutum.tcases.FunctionInputDef
 
hashCode() - Method in class org.cornutum.tcases.FunctionTestDef
 
hashCode() - Method in class org.cornutum.tcases.generator.GeneratorSet
 
hashCode() - Method in class org.cornutum.tcases.generator.Tuple
 
hashCode() - Method in class org.cornutum.tcases.generator.TupleCombiner
 
hashCode() - Method in class org.cornutum.tcases.generator.TupleGenerator
 
hashCode() - Method in class org.cornutum.tcases.generator.TupleRef
 
hashCode() - Method in class org.cornutum.tcases.generator.VarNamePattern
 
hashCode() - Method in class org.cornutum.tcases.openapi.resolver.ApiKeyDef
 
hashCode() - Method in class org.cornutum.tcases.openapi.resolver.EncodingData
 
hashCode() - Method in class org.cornutum.tcases.openapi.resolver.HeaderData
 
hashCode() - Method in class org.cornutum.tcases.openapi.resolver.HttpBasicDef
 
hashCode() - Method in class org.cornutum.tcases.openapi.resolver.HttpBearerDef
 
hashCode() - Method in class org.cornutum.tcases.openapi.resolver.ParamData
 
hashCode() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
 
hashCode() - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
 
hashCode() - Method in class org.cornutum.tcases.resolve.DataValue
 
hashCode() - Method in class org.cornutum.tcases.resolve.Schema
 
hashCode() - Method in class org.cornutum.tcases.SystemInputDef
 
hashCode() - Method in class org.cornutum.tcases.SystemInputs.Located
 
hashCode() - Method in class org.cornutum.tcases.SystemTestDef
 
hashCode() - Method in class org.cornutum.tcases.TestCase
 
hashCode() - Method in class org.cornutum.tcases.VarBinding
 
hashCode() - Method in class org.cornutum.tcases.VarBindingDef
 
hashCode() - Method in class org.cornutum.tcases.VarNaDef
 
hashCode() - Method in class org.cornutum.tcases.VarValueDef
 
hasIf(String, Iterable<?>) - Method in class org.cornutum.tcases.AnnotatedBuilder
If the given iterable is non-empty, adds an annotation using a comma-separated list of the string representations of its members.
hasIf(String, Stream<?>) - Method in class org.cornutum.tcases.AnnotatedBuilder
If the given stream is non-empty, adds an annotation using a comma-separated list of the string representations of its members.
hasIf(String, Object) - Method in class org.cornutum.tcases.AnnotatedBuilder
Adds an annotation if the given value is non-null
hasIf(String, Optional<?>) - Method in class org.cornutum.tcases.AnnotatedBuilder
Adds an annotation if the given value is defined
hasNext() - Method in class org.cornutum.tcases.generator.TupleIterator
 
hasNext() - Method in class org.cornutum.tcases.util.CartesianProduct
 
hasNext() - Method in class org.cornutum.tcases.VarDefIterator
 
hasProperties() - Method in class org.cornutum.tcases.VarValueDef
Returns if this value has any properties.
hasProperty(String) - Method in class org.cornutum.tcases.VarValueDef
Returns if this value has the given property.
hasResolvedAll(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns if resolution of this schema and all of its subschemas is defined.
hasResources() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns true if test output resources are produced.
hasValidTypes(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns true if the instance types that can be validated are defined for the given schema.
hasValidTypesAll(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns if valid types for this schema and all of its subschemas are defined.
header(HeaderData) - Method in class org.cornutum.tcases.openapi.resolver.EncodingDataBuilder
 
header(String) - Static method in class org.cornutum.tcases.openapi.resolver.HeaderDataBuilder
 
HeaderData - Class in org.cornutum.tcases.openapi.resolver
Defines a request header data object.
HeaderData(String, MessageData) - Constructor for class org.cornutum.tcases.openapi.resolver.HeaderData
Creates a new HeaderData instance.
HeaderData(String, DataValue<?>, String, boolean) - Constructor for class org.cornutum.tcases.openapi.resolver.HeaderData
Creates a new HeaderData instance.
HeaderDataBuilder - Class in org.cornutum.tcases.openapi.resolver
Builds a HeaderData instance.
HeaderDataBuilder() - Constructor for class org.cornutum.tcases.openapi.resolver.HeaderDataBuilder
 
HeaderDef - Class in org.cornutum.tcases.openapi.resolver
Describes an instance of a request header.
HeaderDef(String) - Constructor for class org.cornutum.tcases.openapi.resolver.HeaderDef
Creates a new HeaderDef instance.
HeaderDef - Class in org.cornutum.tcases.openapi.test
Describes the definition of a response header.
HeaderDef(String, Boolean, ContentDef) - Constructor for class org.cornutum.tcases.openapi.test.HeaderDef
Creates a new HeaderDef instance.
headerDefs(String, String, int) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns the names of headers defined for the given status code for the given operation on the API resource at the given path.
headerValueOf(AuthDef) - Static method in class org.cornutum.tcases.openapi.testwriter.java.TestCaseWriterUtils
Returns the Java expression that provides the header value for the given authentication definition.
HelpException - Exception in org.cornutum.tcases
Reports a command terminated by a request for help information.
HelpException() - Constructor for exception org.cornutum.tcases.HelpException
 
HttpAuthDef - Class in org.cornutum.tcases.openapi.resolver
Describes an HTTP authentication input.
HttpAuthDef() - Constructor for class org.cornutum.tcases.openapi.resolver.HttpAuthDef
Creates a new HttpAuthDef instance.
HttpBasicDef - Class in org.cornutum.tcases.openapi.resolver
Describes an HTTP Basic authentication input.
HttpBasicDef() - Constructor for class org.cornutum.tcases.openapi.resolver.HttpBasicDef
Creates a new HttpBasicDef instance.
HttpBearerDef - Class in org.cornutum.tcases.openapi.resolver
Describes an HTTP Bearer authentication input.
HttpBearerDef() - Constructor for class org.cornutum.tcases.openapi.resolver.HttpBearerDef
Creates a new HttpBearerDef instance.
HttpServerTestWriter - Class in org.cornutum.tcases.openapi.moco
A JUnitTestWriter for API tests that use a Moco HttpServer
HttpServerTestWriter(MocoServerConfig, TestCaseWriter) - Constructor for class org.cornutum.tcases.openapi.moco.HttpServerTestWriter
Creates a new HttpServerTestWriter instance.
HttpsServerTestWriter - Class in org.cornutum.tcases.openapi.moco
A JUnitTestWriter for API tests that use a Moco HttpsServer
HttpsServerTestWriter(MocoServerConfig, CertConfig, TestCaseWriter) - Constructor for class org.cornutum.tcases.openapi.moco.HttpsServerTestWriter
Creates a new HttpsServerTestWriter instance.

I

IAnnotated - Interface in org.cornutum.tcases
An annotated element.
IAssertion - Interface in org.cornutum.tcases.conditions
A condition that asserts a condition on a single property.
ICondition - Interface in org.cornutum.tcases.conditions
A condition that evaluates a set of test case properties.
IConditional - Interface in org.cornutum.tcases
A conditional element.
IConditionVisitor - Interface in org.cornutum.tcases.conditions
Defines the Visitor pattern for condition objects.
IConjunct - Interface in org.cornutum.tcases.conditions
A condition that defined by the conjunction (logical AND) of one or more disjunctions.
id(int) - Method in class org.cornutum.tcases.TestCaseBuilder
Changes the test case id.
ID_ATR - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
IDisjunct - Interface in org.cornutum.tcases.conditions
A condition that defined by the disjunction (logical OR) of one or more assertions.
ifApplicableStyle(String, String, String) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
Returns the given parameter "style" property if it is applicable for the given parameter "in" and "type" properties.
ifApplicableStyle(Parameter.StyleEnum, String, String) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
Returns the given parameter "style" property if it is applicable for the given parameter "in" and "type" properties.
ifNotEmpty(Map<K, V>) - Static method in class org.cornutum.tcases.util.CollectionUtils
Returns the given map if it is non-null and non-empty.
IGeneratorSet - Interface in org.cornutum.tcases.generator
Defines a set of test case generators.
IGeneratorSetSource - Interface in org.cornutum.tcases.generator.io
Interface for reading an IGeneratorSet instance.
ignore() - Static method in interface org.cornutum.tcases.util.Notifier
Returns a Notifier that ignores all conditions.
IGNORE_ALL - Static variable in interface org.cornutum.tcases.openapi.test.ResponseValidationHandler
Ignores all validation conditions.
include(String...) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Includes the given variables in this combiner.
include(Iterable<String>) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Includes the given variables in this combiner.
include(Stream<String>) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Includes the given variables in this combiner.
INCLUDE_TAG - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
IncludeHandler() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocReader.IncludeHandler
 
indent() - Method in class org.cornutum.tcases.io.IndentedWriter
Increments the indentation level.
IndentedWriter - Class in org.cornutum.tcases.io
Prints indented lines.
IndentedWriter() - Constructor for class org.cornutum.tcases.io.IndentedWriter
Creates a new IndentedWriter object.
IndentedWriter(OutputStream) - Constructor for class org.cornutum.tcases.io.IndentedWriter
Creates a new IndentedWriter object.
IndentedWriter(Writer) - Constructor for class org.cornutum.tcases.io.IndentedWriter
Creates a new IndentedWriter object.
inDir(File) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.BaseBuilder
 
initializeFilter(InputStream, OutputStream) - Method in class org.cornutum.tcases.io.AbstractFilter
Initializes the filter.
initializeFilter(InputStream, OutputStream) - Method in class org.cornutum.tcases.io.TransformFilter
Initializes the filter.
initLengthRange() - Method in class org.cornutum.tcases.resolve.DateDomain
Defines the initial length range for values in this domain.
initLengthRange() - Method in class org.cornutum.tcases.resolve.DateTimeDomain
Defines the initial length range for values in this domain.
initLengthRange() - Method in class org.cornutum.tcases.resolve.EmailDomain
Defines the initial length range for values in this domain.
initLengthRange() - Method in class org.cornutum.tcases.resolve.SequenceDomain
Defines the initial length range for values in this domain.
initLengthRange() - Method in class org.cornutum.tcases.resolve.UuidDomain
Defines the initial length range for values in this domain.
inPackage(Class<?>) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget.Builder
 
inPackage(String) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget.Builder
 
INPUT_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
INPUT_TAG - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
inputDef(File) - Method in class org.cornutum.tcases.anon.AnonCommand.Options.Builder
 
inputDef(File) - Method in class org.cornutum.tcases.CopyCommand.Options.Builder
 
inputDef() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
inputDef(File) - Method in class org.cornutum.tcases.ReducerCommand.Options.Builder
 
inputDef(File) - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
InputHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.InputHandler
 
InputHandler() - Constructor for class org.cornutum.tcases.io.SystemTestDocReader.InputHandler
 
InputModeller - Class in org.cornutum.tcases.openapi
Converts between OpenAPI models and Tcases input models.
InputModeller(InputModeller.View) - Constructor for class org.cornutum.tcases.openapi.InputModeller
Creates a new InputModeller instance.
InputModeller(InputModeller.View, ModelOptions) - Constructor for class org.cornutum.tcases.openapi.InputModeller
Creates a new InputModeller instance.
InputModeller.View - Enum in org.cornutum.tcases.openapi
 
IntegerConstant - Class in org.cornutum.tcases.resolve
Defines a singleton Integer value set.
IntegerConstant(Integer) - Constructor for class org.cornutum.tcases.resolve.IntegerConstant
Creates a new IntegerConstant instance.
integerData(int) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
IntegerDomain - Class in org.cornutum.tcases.resolve
Defines a set of Integer values that can be used by a request.
IntegerDomain() - Constructor for class org.cornutum.tcases.resolve.IntegerDomain
Creates a new IntegerDomain instance.
IntegerDomain(long) - Constructor for class org.cornutum.tcases.resolve.IntegerDomain
Creates a new IntegerDomain instance.
IntegerDomain(int, int) - Constructor for class org.cornutum.tcases.resolve.IntegerDomain
Creates a new IntegerDomain instance.
IntegerDomain(NumberDomain.Range) - Constructor for class org.cornutum.tcases.resolve.IntegerDomain
Creates a new IntegerDomain instance.
IntegerEnum - Class in org.cornutum.tcases.resolve
Defines an enumerated integer value set.
IntegerEnum(Iterable<String>) - Constructor for class org.cornutum.tcases.resolve.IntegerEnum
Creates a new IntegerEnum instance.
IntegerEnum(Collection<Integer>) - Constructor for class org.cornutum.tcases.resolve.IntegerEnum
Creates a new IntegerEnum instance.
integerOf(BigDecimal) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns the given BigDecimal value as an Integer.
integerOf(DataValue<?>) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new Integer.
IntegerValue - Class in org.cornutum.tcases.resolve
Represents a generated integer value for a test case.
IntegerValue(Integer) - Constructor for class org.cornutum.tcases.resolve.IntegerValue
Creates a new IntegerValue instance.
IntegerValue(Integer, String) - Constructor for class org.cornutum.tcases.resolve.IntegerValue
Creates a new IntegerValue instance.
integerValueOf(String, DataValue<?>) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a INTEGER type value defined by the given format.
InvalidStyleException - Exception in org.cornutum.tcases.openapi
Reports a parameter style value that is incompatible with the parameter definition.
InvalidStyleException(String, String) - Constructor for exception org.cornutum.tcases.openapi.InvalidStyleException
Creates a new InvalidStyleException instance.
is(Object) - Method in class org.cornutum.tcases.VarBindingBuilder
Changes the binding variable value.
isApplicable(VarDef) - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns if the given variable is applicable to the current test case definition.
isApplicable(FunctionInputDef) - Method in class org.cornutum.tcases.generator.VarNamePattern
Returns true if this pattern is applicable to the given input definition.
isApplicable(VarValueDef) - Method in class org.cornutum.tcases.VarDef
Returns true if the given value can be bound to this variable.
isAuthFailure() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns if this request has invalid authentication.
isAuthFailure() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns if this request has invalid authentication.
isByPath() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns true if generating a separate test file for each request path.
isClassifier() - Method in class org.cornutum.tcases.resolve.Schema
Returns true if this schema is a "classifier" that describes a set values that have specific properties.
isCompatible(Tuple) - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns if the given tuple is compatible with the current test case definition.
isCompatible(VarBindingDef) - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns if the given binding is compatible with the current test case definition.
isCompatible() - Method in class org.cornutum.tcases.generator.Tuple
Returns true if this tuple contains compatible variable bindings.
isComposite() - Method in enum org.cornutum.tcases.resolve.DataValue.Type
Returns true if this type designates a composite value
isConstant() - Method in class org.cornutum.tcases.resolve.NumberDomain.Range
Return true if this range contains a single constant value.
isDate(String) - Static method in class org.cornutum.tcases.resolve.DateConstant
Returns true if the given value is a valid date string.
isDateTime(String) - Static method in class org.cornutum.tcases.resolve.DateTimeConstant
Returns true if the given value is a valid date-time string.
isDefaultStyle() - Method in class org.cornutum.tcases.io.TestDefToHtmlFilter
Returns if this filter uses the default CSS stylesheet.
isDefined() - Method in class org.cornutum.tcases.openapi.resolver.ValueDef
Returns true if this input value is defined.
isEachTest() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Returns if the Moco server is restarted for each @Test method (true) or only once for each test class.
isEligible(IVarDef) - Method in class org.cornutum.tcases.generator.TupleCombiner
Returns true if the given input variable is eligible to be combined.
isEmail(String) - Static method in class org.cornutum.tcases.resolve.EmailDomain
Returns true if the given value is a valid email address
isEmpty() - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionContainer
Returns true if no ICondition added to this container.
isEmpty() - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionSetHandler
Returns true if no ICondition added to this container.
isEmpty() - Method in class org.cornutum.tcases.io.SystemInputDocReader.WhenHandler
Returns true if no ICondition added to this container.
isEmpty(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns true if the given schema contains no assertions.
isEmpty() - Method in class org.cornutum.tcases.PropertySet
Returns true if this set has no members.
isExampleSchema(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns if this is schema for an example value.
isExclusive() - Method in class org.cornutum.tcases.conditions.AssertLess
Returns true is the bound is exclusive.
isExclusive() - Method in class org.cornutum.tcases.conditions.AssertMore
Returns true is the bound is exclusive.
isExclusive() - Method in class org.cornutum.tcases.conditions.AssertNotLess
Returns true is the bound is exclusive.
isExclusive() - Method in class org.cornutum.tcases.conditions.AssertNotMore
Returns true is the bound is exclusive.
isExclusive() - Method in class org.cornutum.tcases.conditions.BoundedAssertion
Returns true is the bound is exclusive.
isExploded() - Method in class org.cornutum.tcases.openapi.resolver.EncodingData
Returns if an application/x-www-form-urlencoded part uses "exploded" serialization.
isExploded() - Method in class org.cornutum.tcases.openapi.resolver.EncodingDef
Returns if an application/x-www-form-urlencoded part uses "exploded" serialization.
isExploded() - Method in class org.cornutum.tcases.openapi.resolver.ParamData
Returns if the parameter value is serialized in exploded form.
isExploded() - Method in class org.cornutum.tcases.openapi.resolver.ParamDef
Returns if the parameter value is serialized in exploded form.
isExploded() - Method in class org.cornutum.tcases.openapi.test.AbstractDecoder
Returns true if this decoder expects objects to be encoded in exploded form.
isExploded() - Method in class org.cornutum.tcases.openapi.test.ContentDef
Returns if the content is serialized in exploded form.
isExploded() - Method in class org.cornutum.tcases.openapi.test.EncodingDef
Returns if an application/x-www-form-urlencoded part uses "exploded" serialization.
isExploded() - Method in class org.cornutum.tcases.openapi.test.HeaderDef
Returns if the header value is serialized in exploded form.
isExtended() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns if new test definitions are generated by extending the previous test definitions.
isFailure() - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCaseHandler
Returns if this is a failure test case.
isFailure() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Returns true for a request with an invalid input.
isFailure() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Returns true for a request with an invalid input.
isFalse(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns true if the given schema is the false schema.
isHtml() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns if using the HTML transform.
isIdentifier(String) - Static method in class org.cornutum.tcases.DefUtils
Returns true if the given string is a valid identifier.
isInfeasible() - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns true if the current required condition for this test case is unsatisfiable.
isInteger(String) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns true if the given string represents an integer
isItemsUnique() - Method in class org.cornutum.tcases.resolve.ArrayDomain
Returns if array items are unique.
isJunit() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns if using the JUnit transform.
isLeafEmpty(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns true if this schema contains no leaf assertions.
isLeafSchema(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns true if this is a basic schema without any boolean combinations of subschemas.
isMaxExclusive() - Method in class org.cornutum.tcases.resolve.NumberDomain.Range
Returns true if the maximum is exclusive.
isMember(String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.CombineHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.GeneratorsHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.OnceHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.TupleGeneratorHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.AnnotatedHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionalHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionContainer
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.FunctionHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.InputHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.SystemHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ValueHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarSetHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.AnnotatedHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.FunctionHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.InputHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCaseHandler
Returns true if the given element is a valid member of this element.
isMember(String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCasesHandler
Returns true if the given element is a valid member of this element.
isMinExclusive() - Method in class org.cornutum.tcases.resolve.NumberDomain.Range
Returns true if the minimum is exclusive.
isMissing(JsonNode) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns true if the given JSON node is null or missing.
isModellingInput(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns if currently generating an input model for this schema.
isMultipleOf(BigDecimal, BigDecimal) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns true if the given value is a multiple of the given factor.
isMultipleOf(BigDecimal, BigDecimal) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns true if the given value is a multiple of the given factor.
isMultipleOf(BigDecimal, BigDecimal) - Method in class org.cornutum.tcases.resolve.DecimalDomain
Returns true if value is a multiple of multiple.
isMultipleOf(Integer, Integer) - Method in class org.cornutum.tcases.resolve.IntegerDomain
Returns true if value is a multiple of multiple.
isMultipleOf(Long, Long) - Method in class org.cornutum.tcases.resolve.LongDomain
Returns true if value is a multiple of multiple.
isMultipleOf(T, T) - Method in class org.cornutum.tcases.resolve.NumberDomain
Returns true if value is a multiple of multiple.
isNA(VarDef) - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns true if the given value is currently bound to the "not applicable" value.
isNA(VarDef) - Method in interface org.cornutum.tcases.ITestCaseDef
Returns true if the given value is currently bound to the "not applicable" value.
isNA() - Method in class org.cornutum.tcases.VarBindingBuilder
Changes this binding to "not applicable".
isNA() - Method in class org.cornutum.tcases.VarBindingDef
Returns true if this binding has the "not applicable" value.
isNA() - Method in class org.cornutum.tcases.VarNaDef
Returns true if this value indicates a "not applicable" condition for an optional variable.
isNA() - Method in class org.cornutum.tcases.VarValueDef
Returns true if this value indicates a "not applicable" condition for an optional variable.
isNew() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns if previous contents of the test definition file are ignored.
isNewSeed() - Method in class org.cornutum.tcases.ant.TcasesTask
Returns if automatically choosing a new random seed used by generators.
isNewSeed() - Method in class org.cornutum.tcases.ReducerCommand.Options
Returns if ignoring current random seed used by generators.
isNewSeed() - Method in class org.cornutum.tcases.ReducerOptions
Returns if test case reduction starts by ignoring any previous random seed.
isNewSeed() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns if choosing a new random seed used by generators.
isNotExcluded(T, Set<T>) - Method in class org.cornutum.tcases.resolve.NumberDomain
Returns true if value is not equal to of any of the excluded values.
isNotExcluded(T, Set<T>) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Returns true if value is not equal to of any of the excluded values.
isNotLeafSchema(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns true if this schema asserts any boolean combinations of subschemas.
isNotMultipleOf(T, Set<T>) - Method in class org.cornutum.tcases.resolve.NumberDomain
Returns true if value is a not a multiple of any of the multiples.
isNullChecked(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns if the input model for this schema requires null checks
isNumeric() - Method in enum org.cornutum.tcases.resolve.DataValue.Type
Returns true if this type designates a numeric value
isOnce() - Method in class org.cornutum.tcases.generator.Tuple
Returns if this tuple should be used in at most one test case.
isOptional() - Method in class org.cornutum.tcases.AbstractVarDef
Returns true if this variable (has an ancestor that) defines a condition.
isPatternedFormat(String) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns true if the given string format required a specific pattern.
isPrintable(char) - Static method in class org.cornutum.tcases.util.Characters.Any
Return true if the given character is printable.
isPrintable(int) - Static method in class org.cornutum.tcases.util.Characters.Any
Return true if the character with the given code point is printable.
isPropertySchema(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns if this is schema for an object property
isReadOnlyEnforced() - Method in class org.cornutum.tcases.openapi.ModelOptions
Returns if the API will strictly enforce the exclusion of "readOnly" properties from requests.
isRequestCases() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns if test case output consists of a list of request test cases (true) or a test definition (false).
isRequired() - Method in class org.cornutum.tcases.openapi.test.HeaderDef
Returns if the header is required.
isSatisfied() - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns true if all conditions for current bindings are satisfied.
isSchemaType(String) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns true if the given schema type is supported by OpenAPI.
isServerTest() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Return if output if for testing an API server (true) or an API client (false).
isServerTrusted() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns if generated HTTPS requests will connect to the API server without verifying the server certificate.
isTautology(IDisjunct) - Static method in class org.cornutum.tcases.conditions.Cnf
Returns true if the given disjunction is universally true.
isTests() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns if output consists of a test definition (true) or an input definition (false).
isTypeChecked(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Returns if the input model for this schema requires type checks
isUuid(String) - Static method in class org.cornutum.tcases.resolve.UuidConstant
Returns true if the given value is a valid UUID string.
isValid() - Method in class org.cornutum.tcases.generator.VarNamePattern
Returns true if this pattern is valid.
isValid() - Method in class org.cornutum.tcases.openapi.resolver.MessageData
Returns if this is a valid data value.
isValid() - Method in class org.cornutum.tcases.openapi.resolver.ValueDef
Returns if this is an instance of valid value.
isValid() - Method in class org.cornutum.tcases.VarNaDef
Returns if this value is a valid member of the variable input domain.
isValid() - Method in class org.cornutum.tcases.VarValueDef
Returns if this value is a valid member of the variable input domain.
isValid() - Method in enum org.cornutum.tcases.VarValueDef.Type
Returns if this type of value is a valid member of the variable input domain.
isValidTime(String) - Method in class org.cornutum.tcases.resolve.DateDomain
Returns true if the given value is a valid time string.
isValidTime(String) - Method in class org.cornutum.tcases.resolve.DateTimeDomain
Returns true if the given value is a valid time string.
isValidTime(String) - Method in class org.cornutum.tcases.resolve.TimeDomain
Returns true if the given value is a valid time string.
isValueNA() - Method in class org.cornutum.tcases.VarBinding
Returns true if this binding indicates a "not applicable" condition for this variable.
isValueNA() - Method in class org.cornutum.tcases.VarNaBinding
Returns true if this binding indicates a "not applicable" condition for this variable.
isValueValid() - Method in class org.cornutum.tcases.VarBinding
Returns if this variable is bound to a valid value.
isValueValid() - Method in class org.cornutum.tcases.VarNaBinding
Returns if this variable is bound to a valid value.
isVarValue(Object) - Static method in class org.cornutum.tcases.DefUtils
Returns true if the given string is a valid variable value.
isWriteOnlyEnforced() - Method in class org.cornutum.tcases.openapi.ModelOptions
Returns if the API will strictly enforce the exclusion of "writeOnly" properties from responses.
isWriteOnlyInvalid() - Method in class org.cornutum.tcases.openapi.test.ResponseValidator
Returns if a response containing a "writeOnly" object property is invalid.
ISystemInputSource - Interface in org.cornutum.tcases.io
Interface for reading a SystemInputDef instance.
ISystemTestSource - Interface in org.cornutum.tcases.io
Interface for reading a SystemTestDef instance.
items(Schema) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
iterableOf(Optional<T>) - Static method in class org.cornutum.tcases.util.CollectionUtils
If the given value is present, returns it as a singleton list.
iterator() - Method in class org.cornutum.tcases.PropertySet
Returns an iterator that visits every instance of each property in this set.
ITestCaseDef - Interface in org.cornutum.tcases
Supplies a definition of a test case.
ITestCaseGenerator - Interface in org.cornutum.tcases.generator
Generates test cases for a function.
IVarDef - Interface in org.cornutum.tcases
Defines an input variable.
IVarDef.Position - Interface in org.cornutum.tcases
Defines an ordering of variable definitions.

J

JavaTestTarget - Class in org.cornutum.tcases.openapi.testwriter
Defines the target for output from a JavaTestWriter.
JavaTestTarget() - Constructor for class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
Creates a new JavaTestTarget instance.
JavaTestTarget.Builder - Class in org.cornutum.tcases.openapi.testwriter
Builds a TestTarget instance.
JavaTestWriter - Class in org.cornutum.tcases.openapi.testwriter
Writes Java source code for a test that executes API requests.
JavaTestWriter(TestCaseWriter) - Constructor for class org.cornutum.tcases.openapi.testwriter.JavaTestWriter
Creates a new JavaTestWriter instance.
JsonNodes - Class in org.cornutum.tcases.openapi.resolver
Defines methods to decode JsonNode objects.
JsonUtils - Class in org.cornutum.tcases.openapi.test
Defines methods for processing JSON values.
JUnitTestWriter - Class in org.cornutum.tcases.openapi.testwriter
Writes Java source code for a JUnit test that executes API requests.
JUnitTestWriter(TestCaseWriter) - Constructor for class org.cornutum.tcases.openapi.testwriter.JUnitTestWriter
Creates a new JUnitTestWriter instance.

L

LabelValueEncoder - Class in org.cornutum.tcases.openapi.testwriter.encoder
Returns an encoding of a DataValue in the "label" style.
LengthDomain - Class in org.cornutum.tcases.resolve
Defines the range of possible lengths for a sequence value.
LengthDomain(Integer) - Constructor for class org.cornutum.tcases.resolve.LengthDomain
Creates a new LengthDomain instance.
LengthDomain(int, int) - Constructor for class org.cornutum.tcases.resolve.LengthDomain
Creates a new LengthDomain instance.
lessThan(String, int) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains less than a specified maximum that the number of instances of a property.
LESSTHAN_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
LessThanHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.LessThanHandler
 
ListBuilder<T> - Class in org.cornutum.tcases.util
Provide a fluent List constructor.
ListBuilder() - Constructor for class org.cornutum.tcases.util.ListBuilder
Creates a new ListBuilder object.
ListBuilder(List<T>) - Constructor for class org.cornutum.tcases.util.ListBuilder
Creates a new ListBuilder object.
Located(String[], T) - Constructor for class org.cornutum.tcases.SystemInputs.Located
Creates a new Located instance.
location(ParamDef.Location) - Method in class org.cornutum.tcases.openapi.resolver.ParamDataBuilder
 
log() - Static method in interface org.cornutum.tcases.openapi.ModelConditionNotifier
Returns a Notifier that logs all conditions, using the default Logger.
log() - Static method in interface org.cornutum.tcases.openapi.resolver.RequestCaseConditionNotifier
Returns a Notifier that logs all conditions.
log() - Static method in interface org.cornutum.tcases.resolve.TestCaseConditionNotifier
Returns a Notifier that logs all conditions.
log(Logger) - Static method in interface org.cornutum.tcases.util.Notifier
Returns a Notifier that logs all conditions, using the given Logger.
LongConstant - Class in org.cornutum.tcases.resolve
Defines a singleton Long value set.
LongConstant(Long) - Constructor for class org.cornutum.tcases.resolve.LongConstant
Creates a new LongConstant instance.
longData(long) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
LongDomain - Class in org.cornutum.tcases.resolve
Defines a set of Long values that can be used by a request.
LongDomain() - Constructor for class org.cornutum.tcases.resolve.LongDomain
Creates a new LongDomain instance.
LongDomain(long) - Constructor for class org.cornutum.tcases.resolve.LongDomain
Creates a new LongDomain instance.
LongDomain(long, long) - Constructor for class org.cornutum.tcases.resolve.LongDomain
Creates a new LongDomain instance.
LongDomain(NumberDomain.Range) - Constructor for class org.cornutum.tcases.resolve.LongDomain
Creates a new LongDomain instance.
LongEnum - Class in org.cornutum.tcases.resolve
Defines an enumerated long value set.
LongEnum(Iterable<String>) - Constructor for class org.cornutum.tcases.resolve.LongEnum
Creates a new LongEnum instance.
LongEnum(Collection<Long>) - Constructor for class org.cornutum.tcases.resolve.LongEnum
Creates a new LongEnum instance.
longOf(BigDecimal) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns the given BigDecimal value as Long.
longOf(DataValue<?>) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new Long.
LongValue - Class in org.cornutum.tcases.resolve
Represents a generated long value for a test case.
LongValue(Long) - Constructor for class org.cornutum.tcases.resolve.LongValue
Creates a new LongValue instance.
LongValue(Long, String) - Constructor for class org.cornutum.tcases.resolve.LongValue
Creates a new LongValue instance.

M

main(String[]) - Static method in class org.cornutum.tcases.anon.AnonCommand
Converts a system input definition into an equivalent form using anonymous identifiers.
main(String[]) - Static method in class org.cornutum.tcases.CopyCommand
Copies a Tcases project, using the given command line options.
main(String[]) - Static method in class org.cornutum.tcases.openapi.ApiCommand
Generates input models and test models for API clients and servers, based on an OpenAPI v3 compliant API definition, using the given command line options.
main(String[]) - Static method in class org.cornutum.tcases.openapi.ApiTestCommand
Generates input models and test models for API clients and servers, based on an OpenAPI v3 compliant API definition, using the given command line options.
main(String[]) - Static method in class org.cornutum.tcases.ReducerCommand
For a system input definition, updates the associated test case generators to reduce the number of generated test cases, using the given command line options.
main(String[]) - Static method in class org.cornutum.tcases.TcasesCommand
Generates a set of test cases from a system input definition using the given command line options.
MapBuilder<K,V> - Class in org.cornutum.tcases.util
Creates a Map instance.
MapBuilder() - Constructor for class org.cornutum.tcases.util.MapBuilder
Creates a new MapBuilder object.
MapBuilder(Class<T>) - Constructor for class org.cornutum.tcases.util.MapBuilder
Creates a new MapBuilder object.
mapper() - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns a JSON ObjectMapper.
mapping(K, V) - Static method in class org.cornutum.tcases.openapi.test.CollectionUtils
Returns a mapping of the given value to the given key.
matches(String) - Method in class org.cornutum.tcases.generator.VarNamePattern
Returns true if the given variable name matches this pattern.
matches(VarNamePattern) - Method in class org.cornutum.tcases.generator.VarNamePattern
Returns true if the given variable name matches this pattern.
matches(Integer, String) - Method in class org.cornutum.tcases.openapi.ServerSelector
Returns true if the server description at the given index matches this selector.
matchesAll(String) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain.PatternResolver
Returns if the given value matches all pattern requirements.
matchesPatterns(String) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns if the given value matches the given pattern requirements.
matchesRemaining(String) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain.PatternResolver
Returns if a generated match matches all remaining pattern requirements.
matchingCandidates(ResolverContext, AbstractStringDomain.PatternResolver) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns a random sequence of possible members of this domain matching all pattern requirements.
matchingCandidates(ResolverContext, AbstractStringDomain.PatternResolver) - Method in class org.cornutum.tcases.resolve.AsciiStringDomain
Returns a random sequence of possible members of this domain matching all pattern requirements.
matchingValues(ResolverContext, AbstractStringDomain.PatternResolver) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns a random sequence of possible members of this domain matching all pattern requirements.
MatrixValueEncoder - Class in org.cornutum.tcases.openapi.testwriter.encoder
Returns an encoding of a DataValue in the "matrix" style.
MAX_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
maximum(BigDecimal) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
maximum(int) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
maximum(long) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
maximum(String) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
maxItems(Integer) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
maxLength(Integer) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
maxLengthRequired(Schema) - Static method in class org.cornutum.tcases.resolve.Schemas
Returns the maximum string length required by the given schema.
maxPatternMatch(Schema) - Static method in class org.cornutum.tcases.resolve.Schemas
Returns the maximum length required for pattern matches.
maxPatternMatch(RegExpGen) - Static method in class org.cornutum.tcases.resolve.Schemas
Returns the maximum length required for the given pattern generator.
maxTries(int) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
maxTries(int) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
maxTries(int) - Method in class org.cornutum.tcases.resolve.ResolverContext.Builder
 
MediaRange - Class in org.cornutum.tcases.openapi.test
Represents a media range definition.
mediaType(String) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
MediaTypeDomain - Class in org.cornutum.tcases.openapi.resolver
Defines a set of media type values that can be used by a request.
MediaTypeDomain() - Constructor for class org.cornutum.tcases.openapi.resolver.MediaTypeDomain
Creates a new MediaTypeDomain instance.
members(IVarDef...) - Method in class org.cornutum.tcases.VarSetBuilder
Adds variable set members.
members(Iterable<IVarDef>) - Method in class org.cornutum.tcases.VarSetBuilder
Adds variable set members.
members(Stream<IVarDef>) - Method in class org.cornutum.tcases.VarSetBuilder
Adds variable set members.
membersOf(C) - Static method in class org.cornutum.tcases.util.CollectionUtils
Returns a stream containing the members of the given collection.
merge(Schema) - Method in class org.cornutum.tcases.resolve.Schema
Creates a new schema by merging the contents of another schema, using this schema as the default.
merge(Schema, Schema) - Static method in class org.cornutum.tcases.resolve.Schemas
Creates a new schema by merging the contents of the given schema with the given default schema.
MessageData - Class in org.cornutum.tcases.openapi.resolver
Defines a data object exchanged in an API request or response.
MessageData(DataValue<?>, String, boolean) - Constructor for class org.cornutum.tcases.openapi.resolver.MessageData
Creates a new MessageData instance.
MessageDataBuilder - Class in org.cornutum.tcases.openapi.resolver
Builds a MessageData instance.
MessageDataBuilder() - Constructor for class org.cornutum.tcases.openapi.resolver.MessageDataBuilder
 
messageFor(String, String, Integer, String, String) - Static method in exception org.cornutum.tcases.openapi.test.ResponseValidationException
Returns a message for an invalid API response.
messageFor(String[], String, String) - Method in interface org.cornutum.tcases.util.Notifier
Returns a message for the given condition arguments.
MIN_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
minimum(BigDecimal) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
minimum(int) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
minimum(long) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
minimum(String) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
minItems(Integer) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
minLength(Integer) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
minLengthRequired(Schema) - Static method in class org.cornutum.tcases.resolve.Schemas
Returns the minimum string length required by the given schema.
minPatternMatch(Schema) - Static method in class org.cornutum.tcases.resolve.Schemas
Returns the minimum length required for pattern matches.
minPatternMatch(RegExpGen) - Static method in class org.cornutum.tcases.resolve.Schemas
Returns the minimum length required for the given pattern generator.
MocoServerConfig - Class in org.cornutum.tcases.openapi.moco
Base class for the configuration for a Moco server.
MocoServerConfig() - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerConfig
Creates a new MocoServerConfig instance.
MocoServerConfig.Builder - Class in org.cornutum.tcases.openapi.moco
Builds a MocoServerConfig instance
MocoServerConfigFile - Class in org.cornutum.tcases.openapi.moco
File configuration for a Moco server.
MocoServerConfigFile(File) - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerConfigFile
Creates a new MocoServerConfigFile instance.
MocoServerConfigFile(String) - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerConfigFile
Creates a new MocoServerConfigFile instance.
MocoServerConfigPojo - Class in org.cornutum.tcases.openapi.moco
POJO configuration for a Moco server.
MocoServerConfigPojo(MocoServerConfigPojo.PojoWriterFactory) - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerConfigPojo
Creates a new MocoServerConfigPojo instance.
MocoServerConfigPojo(Class<MocoServerConfigPojo.PojoWriterFactory>) - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerConfigPojo
Creates a new MocoServerConfigPojo instance.
MocoServerConfigPojo(String) - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerConfigPojo
Creates a new MocoServerConfigPojo instance.
MocoServerConfigPojo(MocoServerConfigPojo.PojoWriter) - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerConfigPojo
Creates a new MocoServerConfigPojo instance.
MocoServerConfigPojo.PojoWriter - Interface in org.cornutum.tcases.openapi.moco
Writes the Mojo API code to configure the given server.
MocoServerConfigPojo.PojoWriterFactory - Interface in org.cornutum.tcases.openapi.moco
Writes the Mojo API code to configure the given server.
MocoServerConfigResource - Class in org.cornutum.tcases.openapi.moco
Resource configuration for a Moco server.
MocoServerConfigResource(String) - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerConfigResource
Creates a new MocoServerConfigResource instance.
MocoServerConfigWriter - Class in org.cornutum.tcases.openapi.moco
Writes JSON configuration for a MocoServer that expects requests defined by a RequestTestDef.
MocoServerConfigWriter() - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerConfigWriter
Creates a new MocoServerConfigWriter object that writes to standard output.
MocoServerConfigWriter(OutputStream) - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerConfigWriter
Creates a new MocoServerConfigWriter object that writes to the given stream.
MocoServerConfigWriter(Writer) - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerConfigWriter
Creates a new MocoServerConfigWriter object that writes to the given stream.
MocoServerTestWriter - Class in org.cornutum.tcases.openapi.moco
A JUnitTestWriter for API tests that use a Moco server
MocoServerTestWriter(MocoServerConfig, CertConfig, TestCaseWriter) - Constructor for class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Creates a new MocoServerTestWriter instance.
mocoTestConfig(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
MocoTestConfig - Class in org.cornutum.tcases.openapi.moco
Defines how tests created by a MocoServerTestWriter will access a Moco server.
MocoTestConfig() - Constructor for class org.cornutum.tcases.openapi.moco.MocoTestConfig
Creates a new MocoTestConfig instance.
MocoTestConfig(String) - Constructor for class org.cornutum.tcases.openapi.moco.MocoTestConfig
Creates a new MocoTestConfig instance.
MocoTestConfig(MocoTestConfig.ServerType) - Constructor for class org.cornutum.tcases.openapi.moco.MocoTestConfig
Creates a new MocoTestConfig instance.
MocoTestConfig.Builder - Class in org.cornutum.tcases.openapi.moco
Builds a MocoTestConfig instance
MocoTestConfig.ServerType - Enum in org.cornutum.tcases.openapi.moco
 
MocoTestConfigException - Exception in org.cornutum.tcases.openapi.moco
Reports an error in a MocoTestConfig.
MocoTestConfigException(String) - Constructor for exception org.cornutum.tcases.openapi.moco.MocoTestConfigException
Creates a new MocoTestConfigException instance.
MocoTestConfigException(String, Throwable) - Constructor for exception org.cornutum.tcases.openapi.moco.MocoTestConfigException
Creates a new MocoTestConfigException instance.
MocoTestConfigJson - Class in org.cornutum.tcases.openapi.moco
Converts between a MocoTestConfig and its corresponding JsonObject.
MocoTestConfigReader - Class in org.cornutum.tcases.openapi.moco
Reads a MocoTestConfig object from a JSON document.
MocoTestConfigReader() - Constructor for class org.cornutum.tcases.openapi.moco.MocoTestConfigReader
Creates a new MocoTestConfigReader object.
MocoTestConfigReader(InputStream) - Constructor for class org.cornutum.tcases.openapi.moco.MocoTestConfigReader
Creates a new MocoTestConfigReader object.
MocoTestConfigWriter - Class in org.cornutum.tcases.openapi.moco
Writes a MocoTestConfig object in the form of a JSON document.
MocoTestConfigWriter() - Constructor for class org.cornutum.tcases.openapi.moco.MocoTestConfigWriter
Creates a new MocoTestConfigWriter object that writes to standard output.
MocoTestConfigWriter(OutputStream) - Constructor for class org.cornutum.tcases.openapi.moco.MocoTestConfigWriter
Creates a new MocoTestConfigWriter object that writes to the given stream.
MocoTestConfigWriter(Writer) - Constructor for class org.cornutum.tcases.openapi.moco.MocoTestConfigWriter
Creates a new MocoTestConfigWriter object that writes to the given stream.
ModelConditionNotifier - Interface in org.cornutum.tcases.openapi
Reports conditions found when creating a Tcases model from an OpenAPI model.
ModelOptions - Class in org.cornutum.tcases.openapi
Defines options used to generate Tcases models from OpenAPI models.
ModelOptions() - Constructor for class org.cornutum.tcases.openapi.ModelOptions
Creates a new ModelOptions instance.
ModelOptions.Builder - Class in org.cornutum.tcases.openapi
Builds a new ModelOptions instance.
ModelOptions.Source - Enum in org.cornutum.tcases.openapi
Defines the source of API input definitions.
moreThan(String, int) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains more than a specified minimum that the number of instances of a property.
MORETHAN_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
MoreThanHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.MoreThanHandler
 
multipart() - Static method in class org.cornutum.tcases.openapi.resolver.EncodingDataBuilder
Returns a builder for a multipart/form-data encoding.
multipleAbove(BigDecimal, BigDecimal) - Static method in class org.cornutum.tcases.resolve.DataValues
Return the smallest number greater than (or, if inclusive, equal to) the given value that satisfies the given (not-)multiple-of constraints.
multipleBelow(BigDecimal, BigDecimal) - Static method in class org.cornutum.tcases.resolve.DataValues
Return the largest number less than (or, if inclusive, equal to) the given value that satisfies the given (not-)multiple-of constraints.
multipleOf(BigDecimal) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
multipleOf(int) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
multipleOf(long) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
multipleOf(String) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
MultiTypeDomain - Class in org.cornutum.tcases.resolve
Defines the set of values with any of a given list of types.
MultiTypeDomain(DataValue.Type...) - Constructor for class org.cornutum.tcases.resolve.MultiTypeDomain
Creates a new MultiTypeDomain instance.
MultiTypeDomain(Characters, DataValue.Type...) - Constructor for class org.cornutum.tcases.resolve.MultiTypeDomain
Creates a new MultiTypeDomain instance.

N

NA - Static variable in class org.cornutum.tcases.VarNaDef
The standard "not applicable" value.
NA_ATR - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
name(String) - Method in class org.cornutum.tcases.FunctionInputDefBuilder
Changes the function name.
name(String) - Method in class org.cornutum.tcases.FunctionTestDefBuilder
Changes the function name.
name(String) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig.Builder
 
name(String) - Method in class org.cornutum.tcases.openapi.resolver.HeaderDataBuilder
 
name(String) - Method in class org.cornutum.tcases.openapi.resolver.ParamDataBuilder
 
name(String) - Method in class org.cornutum.tcases.SystemInputDefBuilder
Changes the system name.
name(String) - Method in class org.cornutum.tcases.SystemTestDefBuilder
Changes the system name.
name(String) - Method in class org.cornutum.tcases.TestCaseBuilder
Changes the test case name.
name(String) - Method in class org.cornutum.tcases.VarDefBuilder
Changes the variable name.
name(String) - Method in class org.cornutum.tcases.VarSetBuilder
Changes the variable set name.
name(Object) - Method in class org.cornutum.tcases.VarValueDefBuilder
Changes the value name.
NAME_ATR - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
NAME_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
NAME_ATR - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
named(String) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.BaseBuilder
 
negate() - Method in class org.cornutum.tcases.conditions.Assert
Returns an assertion that negates this assertion.
negate() - Method in class org.cornutum.tcases.conditions.AssertLess
Returns an assertion that negates this assertion.
negate() - Method in class org.cornutum.tcases.conditions.AssertMore
Returns an assertion that negates this assertion.
negate() - Method in class org.cornutum.tcases.conditions.AssertNot
Returns an assertion that negates this assertion.
negate() - Method in class org.cornutum.tcases.conditions.AssertNotLess
Returns an assertion that negates this assertion.
negate() - Method in class org.cornutum.tcases.conditions.AssertNotMore
Returns an assertion that negates this assertion.
negate(IConjunct) - Static method in class org.cornutum.tcases.conditions.Cnf
Returns the negation of the given CNF condition.
negate() - Method in interface org.cornutum.tcases.conditions.IAssertion
Returns an assertion that negates this assertion.
negates(IAssertion) - Method in class org.cornutum.tcases.conditions.Assert
Returns true if this assertion negates the other.
negates(IAssertion) - Method in class org.cornutum.tcases.conditions.AssertLess
Returns true if this assertion negates the other.
negates(IAssertion) - Method in class org.cornutum.tcases.conditions.AssertMore
Returns true if this assertion negates the other.
negates(IAssertion) - Method in class org.cornutum.tcases.conditions.AssertNot
Returns true if this assertion negates the other.
negates(IAssertion) - Method in class org.cornutum.tcases.conditions.AssertNotLess
Returns true if this assertion negates the other.
negates(IAssertion) - Method in class org.cornutum.tcases.conditions.AssertNotMore
Returns true if this assertion negates the other.
negates(IAssertion) - Method in interface org.cornutum.tcases.conditions.IAssertion
Returns true if this assertion negates the other.
newArray(JsonNode) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns a new ArrayNode containing given element
newObject(String, JsonNode) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns a new ObjectNode containing given field value.
newSeed() - Method in class org.cornutum.tcases.ReducerCommand.Options.Builder
 
newSeed(boolean) - Method in class org.cornutum.tcases.ReducerOptions.Builder
 
newSeed() - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
newValue(ResolverContext, int) - Method in class org.cornutum.tcases.openapi.resolver.MediaTypeDomain
Returns a new random string of the given length for this domain.
newValue(ResolverContext, int) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns a new random string of the given length for this domain.
newValue(ResolverContext, int) - Method in class org.cornutum.tcases.resolve.AsciiStringDomain
Returns a new random string of the given length for this domain.
newValue(ResolverContext, int) - Method in class org.cornutum.tcases.resolve.EmailDomain
Returns a new random string of the given length for this domain.
newValue(ResolverContext, int) - Method in class org.cornutum.tcases.resolve.PropertyNameDomain
Returns a new random string of the given length for this domain.
newValue(ResolverContext, int) - Method in class org.cornutum.tcases.resolve.TimeDomain
Returns a new random string of the given length for this domain.
newValue(ResolverContext, int) - Method in class org.cornutum.tcases.resolve.UuidDomain
Returns a new random string of the given length for this domain.
newValues(ResolverContext) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Returns a random sequences of possible members of this domain.
newValues(ResolverContext) - Method in class org.cornutum.tcases.resolve.TimeDomain
Returns a random sequence of possible members of this domain.
next() - Method in class org.cornutum.tcases.generator.TupleIterator
 
next() - Method in class org.cornutum.tcases.util.CartesianProduct
 
next() - Method in class org.cornutum.tcases.VarDefIterator
 
NONEXISTENT - Static variable in class org.cornutum.tcases.openapi.Dnf
Designates a non-existent result for a DNF expression.
normalize(Schema) - Method in class org.cornutum.tcases.resolve.Schemas
Updates the given Schema to normalize property values.
not(ICondition...) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied if and only if none of the given conditions are satisfied.
not(String...) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains none of the given properties.
Not - Class in org.cornutum.tcases.conditions
A condition that is satisfied if and only if all members of a given set of conditions are not satisfied.
Not(ICondition...) - Constructor for class org.cornutum.tcases.conditions.Not
Creates a new Not instance.
not(DataValue.Type...) - Static method in enum org.cornutum.tcases.resolve.DataValue.Type
Returns the set of all non-null types except for the specified excluded type.
not(Schema) - Static method in class org.cornutum.tcases.resolve.Schemas
Returns a schema that describes values that do not belong to the values described by the given schema.
NOT_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
notApplicable(boolean) - Method in class org.cornutum.tcases.VarBindingBuilder
Changes if this binding is "not applicable".
notApplicable() - Method in class org.cornutum.tcases.VarBindingBuilder
Changes this binding to "not applicable".
NotHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.NotHandler
 
notifier(Notifier) - Method in class org.cornutum.tcases.openapi.ModelOptions.Builder
 
notifier(Notifier) - Method in class org.cornutum.tcases.resolve.ResolverContext.Builder
 
Notifier - Interface in org.cornutum.tcases.util
Reports conditions found during execution
notifyError(String, String) - Method in class org.cornutum.tcases.util.ContextHandler
Reports an error condition
notifyError(String[], String, String) - Method in class org.cornutum.tcases.util.ContextHandler
Reports an error condition at the given location.
notifying(ResponseValidationHandler) - Method in class org.cornutum.tcases.openapi.test.ResponseValidator
Changes the handler for validation condition.
notifyWarning(String) - Method in class org.cornutum.tcases.util.ContextHandler
Reports a warning condition
notifyWarning(String[], String) - Method in class org.cornutum.tcases.util.ContextHandler
Reports a warning condition at the given location.
notLessThan(String, int) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains greater than or equal to a specified minimum that the number of instances of a property.
NOTLESSTHAN_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
NotLessThanHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.NotLessThanHandler
 
notMoreThan(String, int) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns a condition that is satisfied by a PropertySet that contains less than or equal to a specified maximum that the number of instances of a property.
NOTMORETHAN_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
NotMoreThanHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.NotMoreThanHandler
 
noValue() - Static method in class org.cornutum.tcases.resolve.DataValues
 
nullData() - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
NullDomain - Class in org.cornutum.tcases.resolve
Defines a singleton null value set.
NullDomain() - Constructor for class org.cornutum.tcases.resolve.NullDomain
Creates a new NullDomain instance.
nullValue() - Static method in class org.cornutum.tcases.resolve.DataValues
 
NullValue - Class in org.cornutum.tcases.resolve
Represents a generated null value for a test case.
NullValue() - Constructor for class org.cornutum.tcases.resolve.NullValue
Creates a new NullValue instance.
NullValue(String) - Constructor for class org.cornutum.tcases.resolve.NullValue
Creates a new NullValue instance.
NumberDomain<T extends Number & Comparable<T>> - Class in org.cornutum.tcases.resolve
Defines a set of numeric values that can be used by a request.
NumberDomain(DataValue.Type, long) - Constructor for class org.cornutum.tcases.resolve.NumberDomain
Creates a new NumberDomain instance.
NumberDomain.Range - Class in org.cornutum.tcases.resolve
Represents a range of numeric values.
numberValueOf(BigDecimal) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new numeric DataValue with most specific type for the given value.

O

object() - Static method in class org.cornutum.tcases.resolve.DataValues
 
ObjectConstant - Class in org.cornutum.tcases.resolve
Defines a singleton Object value set.
ObjectConstant(ObjectValue) - Constructor for class org.cornutum.tcases.resolve.ObjectConstant
Creates a new ObjectConstant instance.
objectData(DataValues.ObjectValueBuilder) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
ObjectDomain - Class in org.cornutum.tcases.resolve
Defines the properties of a set of object values that can be used by a request.
ObjectDomain() - Constructor for class org.cornutum.tcases.resolve.ObjectDomain
Creates a new ObjectDomain instance.
ObjectDomain(Characters) - Constructor for class org.cornutum.tcases.resolve.ObjectDomain
Creates a new ObjectDomain instance.
ObjectDomain(ValueDomain<Integer>, ValueDomain<?>) - Constructor for class org.cornutum.tcases.resolve.ObjectDomain
Creates a new ObjectDomain instance.
ObjectDomain(ValueDomain<Integer>, ValueDomain<?>, Characters) - Constructor for class org.cornutum.tcases.resolve.ObjectDomain
Creates a new ObjectDomain instance.
ObjectUtils - Class in org.cornutum.tcases.util
Defines utility methods for handling value objects.
ObjectValue - Class in org.cornutum.tcases.resolve
Represents a generated object value for a test case.
ObjectValue(Map<String, DataValue<?>>) - Constructor for class org.cornutum.tcases.resolve.ObjectValue
Creates a new ObjectValue instance.
ObjectValue(Map<String, DataValue<?>>, String) - Constructor for class org.cornutum.tcases.resolve.ObjectValue
Creates a new ObjectValue instance.
ObjectValueBuilder() - Constructor for class org.cornutum.tcases.resolve.DataValues.ObjectValueBuilder
 
of(File) - Static method in class org.cornutum.tcases.generator.io.GeneratorSetResource
Returns the GeneratorSetResource for the given file.
of(VarBindingDef...) - Static method in class org.cornutum.tcases.generator.Tuple
Returns null if all of the given bindings cannot be included in compatible Tuple.
of(Collection<VarBindingDef>) - Static method in class org.cornutum.tcases.generator.Tuple
Returns null if all of the given bindings cannot be included in compatible Tuple.
of(String) - Static method in enum org.cornutum.tcases.io.Resource.Type
Returns the content type specified by the given string.
of(URL) - Static method in enum org.cornutum.tcases.io.Resource.Type
Returns the content type specified by the given URL.
of(File) - Static method in enum org.cornutum.tcases.io.Resource.Type
Returns the content type specified by the given file.
of(File) - Static method in class org.cornutum.tcases.io.SystemInputResource
Returns the SystemInputResource for the given file.
of(File) - Static method in class org.cornutum.tcases.io.SystemTestResource
Returns the SystemTestResource for the given file.
of(Schema<?>...) - Static method in class org.cornutum.tcases.openapi.Dnf
Returns the disjunctive normal form with the given alternatives.
of(Iterable<Schema<?>>) - Static method in class org.cornutum.tcases.openapi.Dnf
Returns the disjunctive normal form with the given alternatives.
of(Stream<Schema<?>>) - Static method in class org.cornutum.tcases.openapi.Dnf
Returns the disjunctive normal form with the given alternatives.
of(String) - Static method in class org.cornutum.tcases.openapi.test.MediaRange
Creates a new MediaRange instance.
of(T, DataValue.Type, String) - Static method in class org.cornutum.tcases.resolve.DataValue
Creates a new DataValue instance.
of(String, Object) - Static method in class org.cornutum.tcases.resolve.FormattedString
Creates a FormattedString for the given object.
of(String, Iterable<?>) - Static method in class org.cornutum.tcases.resolve.FormattedString
Creates a FormattedString for each of the given objects.
of(String, String) - Static method in class org.cornutum.tcases.resolve.NumberDomain.Range
Returns the Range represented by the given number binding.
of(VarBinding) - Static method in class org.cornutum.tcases.resolve.NumberDomain.Range
Returns the Range represented by the given number binding.
of(K, V) - Static method in class org.cornutum.tcases.util.MapBuilder
Returns a new MapBuilder with the given entry.
once(VarBindingBuilder...) - Static method in class org.cornutum.tcases.generator.Generators
Returns a TupleRefBuilder for new "once" tuple.
once(TupleRef...) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Adds the given once-only tuples to this combiner.
once(Iterable<TupleRef>) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Adds the given once-only tuples to this combiner.
once(Stream<TupleRef>) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Adds the given once-only tuples to this combiner.
ONCE_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
ONCE_TAG - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
OnceHandler() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocReader.OnceHandler
 
onceValue(Object) - Static method in class org.cornutum.tcases.SystemInputs
Returns a builder for a new once VarValueDef with the given name.
onCondition(String) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
Deprecated.
only(DataValue.Type) - Static method in enum org.cornutum.tcases.resolve.DataValue.Type
Returns the set containing only the specified type.
onModellingCondition(String) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
onModellingCondition(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
onResolverCondition(String) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
onResolverCondition(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
opDef(String, String) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns the response definitions for the given path operation.
OpenApiContext - Class in org.cornutum.tcases.openapi
Provides a context for exceptions that occur when processing an OpenAPI definition
OpenApiContext() - Constructor for class org.cornutum.tcases.openapi.OpenApiContext
 
OpenApiException - Exception in org.cornutum.tcases.openapi
Reports an error processing an OpenAPI definition.
OpenApiException(String) - Constructor for exception org.cornutum.tcases.openapi.OpenApiException
Creates a new OpenApiException instance.
OpenApiException(String, Throwable) - Constructor for exception org.cornutum.tcases.openapi.OpenApiException
Creates a new OpenApiException instance.
OpenApiException(String[], Throwable) - Constructor for exception org.cornutum.tcases.openapi.OpenApiException
Creates a new OpenApiException instance.
OpenApiReader - Class in org.cornutum.tcases.openapi.reader
Reads an OpenAPI object from an Open API Version 3 document.
OpenApiReader() - Constructor for class org.cornutum.tcases.openapi.reader.OpenApiReader
Creates a new OpenApiReader instance.
OpenApiReader(InputStream) - Constructor for class org.cornutum.tcases.openapi.reader.OpenApiReader
Creates a new OpenApiReader instance.
OpenApiReader(InputStream, String) - Constructor for class org.cornutum.tcases.openapi.reader.OpenApiReader
Creates a new OpenApiReader instance.
OpenApiReader(InputStream, URL) - Constructor for class org.cornutum.tcases.openapi.reader.OpenApiReader
Creates a new OpenApiReader instance.
OpenApiReader(InputStream, URL, String) - Constructor for class org.cornutum.tcases.openapi.reader.OpenApiReader
Creates a new OpenApiReader instance.
OpenApiReader(File) - Constructor for class org.cornutum.tcases.openapi.reader.OpenApiReader
Creates a new OpenApiReader instance.
OpenApiReader(File, String) - Constructor for class org.cornutum.tcases.openapi.reader.OpenApiReader
Creates a new OpenApiReader instance.
OpenApiReader(Reader) - Constructor for class org.cornutum.tcases.openapi.reader.OpenApiReader
Creates a new OpenApiReader instance.
OpenApiReader(Reader, String) - Constructor for class org.cornutum.tcases.openapi.reader.OpenApiReader
Creates a new OpenApiReader instance.
OpenApiReader(Reader, URL) - Constructor for class org.cornutum.tcases.openapi.reader.OpenApiReader
Creates a new OpenApiReader instance.
OpenApiReader(Reader, URL, String) - Constructor for class org.cornutum.tcases.openapi.reader.OpenApiReader
Creates a new OpenApiReader instance.
OpenApiReaderException - Exception in org.cornutum.tcases.openapi.reader
Reports an error reading an OpenAPI definition.
OpenApiReaderException(URL, Throwable) - Constructor for exception org.cornutum.tcases.openapi.reader.OpenApiReaderException
Creates a new OpenApiReaderException instance.
OpenApiReaderException(URL, List<String>) - Constructor for exception org.cornutum.tcases.openapi.reader.OpenApiReaderException
Creates a new OpenApiReaderException instance.
OpenApiUtils - Class in org.cornutum.tcases.openapi
Defines methods for accessing an OpenAPI definition.
openInput() - Method in class org.cornutum.tcases.io.Resource
Opens a stream to read the contents of this resource.
openOutput() - Method in class org.cornutum.tcases.io.Resource
Opens a stream to write the contents of this resource.
operations(String...) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
operations(String...) - Method in class org.cornutum.tcases.openapi.testwriter.TestSource.Builder
 
ops(String) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns the operations on the given request path for which responses are defined.
Options() - Constructor for class org.cornutum.tcases.anon.AnonCommand.Options
Creates a new Options object.
Options(String[]) - Constructor for class org.cornutum.tcases.anon.AnonCommand.Options
Creates a new Options object.
Options() - Constructor for class org.cornutum.tcases.CopyCommand.Options
Creates a new Options object.
Options(String[]) - Constructor for class org.cornutum.tcases.CopyCommand.Options
Creates a new Options object.
Options() - Constructor for class org.cornutum.tcases.openapi.ApiCommand.Options
Creates a new Options object.
Options(String[]) - Constructor for class org.cornutum.tcases.openapi.ApiCommand.Options
Creates a new Options object.
Options() - Constructor for class org.cornutum.tcases.openapi.ApiTestCommand.Options
Creates a new Options object.
Options(String[]) - Constructor for class org.cornutum.tcases.openapi.ApiTestCommand.Options
Creates a new Options object.
Options() - Constructor for class org.cornutum.tcases.ReducerCommand.Options
Creates a new Options object.
Options(String[]) - Constructor for class org.cornutum.tcases.ReducerCommand.Options
Creates a new Options object.
Options() - Constructor for class org.cornutum.tcases.TcasesCommand.Options
Creates a new Options object.
Options(String[]) - Constructor for class org.cornutum.tcases.TcasesCommand.Options
Creates a new Options object.
order(RandSeq, Collection<T>) - Static method in class org.cornutum.tcases.generator.RandSeq
Applies the given randSeq to rearrange the given collection in a random order.
org.cornutum.tcases - package org.cornutum.tcases
 
org.cornutum.tcases.anon - package org.cornutum.tcases.anon
 
org.cornutum.tcases.ant - package org.cornutum.tcases.ant
 
org.cornutum.tcases.conditions - package org.cornutum.tcases.conditions
 
org.cornutum.tcases.generator - package org.cornutum.tcases.generator
 
org.cornutum.tcases.generator.io - package org.cornutum.tcases.generator.io
 
org.cornutum.tcases.io - package org.cornutum.tcases.io
 
org.cornutum.tcases.openapi - package org.cornutum.tcases.openapi
 
org.cornutum.tcases.openapi.io - package org.cornutum.tcases.openapi.io
 
org.cornutum.tcases.openapi.moco - package org.cornutum.tcases.openapi.moco
 
org.cornutum.tcases.openapi.reader - package org.cornutum.tcases.openapi.reader
 
org.cornutum.tcases.openapi.resolver - package org.cornutum.tcases.openapi.resolver
 
org.cornutum.tcases.openapi.resolver.io - package org.cornutum.tcases.openapi.resolver.io
 
org.cornutum.tcases.openapi.restassured - package org.cornutum.tcases.openapi.restassured
 
org.cornutum.tcases.openapi.test - package org.cornutum.tcases.openapi.test
 
org.cornutum.tcases.openapi.testwriter - package org.cornutum.tcases.openapi.testwriter
 
org.cornutum.tcases.openapi.testwriter.encoder - package org.cornutum.tcases.openapi.testwriter.encoder
 
org.cornutum.tcases.openapi.testwriter.java - package org.cornutum.tcases.openapi.testwriter.java
 
org.cornutum.tcases.resolve - package org.cornutum.tcases.resolve
 
org.cornutum.tcases.util - package org.cornutum.tcases.util
 
outDir(File) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
outDir(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
outDir(File) - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
outFile(File) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
outFile(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
outFile(File) - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 

P

param(String) - Static method in class org.cornutum.tcases.openapi.resolver.ParamDataBuilder
 
ParamData - Class in org.cornutum.tcases.openapi.resolver
Defines a request parameter data object.
ParamData(String, MessageData) - Constructor for class org.cornutum.tcases.openapi.resolver.ParamData
Creates a new ParamData instance.
ParamData(String, DataValue<?>, String, boolean) - Constructor for class org.cornutum.tcases.openapi.resolver.ParamData
Creates a new ParamData instance.
ParamDataBuilder - Class in org.cornutum.tcases.openapi.resolver
Builds a ParamData instance.
ParamDataBuilder() - Constructor for class org.cornutum.tcases.openapi.resolver.ParamDataBuilder
 
ParamDef - Class in org.cornutum.tcases.openapi.resolver
Describes an instance of a request parameter.
ParamDef(String) - Constructor for class org.cornutum.tcases.openapi.resolver.ParamDef
Creates a new ParamDef instance.
ParamDef.Location - Enum in org.cornutum.tcases.openapi.resolver
 
parameters() - Method in class org.cornutum.tcases.openapi.test.MediaRange
Returns the "parameter" definitions from this media range.
pathDef(String) - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns the response definitions for the given path.
pathOf(JsonPointer) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns the path represented by the given JSON pointer.
paths(String...) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
paths() - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
Returns the request paths for which responses are defined.
paths(String...) - Method in class org.cornutum.tcases.openapi.testwriter.TestSource.Builder
 
pattern(String) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
patternGenerators(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns a RegExpGen for each matching pattern required.
patternInfeasible(LengthDomain) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain.PatternResolver
If all pattern requirements are feasible for strings with the given length domain, returns Optional.empty(); otherwise, returns an infeasible pattern.
PatternResolver() - Constructor for class org.cornutum.tcases.resolve.AbstractStringDomain.PatternResolver
Creates a new PatternResolver instance.
PatternResolver(ResolverContext) - Constructor for class org.cornutum.tcases.resolve.AbstractStringDomain.PatternResolver
Creates a new PatternResolver instance.
pointer(String...) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns a JSON pointer for the given path
pointer(Iterable<String>) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns a JSON pointer for the given path
pojo() - Static method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Creates a new Builder for a MocoServerConfigPojo instance.
pojo(MocoServerConfigPojo.PojoWriter) - Static method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Creates a new Builder for a MocoServerConfigPojo instance.
pojo(MocoServerConfigPojo.PojoWriterFactory) - Static method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Creates a new Builder for a MocoServerConfigPojo instance.
pojo(String) - Static method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Creates a new Builder for a MocoServerConfigPojo instance.
popElementHandler() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
Removes an ElementHandler from the top of the parse stack.
popElementHandler() - Method in class org.cornutum.tcases.io.SystemInputDocReader
Removes an ElementHandler from the top of the parse stack.
popElementHandler() - Method in class org.cornutum.tcases.io.SystemTestDocReader
Removes an ElementHandler from the top of the parse stack.
port(int) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig.Builder
 
prepareTestCases(List<RequestCase>) - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
Prepare this writer to handle the given request cases.
prepareTestCases(List<RequestCase>) - Method in interface org.cornutum.tcases.openapi.testwriter.TestCaseWriter
Prepare this writer to handle the given request cases.
prepareTestCases(List<RequestCase>) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Prepare this writer to handle the given request cases.
print(String) - Method in class org.cornutum.tcases.io.IndentedWriter
Prints the given text.
println(String) - Method in class org.cornutum.tcases.io.IndentedWriter
Prints an indented line.
println() - Method in class org.cornutum.tcases.io.IndentedWriter
Prints an empty line.
printUsage() - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Prints usage information to standard error.
printUsage() - Method in class org.cornutum.tcases.CopyCommand.Options
Prints usage information to standard error.
printUsage() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Prints usage information to standard error.
printUsage() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Prints usage information to standard error.
printUsage() - Method in class org.cornutum.tcases.ReducerCommand.Options
Prints usage information to standard error.
printUsage() - Method in class org.cornutum.tcases.TcasesCommand.Options
Prints usage information to standard error.
ProcessingException(String) - Constructor for exception org.cornutum.tcases.SystemInputs.ProcessingException
Creates a new ProcessingException instance.
ProcessingException(String, Throwable) - Constructor for exception org.cornutum.tcases.SystemInputs.ProcessingException
Creates a new ProcessingException instance.
ProcessingException(String[], Throwable) - Constructor for exception org.cornutum.tcases.SystemInputs.ProcessingException
Creates a new ProcessingException instance.
Project - Class in org.cornutum.tcases.io
Represents the collection of resources used to generate test cases for a specific project.
Project() - Constructor for class org.cornutum.tcases.io.Project
Creates a new Project instance.
ProjectBuilder - Class in org.cornutum.tcases.io
Builds Project instances.
ProjectBuilder() - Constructor for class org.cornutum.tcases.io.ProjectBuilder
Creates a new ProjectBuilder object.
ProjectBuilder(Project) - Constructor for class org.cornutum.tcases.io.ProjectBuilder
Creates a new ProjectBuilder object.
ProjectException - Exception in org.cornutum.tcases.io
Reports an error reading a system test definition.
ProjectException(String) - Constructor for exception org.cornutum.tcases.io.ProjectException
Creates a new ProjectException instance.
ProjectException(String, Throwable) - Constructor for exception org.cornutum.tcases.io.ProjectException
Creates a new ProjectException instance.
ProjectJson - Class in org.cornutum.tcases.io
Converts between a Project and its corresponding JsonObject.
ProjectJson(Logger) - Constructor for class org.cornutum.tcases.io.ProjectJson
 
ProjectJsonReader - Class in org.cornutum.tcases.io
Reads a Project definition from a JSON document.
ProjectJsonReader() - Constructor for class org.cornutum.tcases.io.ProjectJsonReader
Creates a new ProjectJsonReader object.
ProjectJsonReader(InputStream) - Constructor for class org.cornutum.tcases.io.ProjectJsonReader
Creates a new ProjectJsonReader object.
ProjectJsonWriter - Class in org.cornutum.tcases.io
Writes a Project in the form of a JSON document.
ProjectJsonWriter() - Constructor for class org.cornutum.tcases.io.ProjectJsonWriter
Creates a new ProjectJsonWriter object that writes to standard output.
ProjectJsonWriter(OutputStream) - Constructor for class org.cornutum.tcases.io.ProjectJsonWriter
Creates a new ProjectJsonWriter object that writes to the given stream.
ProjectJsonWriter(Writer) - Constructor for class org.cornutum.tcases.io.ProjectJsonWriter
Creates a new ProjectJsonWriter object that writes to the given stream.
properties(String...) - Method in class org.cornutum.tcases.VarValueDefBuilder
Adds value properties.
properties(Collection<String>) - Method in class org.cornutum.tcases.VarValueDefBuilder
Adds value properties.
properties(Stream<String>) - Method in class org.cornutum.tcases.VarValueDefBuilder
Adds value properties.
properties(Optional<String>) - Method in class org.cornutum.tcases.VarValueDefBuilder
Adds a value property, if present.
propertiesDefined(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Records and returns a set of property definitions.
propertiesReferenced(ICondition) - Static method in class org.cornutum.tcases.conditions.Conditions
Returns the properties referenced by the given condition.
propertiesReferenced(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Records and returns a set of property references.
PROPERTY_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
PROPERTY_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
PropertyExpr - Class in org.cornutum.tcases.conditions
Base class for conditions that evaluate a predicate on a set of properties.
PropertyExpr(String...) - Constructor for class org.cornutum.tcases.conditions.PropertyExpr
Creates a new PropertyExpr object.
PropertyExpr(Collection<String>) - Constructor for class org.cornutum.tcases.conditions.PropertyExpr
Creates a new PropertyExpr object.
PropertyHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.PropertyHandler
 
propertyHashCode() - Method in class org.cornutum.tcases.resolve.Schema
Returns a constant hash code value defined by the properties of this schema.
PropertyName() - Constructor for class org.cornutum.tcases.resolve.PropertyNameDomain.PropertyName
 
PropertyNameDomain - Class in org.cornutum.tcases.resolve
Defines a set of object property name values that can be used by a request.
PropertyNameDomain() - Constructor for class org.cornutum.tcases.resolve.PropertyNameDomain
Creates a new PropertyNameDomain instance.
PropertyNameDomain(int, int) - Constructor for class org.cornutum.tcases.resolve.PropertyNameDomain
Creates a new PropertyNameDomain instance.
PropertyNameDomain.PropertyName - Class in org.cornutum.tcases.resolve
Defines the set of characters allowed in an object property name.
PropertySet - Class in org.cornutum.tcases
Defines a set of test case properties.
PropertySet() - Constructor for class org.cornutum.tcases.PropertySet
Creates a new PropertySet object.
PropertySet(String...) - Constructor for class org.cornutum.tcases.PropertySet
Creates a new PropertySet object.
PropertySet(Collection<String>) - Constructor for class org.cornutum.tcases.PropertySet
Creates a new PropertySet object.
PropertySet(PropertySet) - Constructor for class org.cornutum.tcases.PropertySet
Creates a new PropertySet object.
pushElementHandler(GeneratorSetDocReader.ElementHandler) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
Pushes the given ElementHandler onto the top of the parse stack.
pushElementHandler(SystemInputDocReader.ElementHandler) - Method in class org.cornutum.tcases.io.SystemInputDocReader
Pushes the given ElementHandler onto the top of the parse stack.
pushElementHandler(SystemTestDocReader.ElementHandler) - Method in class org.cornutum.tcases.io.SystemTestDocReader
Pushes the given ElementHandler onto the top of the parse stack.
put(K, V) - Method in class org.cornutum.tcases.util.MapBuilder
Adds an entry to the map for this builder.
putIf(K, Optional<V>) - Method in class org.cornutum.tcases.util.MapBuilder
Adds an entry to the map for this builder if the given value is present.
putPropertyValue(Map<String, Object>, List<String>, VarBinding) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Sets the property at the given path to the given variable binding.

R

random(Long) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
random(Long) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
random(Random) - Method in class org.cornutum.tcases.resolve.ResolverContext.Builder
 
RandSeq - Class in org.cornutum.tcases.generator
Returns a random permutation of a sequence.
RandSeq(Random) - Constructor for class org.cornutum.tcases.generator.RandSeq
Creates a new RandSeq object.
RandSeq() - Constructor for class org.cornutum.tcases.generator.RandSeq
Creates a new RandSeq object.
RandSeq(long) - Constructor for class org.cornutum.tcases.generator.RandSeq
Creates a new RandSeq object.
Range(String, boolean, String, boolean, Set<String>) - Constructor for class org.cornutum.tcases.resolve.NumberDomain.Range
Creates a new Range instance.
read() - Method in class org.cornutum.tcases.openapi.reader.OpenApiReader
Returns the OpenAPI instance represented by this document.
read(Reader) - Static method in class org.cornutum.tcases.openapi.test.ResponsesDef
Reads a JSON representation of response definitions from the given input stream.
readJson(String) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns the JSON value represented by the given content.
readJson(Reader) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns the JSON value represented by content from the given Reader.
readOnlyEnforced(boolean) - Method in class org.cornutum.tcases.openapi.ModelOptions.Builder
 
readOnlyEnforced() - Method in class org.cornutum.tcases.openapi.ModelOptions.Builder
 
realizeRequestCases(RequestTestDef) - Static method in class org.cornutum.tcases.openapi.resolver.RequestCases
Reduces the given request test definition to those request cases that can be realized by an executable test.
reduce(SystemInputDef, GeneratorSet, SystemTestDef, ReducerOptions) - Static method in class org.cornutum.tcases.Reducer
For a system input definition, returns a set of test case generators that reduces the number of test cases normally generated, using the given options.
reduce(SystemInputDef) - Static method in class org.cornutum.tcases.Reducer
For a system input definition, returns a set of test case generators that reduces the number of test cases normally generated, using default options.
reduce(FunctionInputDef, ITestCaseGenerator, FunctionTestDef, ReducerOptions) - Static method in class org.cornutum.tcases.Reducer
For a function input definition, updates the given test case generator to reduce the number of generated test cases, using the given options.
reduce(FunctionInputDef) - Static method in class org.cornutum.tcases.Reducer
For a function input definition, returns a test case generator that reduces the number of test cases normally generated, using default options.
Reducer - Class in org.cornutum.tcases
For a system input definition, updates the associated test case generators to reduce the number of generated test cases.
Reducer() - Constructor for class org.cornutum.tcases.Reducer
Creates a new Reducer object.
ReducerCommand - Class in org.cornutum.tcases
For a system input definition, updates the associated test case generators to reduce the number of generated test cases.
ReducerCommand() - Constructor for class org.cornutum.tcases.ReducerCommand
Creates a new ReducerCommand object.
ReducerCommand.Options - Class in org.cornutum.tcases
Represents a set of command line options.
ReducerCommand.Options.Builder - Class in org.cornutum.tcases
 
ReducerOptions - Class in org.cornutum.tcases
Defines options that control test case reducing.
ReducerOptions() - Constructor for class org.cornutum.tcases.ReducerOptions
Creates a new ReducerOptions object.
ReducerOptions.Builder - Class in org.cornutum.tcases
 
refactor(IConjunct) - Static method in class org.cornutum.tcases.conditions.Cnf
Return refactored conjunction formed by removing superfluous terms.
refBase(URI) - Method in class org.cornutum.tcases.io.ProjectBuilder
Changes the base URI for the location of project elements.
remainder(IConjunct, IAssertion) - Static method in class org.cornutum.tcases.conditions.Cnf
Returns the remainder after removing all terms that contain the given assertion.
remove(ICondition) - Method in class org.cornutum.tcases.conditions.Between
Removes a condition from this set.
remove(ICondition) - Method in class org.cornutum.tcases.conditions.ConditionSet
Removes a condition from this set.
remove(IDisjunct) - Method in class org.cornutum.tcases.conditions.Conjunction
Removes a disjunct from this conjunction.
remove(String) - Method in class org.cornutum.tcases.conditions.ContainsAll
Removes a property from this set.
remove(String) - Method in class org.cornutum.tcases.conditions.ContainsAny
Removes a property from this set.
remove(IAssertion) - Method in class org.cornutum.tcases.conditions.Disjunction
Removes an assertion from this disjunction.
remove(VarDef) - Method in class org.cornutum.tcases.generator.Tuple
Removes a binding from this tuple.
remove() - Method in class org.cornutum.tcases.generator.TupleIterator
 
remove(Tuple) - Method in class org.cornutum.tcases.generator.VarTupleSet
Removes the given tuple from use in test cases.
remove(RequestCase) - Method in class org.cornutum.tcases.openapi.resolver.RequestTestDef
Removes an API request test case.
remove(String) - Method in class org.cornutum.tcases.PropertySet
Removes a property from this set.
remove() - Method in class org.cornutum.tcases.util.CartesianProduct
 
remove() - Method in class org.cornutum.tcases.VarDefIterator
 
removeAll(Collection<String>) - Method in class org.cornutum.tcases.PropertySet
Removes a set of properties from this set.
removeAll(PropertySet) - Method in class org.cornutum.tcases.PropertySet
Removes a set of properties from this set.
removeAll(Iterator<String>) - Method in class org.cornutum.tcases.PropertySet
Removes a set of properties from this set.
removeAllExcludedVars() - Method in class org.cornutum.tcases.generator.TupleCombiner
Removes all patterns matching input variables to be excluded from this combination.
removeAllIncludedVars() - Method in class org.cornutum.tcases.generator.TupleCombiner
Removes all patterns matching input variables to be included in this combination.
removeAllOnceTuples() - Method in class org.cornutum.tcases.generator.TupleCombiner
Removes all once-only tuples from this combination.
removeBindings(Tuple) - Method in class org.cornutum.tcases.generator.TestCaseDef
Removes the variable bindings defined by the given tuple.
removeExcludedVar(String) - Method in class org.cornutum.tcases.generator.TupleCombiner
Removes a pattern matching input variables to be excluded from this combination.
removeFunctionInputDef(String) - Method in class org.cornutum.tcases.SystemInputDef
Removes a function definition.
removeFunctionTestDef(String) - Method in class org.cornutum.tcases.SystemTestDef
Removes a function test definition.
removeIncludedVar(String) - Method in class org.cornutum.tcases.generator.TupleCombiner
Removes a pattern matching input variables to be included in this combination.
removeMember(String) - Method in class org.cornutum.tcases.VarSet
Removes an input variable from this set.
removeOnceTuple(TupleRef) - Method in class org.cornutum.tcases.generator.TupleCombiner
Removes a once-only tuple from this combination.
removeProperties(Collection<String>) - Method in class org.cornutum.tcases.VarValueDef
Removes from the set of test case properties contributed by this value.
removeProperties(String...) - Method in class org.cornutum.tcases.VarValueDef
Removes from the set of test case properties contributed by this value.
removeProperty(String) - Method in class org.cornutum.tcases.conditions.PropertyExpr
Removes a property from this set.
removeTestCase(int) - Method in class org.cornutum.tcases.FunctionTestDef
Removes a test case.
removeValue(Object) - Method in class org.cornutum.tcases.VarDef
Removes a value definition from this variable.
removeVarBinding(String) - Method in class org.cornutum.tcases.generator.TupleRef
Removes the binding for the given variable.
removeVarBinding(String) - Method in class org.cornutum.tcases.TestCase
Removes the binding for the given variable.
removeVarDef(String) - Method in class org.cornutum.tcases.FunctionInputDef
Removes a variable definition.
reorder(List<T>) - Method in class org.cornutum.tcases.generator.RandSeq
Returns the given list with its elements rearranged in a random order.
reorder(Iterator<T>) - Method in class org.cornutum.tcases.generator.RandSeq
Returns an iterator that visits the elements of the given sequence in a random order.
reorderIf(RandSeq, List<T>) - Static method in class org.cornutum.tcases.generator.RandSeq
Applies the given randSeq to rearrange the given sequence in a random order.
reorderIf(RandSeq, Iterator<T>) - Static method in class org.cornutum.tcases.generator.RandSeq
Applies the given randSeq to rearrange the given sequence in a random order.
RequestCase - Class in org.cornutum.tcases.openapi.resolver
Describes an executable test case for an API request.
RequestCase(int) - Constructor for class org.cornutum.tcases.openapi.resolver.RequestCase
Creates a new RequestCase instance.
RequestCaseConditionNotifier - Interface in org.cornutum.tcases.openapi.resolver
Reports conditions found when resolving values for a RequestCase.
RequestCaseContext - Class in org.cornutum.tcases.openapi.resolver
Provides a context for exceptions that occur when processing RequestCase definitions.
RequestCaseContext() - Constructor for class org.cornutum.tcases.openapi.resolver.RequestCaseContext
 
RequestCaseDef - Class in org.cornutum.tcases.openapi.resolver
Describes an abstract test case for an API request.
RequestCaseDef(int) - Constructor for class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Creates a new RequestCaseDef instance.
RequestCaseDefiner - Class in org.cornutum.tcases.openapi.resolver
Converts a generic TestCase for an API request into a RequestCaseDef that can be used to resolve this abstract test case into an executable form.
RequestCaseDefiner() - Constructor for class org.cornutum.tcases.openapi.resolver.RequestCaseDefiner
Creates a new RequestCaseDefiner instance.
RequestCaseException - Exception in org.cornutum.tcases.openapi.resolver
Reports a failure to convert a TestCase into a RequestCaseDef.
RequestCaseException(String) - Constructor for exception org.cornutum.tcases.openapi.resolver.RequestCaseException
Creates a new RequestCaseException instance.
RequestCaseException(String, Throwable) - Constructor for exception org.cornutum.tcases.openapi.resolver.RequestCaseException
Creates a new RequestCaseException instance.
RequestCaseException(String[], Throwable) - Constructor for exception org.cornutum.tcases.openapi.resolver.RequestCaseException
Creates a new RequestCaseException instance.
RequestCaseJson - Class in org.cornutum.tcases.openapi.resolver.io
Converts between a RequestCase and its corresponding JsonObject.
RequestCaseResolver - Class in org.cornutum.tcases.openapi.resolver
Resolves an abstract test case for an API request by producing a RequestCase that describes an executable instance of this test case.
RequestCaseResolver(ResolverContext) - Constructor for class org.cornutum.tcases.openapi.resolver.RequestCaseResolver
Creates a new RequestCaseResolver instance.
requestCases() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
RequestCases - Class in org.cornutum.tcases.openapi.resolver
Defines methods for generating request test cases from the test definitions for requests defined by an OpenAPI definition.
requestInputModel(OpenAPI) - Method in class org.cornutum.tcases.openapi.InputModeller
Returns a system input definition for the API requests defined by the given OpenAPI definition.
RequestInputModeller - Class in org.cornutum.tcases.openapi
Creates a system input definition for the API requests defined by the given OpenAPI definition.
RequestInputModeller() - Constructor for class org.cornutum.tcases.openapi.RequestInputModeller
Creates a new RequestInputModeller instance.
RequestInputModeller(ModelOptions) - Constructor for class org.cornutum.tcases.openapi.RequestInputModeller
Creates a new RequestInputModeller instance.
RequestTestDef - Class in org.cornutum.tcases.openapi.resolver
Describes executable test cases for the API requests defined by an OpenAPI definition.
RequestTestDef() - Constructor for class org.cornutum.tcases.openapi.resolver.RequestTestDef
Creates a new RequestTestDef instance.
RequestTestDef(Iterable<RequestCase>) - Constructor for class org.cornutum.tcases.openapi.resolver.RequestTestDef
Creates a new RequestTestDef instance.
RequestTestDefReader - Class in org.cornutum.tcases.openapi.resolver.io
Reads a RequestTestDef object from a JSON document.
RequestTestDefReader() - Constructor for class org.cornutum.tcases.openapi.resolver.io.RequestTestDefReader
Creates a new RequestTestDefReader object.
RequestTestDefReader(InputStream) - Constructor for class org.cornutum.tcases.openapi.resolver.io.RequestTestDefReader
Creates a new RequestTestDefReader object.
RequestTestDefWriter - Class in org.cornutum.tcases.openapi.resolver.io
Writes a RequestTestDef object in the form of a JSON document.
RequestTestDefWriter() - Constructor for class org.cornutum.tcases.openapi.resolver.io.RequestTestDefWriter
Creates a new RequestTestDefWriter object that writes to standard output.
RequestTestDefWriter(OutputStream) - Constructor for class org.cornutum.tcases.openapi.resolver.io.RequestTestDefWriter
Creates a new RequestTestDefWriter object that writes to the given stream.
RequestTestDefWriter(Writer) - Constructor for class org.cornutum.tcases.openapi.resolver.io.RequestTestDefWriter
Creates a new RequestTestDefWriter object that writes to the given stream.
requireAttribute(Attributes, String, String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Returns the value of the given attribute.
requireAttribute(Attributes, String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Returns the value of the given attribute.
requireAttribute(Attributes, String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the value of the given attribute.
requireAttribute(Attributes, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the value of the given attribute.
requireAttribute(Attributes, String, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the value of the given attribute.
requireAttribute(Attributes, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the value of the given attribute.
requireIdentifier(Attributes, String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Returns the value of the given identifier attribute.
requireIdentifier(Attributes, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the value of the given identifier attribute.
requireIdentifier(Attributes, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the value of the given identifier attribute.
requireIdPath(Attributes, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the value of the given identifier path.
requireInteger(Attributes, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the value of the given integer attribute.
requireInteger(Attributes, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the value of the given integer attribute.
requireNonBlankAttribute(Attributes, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the value of the given attribute.
requireNonBlankAttribute(Attributes, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the value of the given attribute.
resampleFactor(double) - Method in class org.cornutum.tcases.ReducerCommand.Options.Builder
 
resampleFactor(double) - Method in class org.cornutum.tcases.ReducerOptions.Builder
 
resolve(RequestCaseDef) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseResolver
Resolves an abstract test case for an API request by producing a RequestCase that describes an executable instance of this test case.
resolve(Function<FunctionInputDef, List<ITestCaseDef>>) - Method in class org.cornutum.tcases.resolve.TestCaseResolver
Resolves the test case definitions to create new TestCase instances for the given input model.
resolveBinding(VarDef, VarValueDef) - Method in class org.cornutum.tcases.resolve.TestCaseResolver
Returns a binding that resolves the value of the given input variable.
resolveBinding(VarDef, VarValueDef) - Method in class org.cornutum.tcases.resolve.TestCaseSchemaResolver
Returns a binding that resolves the value of the given input variable.
resolveExample(OpenAPI, Example) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
If the given example is defined by a reference, returns the referenced example.
resolveHeader(OpenAPI, Header) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
If the given header is defined by a reference, returns the referenced header.
resolveParameter(OpenAPI, Parameter) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
If the given parameter is defined by a reference, returns the referenced parameter.
ResolverContext - Class in org.cornutum.tcases.resolve
Defines options used to resolve an executable API test case.
ResolverContext(String...) - Constructor for class org.cornutum.tcases.resolve.ResolverContext
Creates a new ResolverContext instance.
ResolverContext.Builder - Class in org.cornutum.tcases.resolve
Builds a new ResolverContext instance.
resolveRequestBody(OpenAPI, RequestBody) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
If the given request body is defined by a reference, returns the referenced requestBody.
resolveResponse(OpenAPI, ApiResponse) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
If the given response is defined by a reference, returns the referenced response.
ResolverException - Exception in org.cornutum.tcases.resolve
Reports a failure to resolve a DataValue.
ResolverException(String) - Constructor for exception org.cornutum.tcases.resolve.ResolverException
Creates a new ResolverException instance.
ResolverException(String, Throwable) - Constructor for exception org.cornutum.tcases.resolve.ResolverException
Creates a new ResolverException instance.
ResolverException(String[], Throwable) - Constructor for exception org.cornutum.tcases.resolve.ResolverException
Creates a new ResolverException instance.
resolverFor(FunctionInputDef) - Method in interface org.cornutum.tcases.resolve.TestCaseResolverFactory
resolverFor(FunctionInputDef) - Method in class org.cornutum.tcases.resolve.TestCaseSchemaResolverFactory
ResolverSkipException - Exception in org.cornutum.tcases.resolve
Reports a signal to skip resolution of a DataValue.
ResolverSkipException(String[], String) - Constructor for exception org.cornutum.tcases.resolve.ResolverSkipException
Creates a new ResolverSkipException instance.
resolveSchema(OpenAPI, Schema<?>) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
If the given schema is defined by a reference, returns the referenced schema.
resolveSchemaMembers(OpenAPI, ComposedSchema) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
Returns the given schema after resolving schemas referenced by any "allOf", "anyOf", or "oneOf" members.
resolveSchemaType(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
If necessary, updates the type of the given schema based its properties.
Resource - Class in org.cornutum.tcases.io
Base class for test project resources.
Resource(URL) - Constructor for class org.cornutum.tcases.io.Resource
Creates a new Resource instance.
Resource(File) - Constructor for class org.cornutum.tcases.io.Resource
Creates a new Resource instance.
resource(String) - Static method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Creates a new Builder for a MocoServerConfigResource instance.
Resource.Type - Enum in org.cornutum.tcases.io
Identifies the content type of a resource.
resourceOutDir(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
ResponseAnalyzer - Class in org.cornutum.tcases.openapi.test
Analyzes the schema and content for an API response.
responseInputModel(OpenAPI) - Method in class org.cornutum.tcases.openapi.InputModeller
Returns a system input definition for the API responses defined by the given OpenAPI definition.
ResponseInputModeller - Class in org.cornutum.tcases.openapi
Creates a system input definition for the API responses defined by the given OpenAPI definition.
ResponseInputModeller() - Constructor for class org.cornutum.tcases.openapi.ResponseInputModeller
Creates a new ResponseInputModeller instance.
ResponseInputModeller(ModelOptions) - Constructor for class org.cornutum.tcases.openapi.ResponseInputModeller
Creates a new ResponseInputModeller instance.
responses(ResponsesDef) - Method in class org.cornutum.tcases.openapi.testwriter.TestSource.Builder
 
responsesDef(OpenAPI) - Static method in class org.cornutum.tcases.openapi.OpenApiUtils
Returns the responses definition defined for the given API.
ResponsesDef - Class in org.cornutum.tcases.openapi.test
Defines the responses for requests described by an OpenAPI definition.
ResponsesDef(ObjectNode) - Constructor for class org.cornutum.tcases.openapi.test.ResponsesDef
Creates a new ResponsesDef instance.
ResponseUnvalidatedException - Exception in org.cornutum.tcases.openapi.test
Reports a condition that prevents API request validation.
ResponseUnvalidatedException(String, String, Integer, String, String) - Constructor for exception org.cornutum.tcases.openapi.test.ResponseUnvalidatedException
Creates a new ResponseUnvalidatedException instance.
ResponseValidationException - Exception in org.cornutum.tcases.openapi.test
Reports a failure when validating API request responses.
ResponseValidationException(String) - Constructor for exception org.cornutum.tcases.openapi.test.ResponseValidationException
Creates a new ResponseValidationException instance.
ResponseValidationException(String, Throwable) - Constructor for exception org.cornutum.tcases.openapi.test.ResponseValidationException
Creates a new ResponseValidationException instance.
ResponseValidationException(String, String, String) - Constructor for exception org.cornutum.tcases.openapi.test.ResponseValidationException
Creates a new ResponseValidationException instance.
ResponseValidationException(String, String, Integer, String, String) - Constructor for exception org.cornutum.tcases.openapi.test.ResponseValidationException
Creates a new ResponseValidationException instance.
ResponseValidationException(String, String, Integer, String, String, Throwable) - Constructor for exception org.cornutum.tcases.openapi.test.ResponseValidationException
Creates a new ResponseValidationException instance.
ResponseValidationHandler - Interface in org.cornutum.tcases.openapi.test
Handles response validation conditions.
ResponseValidator - Class in org.cornutum.tcases.openapi.test
Verifies that request responses conform to the form described by an OpenAPI definition.
ResponseValidator(Class<?>) - Constructor for class org.cornutum.tcases.openapi.test.ResponseValidator
Creates a new ResponseValidator using the default ResponsesDef resource for the given test class.
ResponseValidator(Class<?>, String) - Constructor for class org.cornutum.tcases.openapi.test.ResponseValidator
Creates a new ResponseValidator using the given ResponsesDef resource for the given test class.
ResponseValidator(InputStream) - Constructor for class org.cornutum.tcases.openapi.test.ResponseValidator
Creates a new ResponseValidator using the ResponsesDef read from the given stream.
ResponseValidator(Reader) - Constructor for class org.cornutum.tcases.openapi.test.ResponseValidator
Creates a new ResponseValidator using the ResponsesDef read from the given stream.
RestAssuredTestCaseWriter - Class in org.cornutum.tcases.openapi.restassured
Writes the source code for REST Assured test cases that execute API requests.
RestAssuredTestCaseWriter() - Constructor for class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Creates a new RestAssuredTestCaseWriter instance.
restOf(List<T>, int) - Static method in class org.cornutum.tcases.util.CollectionUtils
Returns a list of all given members except for the one at the excluded position.
RestServerTestWriter - Class in org.cornutum.tcases.openapi.moco
A JUnitTestWriter for API tests that use a Moco RestServer
RestServerTestWriter(MocoServerConfig, TestCaseWriter) - Constructor for class org.cornutum.tcases.openapi.moco.RestServerTestWriter
Creates a new RestServerTestWriter instance.
resultFor(String, Supplier<T>) - Method in class org.cornutum.tcases.util.ContextHandler
Returns the result of the given supplier within the specified context.
resultFor(String, Supplier<T>) - Method in class org.cornutum.tcases.util.ExecutionContext
Returns the result of the given supplier within the specified context.
revertBindings(int) - Method in class org.cornutum.tcases.generator.TestCaseDef
Removes the most-recently added variable bindings until the number of bindings reverts to the given previous count.
roundDown(BigDecimal) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new integral BigDecimal.
roundUp(BigDecimal) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new integral BigDecimal.
run(AnonCommand.Options) - Static method in class org.cornutum.tcases.anon.AnonCommand
Converts a system input definition into an equivalent form using anonymous identifiers.
run(CopyCommand.Options) - Static method in class org.cornutum.tcases.CopyCommand
Copies a Tcases project, using the given command line options.
run() - Method in class org.cornutum.tcases.io.AbstractFilter
 
run(ApiCommand.Options) - Static method in class org.cornutum.tcases.openapi.ApiCommand
Generates input models and test models for API clients and servers, based on an OpenAPI v3 compliant API definition, using the given command line options.
run(ApiTestCommand.Options) - Static method in class org.cornutum.tcases.openapi.ApiTestCommand
Generates input models and test models for API clients and servers, based on an OpenAPI v3 compliant API definition, using the given command line options.
run(ReducerCommand.Options) - Method in class org.cornutum.tcases.ReducerCommand
For a system input definition, updates the associated test case generators to reduce the number of generated test cases, using the given command line options.
run(TcasesCommand.Options) - Static method in class org.cornutum.tcases.TcasesCommand
Generates a set of test cases from a system input definition using the given command line options.

S

samples(int) - Method in class org.cornutum.tcases.ReducerCommand.Options.Builder
 
samples(int) - Method in class org.cornutum.tcases.ReducerOptions.Builder
 
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.AllOf
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.AnyOf
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.Assert
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.AssertLess
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.AssertMore
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.AssertNot
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.AssertNotLess
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.AssertNotMore
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.ConditionSet
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.Conjunction
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.ContainsAll
Returns true if this condition is satisfied by the given test case contains.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.ContainsAny
Returns true if this condition is satisfied by the given test case contains.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.Disjunction
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in interface org.cornutum.tcases.conditions.ICondition
Returns true if this condition is satisfied by the given test case properties.
satisfied(PropertySet) - Method in class org.cornutum.tcases.conditions.Not
Returns true if this condition is satisfied by the given test case properties.
satisfiesSome(IConjunct, PropertySet) - Static method in class org.cornutum.tcases.conditions.Cnf
Returns true if the given properties partially satisfy the given condition.
Schema - Class in org.cornutum.tcases.resolve
Defines requirements for the value of a system input variable.
Schema(DataValue.Type) - Constructor for class org.cornutum.tcases.resolve.Schema
Creates a new Schema instance of the given type.
Schema(Schema) - Constructor for class org.cornutum.tcases.resolve.Schema
Creates a new copy of another Schema instance.
schema(DataValue.Type) - Static method in class org.cornutum.tcases.SystemInputs
Returns a builder for a new Schema with the given type.
schema() - Static method in class org.cornutum.tcases.SystemInputs
Returns a builder for a new generic Schema.
schema(Schema) - Method in class org.cornutum.tcases.VarDefBuilder
Adds a schema.
schema(Schema) - Method in class org.cornutum.tcases.VarValueDefBuilder
Adds a schema.
SCHEMA_TYPES - Static variable in class org.cornutum.tcases.openapi.SchemaUtils
 
SchemaAnalyzer - Class in org.cornutum.tcases.openapi
Analyzes the input space defined by an OpenAPI schema.
SchemaAnalyzer(OpenApiContext) - Constructor for class org.cornutum.tcases.openapi.SchemaAnalyzer
Creates a new SchemaAnalyzer instance.
SchemaBuilder - Class in org.cornutum.tcases.resolve
Builds Schema instances.
schemaExample(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns null if no example is defined for the given schema.
SchemaExtensions - Class in org.cornutum.tcases.openapi
Defines methods for accessing Tcases extensions to an OpenAPI Schema object.
schemaResolverFactoryFor(SystemInputDef) - Static method in class org.cornutum.tcases.Tcases
Returns the standard TestCaseResolverFactory for the given system input definition.
Schemas - Class in org.cornutum.tcases.resolve
Provides transformations and analysis of Schema instances.
Schemas(ExecutionNotifier<?>) - Constructor for class org.cornutum.tcases.resolve.Schemas
Creates a new Schemas instance.
SchemaUtils - Class in org.cornutum.tcases.openapi
Defines methods for accessing an OpenAPI Schema object.
SchemaValidationError - Class in org.cornutum.tcases.openapi.test
Represents a schema validation error.
SchemaValidationError(String, String, String) - Constructor for class org.cornutum.tcases.openapi.test.SchemaValidationError
Creates a new SchemaValidationError instance.
schemaWithoutWriteOnly(JsonNode, List<JsonPointer>) - Static method in class org.cornutum.tcases.openapi.test.ResponseAnalyzer
Return the given schema after removing definitions for all "writeOnly" properties.
schemaWriteOnly(JsonNode) - Static method in class org.cornutum.tcases.openapi.test.ResponseAnalyzer
Returns the location of each "writeOnly" object property defined in the given schema.
seed(Long) - Method in class org.cornutum.tcases.generator.GeneratorOptions.Builder
 
seed(Long) - Method in class org.cornutum.tcases.generator.TupleGeneratorBuilder
Changes the random number sequence seed for this generator.
seed(int) - Method in class org.cornutum.tcases.generator.TupleGeneratorBuilder
Changes the random number sequence seed for this generator.
seed(Long) - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
SEED_ATR - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
select(List<String>) - Method in class org.cornutum.tcases.openapi.ServerSelector
Returns the index of the matching API server description.
select(ResolverContext) - Method in class org.cornutum.tcases.resolve.NullDomain
Returns a random value from this domain.
select(ResolverContext) - Method in interface org.cornutum.tcases.resolve.ValueDomain
Returns a random value from this domain.
selectValue(ResolverContext) - Method in interface org.cornutum.tcases.resolve.ValueDomain
Returns a random value from this domain.
SequenceDomain<T> - Class in org.cornutum.tcases.resolve
Base class for domains that define a set of byte/character sequences that can be used by a request.
SequenceDomain(int) - Constructor for class org.cornutum.tcases.resolve.SequenceDomain
Creates a new SequenceDomain instance.
server() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
serverConfig(MocoServerConfig) - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig.Builder
 
serverSelector(ServerSelector) - Method in class org.cornutum.tcases.openapi.ModelOptions.Builder
 
ServerSelector - Class in org.cornutum.tcases.openapi
Given a list of API server descriptions, returns the index of the member that matches specific criteria.
ServerSelector() - Constructor for class org.cornutum.tcases.openapi.ServerSelector
 
serverTrusted(boolean) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
serverTrusted() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
serverUri(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
serverUri(URI) - Method in class org.cornutum.tcases.openapi.ModelOptions.Builder
 
serverUri(URI, RequestCase) - Static method in class org.cornutum.tcases.openapi.testwriter.java.TestCaseWriterUtils
Returns the base URI defined for the given test case, if any.
set(SchemaBuilder) - Method in class org.cornutum.tcases.VarDefBuilder
Adds a schema.
set(SchemaBuilder) - Method in class org.cornutum.tcases.VarValueDefBuilder
Adds a schema.
setAdditionalPropertyCount(ValueDomain<Integer>) - Method in class org.cornutum.tcases.resolve.ObjectDomain
Changes the value domain for the number of additional properties for this object.
setAdditionalPropertyNames(AbstractStringDomain) - Method in class org.cornutum.tcases.resolve.ObjectDomain
Changes the value domain for the names of any additional properties.
setAdditionalPropertyValues(ValueDomain<?>) - Method in class org.cornutum.tcases.resolve.ObjectDomain
Changes the value domain for any additional properties for this object.
setAnnotation(String, String) - Method in class org.cornutum.tcases.Annotated
Changes the value of the given annotation.
setAnnotation(String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.AnnotatedHandler
Changes the value of the given annotation.
setAnnotation(String, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.AnnotatedHandler
Changes the value of the given annotation.
setAnnotationList(String, Iterable<?>) - Method in class org.cornutum.tcases.Annotated
Changes the value of the given annotation to a CSV string representing the given list.
setApi(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes the name of the API that defines this request.
setApi(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Changes the name of the API that defines this request.
setApiDef(File) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the Open API v3 API definition file
setApiDef(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the Open API v3 API definition file
setAuthDefs(Iterable<AuthDef>) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes the authentication definitions for this request.
setAuthDefs(Iterable<AuthDef>) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Changes the authentication definitions for this request.
setAuthFailure(boolean) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes if this request has invalid authentication.
setAuthFailure(boolean) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Changes if this request has invalid authentication.
setBaseClass(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the base class for the test class that is generated.
setBaseClass(String) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
Changes the fully-qualified name of the base class defined for this target.
setBaseClass(Class<?>) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
Changes the fully-qualified name of the base class defined for this target.
setBaseLocation(URI) - Method in class org.cornutum.tcases.io.Project
Changes the base URI for the location of project elements.
setBaseTests(SystemTestDef) - Method in class org.cornutum.tcases.io.Project
Changes the base tests definition for this project.
setBaseTestsLocation(URI) - Method in class org.cornutum.tcases.io.Project
Changes the location of the base tests definition for this project.
setBindings(Collection<VarBindingDef>) - Method in class org.cornutum.tcases.generator.Tuple
Changes the variable bindings for this tuple.
setBody(MessageData) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes the definition of the request body.
setBody(ValueDef<?>) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Changes the definition of the request body.
setBound(int) - Method in class org.cornutum.tcases.conditions.BoundedAssertion
Changes the bound on the number of instances of this property.
setByPath(boolean) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns true if generating a separate test file for each request path.
setCertConfig(CertConfig) - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
Changes the Moco certificate configuration.
setCombiners(List<TupleCombiner>) - Method in class org.cornutum.tcases.generator.TupleGenerator
Changes the list of tuple combiners for this generator.
setCondition(ICondition) - Method in class org.cornutum.tcases.AbstractVarDef
Changes the condition that defines when this element is applicable.
setCondition(ICondition) - Method in class org.cornutum.tcases.Conditional
Changes the condition that defines when this element is applicable.
setCondition(ICondition) - Method in class org.cornutum.tcases.io.SystemInputDocReader.CardinalityHandler
Changes the condition represented by this element.
setCondition(ICondition) - Method in class org.cornutum.tcases.VarSet
Changes the condition that defines when this element is applicable.
setConditionNotifier(Notifier) - Method in class org.cornutum.tcases.openapi.ModelOptions
Changes the Notifier that reports conditions found when creating a Tcases model from an OpenAPI model.
setConditionNotifiers(String) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes condition notifiers for input modelling and request case resolution conditions.
setConditionNotifiers(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes condition notifiers for input modelling and request case resolution conditions.
setConditionSet(ConditionSet) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionSetHandler
Changes the condition set represented by this element.
setConstant(DataValue<?>) - Method in class org.cornutum.tcases.resolve.Schema
Changes the constant value of all input values.
setContentType(String) - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Changes the default file content type.
setContentType(Resource.Type) - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Changes the default file content type.
setContentType(String) - Method in class org.cornutum.tcases.CopyCommand.Options
Changes the content type.
setContentType(Resource.Type) - Method in class org.cornutum.tcases.CopyCommand.Options
Changes the content type.
setContentType(String) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the OpenApi definition file content type.
setContentType(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the OpenApi definition file content type.
setContentType(String) - Method in class org.cornutum.tcases.ReducerCommand.Options
Changes the default file content type.
setContentType(Resource.Type) - Method in class org.cornutum.tcases.ReducerCommand.Options
Changes the default file content type.
setContentType(String) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the default file content type.
setContentType(Resource.Type) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the default file content type.
setConverter(String, DataValueConverter<String>) - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
Changes the serializer used for the given media type(s).
setDateRange(Date, Date) - Method in class org.cornutum.tcases.resolve.TimeDomain
Changes the (inclusive) date range for this domain.
setDefaultStyle(boolean) - Method in class org.cornutum.tcases.io.TestDefToHtmlFilter
Changes if this filter uses the default CSS stylesheet.
setDefaultTupleSize(Integer) - Method in class org.cornutum.tcases.generator.GeneratorOptions
Changes the default tuple size used by generators.
setDefaultTupleSize(int) - Method in class org.cornutum.tcases.generator.TupleGenerator
Changes the default tuple size for variable value combinations.
setDefaultTupleSize(Integer) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the default tuple size used by generators.
setDependsApiKey() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Registers a dependency on a runtime API key credential.
setDependsAuthFailure() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Registers a dependency on authorization failures.
setDependsFailure() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Registers a dependency on test case failures.
setDependsHttpBasic() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Registers a dependency on a runtime HTTP Basic credential.
setDependsHttpBearer() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Registers a dependency on a runtime HTTP Bearer credential.
setDependsMultipart() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Registers a dependency on the "multipart/form-data" media type.
setDependsServer() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Registers a dependency on a runtime API server definition.
setDestDir(File) - Method in class org.cornutum.tcases.CopyCommand.Options
Changes the destination directory.
setDestName(String) - Method in class org.cornutum.tcases.CopyCommand.Options
Changes the destination project name.
setDestType(String) - Method in class org.cornutum.tcases.CopyCommand.Options
Changes the destination content type.
setDestType(Resource.Type) - Method in class org.cornutum.tcases.CopyCommand.Options
Changes the destination content type.
setDir(File) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Changes the output directory for this target.
setDnf(Schema<?>, Dnf) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the disjunctive normal form of this given schema.
setDocumentLocator(Locator) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
 
setDocumentLocator(Locator) - Method in class org.cornutum.tcases.io.SystemInputDocReader
 
setDocumentLocator(Locator) - Method in class org.cornutum.tcases.io.SystemTestDocReader
 
setDomain(ValueDomain<?>) - Method in class org.cornutum.tcases.VarValueDef
Changes the domain for this input value.
setEachTest(boolean) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Changes if the Moco server is restarted for each @Test method (true) or only once for each test class.
setEncodings(Map<String, EncodingData>) - Method in class org.cornutum.tcases.openapi.resolver.MessageData
Changes the encodings for object value properties.
setEncodings(Map<String, EncodingDef>) - Method in class org.cornutum.tcases.openapi.resolver.ValueDef
Changes the encodings for object value properties.
setEnum(Collection<DataValue<?>>) - Method in class org.cornutum.tcases.resolve.Schema
Changes the enumeration of all input values.
setExampleSchema(Schema<?>, boolean) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes if this is schema for an example value.
setExcluded(Set<String>) - Method in class org.cornutum.tcases.resolve.Base64Domain
Changes the values excluded from this domain.
setExcluded(Set<T>) - Method in class org.cornutum.tcases.resolve.NumberDomain
Changes the values excluded from this domain.
setExcluded(Set<T>) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Changes the values excluded from this domain.
setExcluded(Set<String>) - Method in class org.cornutum.tcases.resolve.TimeDomain
Changes the values excluded from this domain.
setExcludedStrings(Set<String>) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Changes the values excluded from this domain.
setExcludedStrings(Set<String>) - Method in class org.cornutum.tcases.resolve.Base64Domain
Changes the values excluded from this domain.
setExcludedStrings(Set<String>) - Method in class org.cornutum.tcases.resolve.BinaryDomain
Changes the values excluded from this domain.
setExcludedStrings(Set<String>) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Changes the values excluded from this domain.
setExclusiveMaximum(BigDecimal) - Method in class org.cornutum.tcases.resolve.Schema
Changes the maximum (exclusive) for numeric values.
setExclusiveMinimum(BigDecimal) - Method in class org.cornutum.tcases.resolve.Schema
Changes the minimum (exclusive) for numeric values.
setExecType(ApiTestCommand.Options.ExecType) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the request execution interface used to run API tests.
setExecType(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the request execution interface used to run API tests.
setExploded(boolean) - Method in class org.cornutum.tcases.openapi.resolver.ParamData
Changes if the parameter value is serialized in exploded form.
setExploded(boolean) - Method in class org.cornutum.tcases.openapi.resolver.ParamDef
Changes if the parameter value is serialized in exploded form.
setExtended(boolean) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes if new test definitions are generated by extending the previous test definitions.
setFactory(MocoServerConfigPojo.PojoWriterFactory) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigPojo
Changes the MocoServerConfigPojo.PojoWriterFactory for this server configuration.
setFailure(boolean) - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCaseHandler
Changes if this is a failure test case.
setFile(File) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Changes the output file for this target.
setFile(String) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Changes the output file for this target.
setFormat(String) - Method in class org.cornutum.tcases.resolve.AbstractValueDomain
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.Base64Domain
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.BinaryConstant
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.BinaryDomain
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.DateConstant
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.DateDomain
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.DateEnum
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.DateTimeConstant
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.DateTimeDomain
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.DateTimeEnum
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.EmailConstant
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.EmailDomain
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.EmailEnum
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.IntegerConstant
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.IntegerDomain
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.IntegerEnum
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.LongConstant
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.LongDomain
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.LongEnum
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.Schema
Changes the format of input values.
setFormat(String) - Method in class org.cornutum.tcases.resolve.UuidConstant
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.UuidDomain
Changes the format for values that belong to this domain.
setFormat(String) - Method in class org.cornutum.tcases.resolve.UuidEnum
Changes the format for values that belong to this domain.
setFunction(String) - Method in class org.cornutum.tcases.ReducerCommand.Options
Changes the function for which tests cases are reduced.
setFunction(String) - Method in class org.cornutum.tcases.ReducerOptions
Changes the function for test case reduction.
setGenDef(File) - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Changes the generator definition file.
setGenDef(File) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes the generator definition path.
setGenDef(File) - Method in class org.cornutum.tcases.CopyCommand.Options
Changes the generator definition file.
setGenDef(File) - Method in class org.cornutum.tcases.ReducerCommand.Options
Changes the generator definition file.
setGenDef(File) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the generator definition file.
setGenerator(String, ITestCaseGenerator) - Method in class org.cornutum.tcases.generator.GeneratorSet
Changes the test case generator for the given system function.
setGenerators(IGeneratorSet) - Method in class org.cornutum.tcases.io.Project
Changes the generator set for this project.
setGeneratorsLocation(URI) - Method in class org.cornutum.tcases.io.Project
Changes the location of the generator set for this project.
setHeaders(List<HeaderData>) - Method in class org.cornutum.tcases.openapi.resolver.EncodingData
Changes the definitions of headers for a multipart/form-data part.
setHtml(boolean) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes if using the HTML transform.
setId(Integer) - Method in class org.cornutum.tcases.generator.TestCaseDef
Changes the (optional) id for this test case.
setId(int) - Method in class org.cornutum.tcases.TestCase
Changes the test case id.
setIndent(int) - Method in class org.cornutum.tcases.io.IndentedWriter
Changes the indentation width.
setInputDef(File) - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Changes the input definition file
setInputDef(File) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes the system input definition path.
setInputDef(File) - Method in class org.cornutum.tcases.CopyCommand.Options
Changes the input definition file
setInputDef(File) - Method in class org.cornutum.tcases.ReducerCommand.Options
Changes the input definition file
setInputDef(FunctionInputDef) - Method in class org.cornutum.tcases.resolve.TestCaseResolver
Changes the input definition for this resolver.
setInputDef(File) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the input definition file
setInputStream(InputStream) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
Changes the input stream for this reader.
setInputStream(InputStream) - Method in class org.cornutum.tcases.generator.io.GeneratorSetJsonReader
Changes the input stream for this reader.
setInputStream(InputStream) - Method in class org.cornutum.tcases.io.ProjectJsonReader
Changes the input stream for this reader.
setInputStream(InputStream) - Method in class org.cornutum.tcases.io.SystemInputDocReader
Changes the input stream for this reader.
setInputStream(InputStream) - Method in class org.cornutum.tcases.io.SystemInputJsonReader
Changes the input stream for this reader.
setInputStream(InputStream) - Method in class org.cornutum.tcases.io.SystemTestDocReader
Changes the input stream for this reader.
setInputStream(InputStream) - Method in class org.cornutum.tcases.io.SystemTestJsonReader
Changes the input stream for this reader.
setInputStream(InputStream) - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfigReader
Changes the input stream for this reader.
setInputStream(InputStream) - Method in class org.cornutum.tcases.openapi.resolver.io.RequestTestDefReader
Changes the input stream for this reader.
setInvalidInput(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes the description of the invalid input for this request.
setInvalidInput(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Changes the description of the invalid input for this request.
setItemCount(Integer) - Method in class org.cornutum.tcases.resolve.ArrayDomain
Defines a constant number of array items.
setItemCount(Integer, Integer) - Method in class org.cornutum.tcases.resolve.ArrayDomain
Defines the range for the number of array items.
setItemCount(NumberDomain.Range) - Method in class org.cornutum.tcases.resolve.ArrayDomain
Defines the range for the number of array items.
setItemCount(ValueDomain<Integer>) - Method in class org.cornutum.tcases.resolve.ArrayDomain
Changes the range for the number of array items.
setItems(Schema) - Method in class org.cornutum.tcases.resolve.Schema
Changes the schema for array items.
setItemsUnique(boolean) - Method in class org.cornutum.tcases.resolve.ArrayDomain
Changes if array items are unique.
setItemValues(ValueDomain<T>) - Method in class org.cornutum.tcases.resolve.ArrayDomain
Changes the value domain for required array items.
setJunit(boolean) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes if using the JUnit transform.
setLengthRange(Integer) - Method in class org.cornutum.tcases.resolve.Base64Domain
Defines a constant length range for values in this domain.
setLengthRange(Integer, Integer) - Method in class org.cornutum.tcases.resolve.Base64Domain
Defines the length range for values in this domain.
setLengthRange(NumberDomain.Range) - Method in class org.cornutum.tcases.resolve.Base64Domain
Defines the length range for values in this domain.
setLengthRange(Integer) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Defines a constant length range for values in this domain.
setLengthRange(Integer, Integer) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Defines the length range for values in this domain.
setLengthRange(NumberDomain.Range) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Defines the length range for values in this domain.
setLengthRange(LengthDomain) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Changes the length range for values in this domain.
setLocation(ParamDef.Location) - Method in class org.cornutum.tcases.openapi.resolver.HeaderData
Changes the location of the header value.
setLocation(ParamDef.Location) - Method in class org.cornutum.tcases.openapi.resolver.HeaderDef
Changes the location of the header value.
setLocation(ParamDef.Location) - Method in class org.cornutum.tcases.openapi.resolver.ParamData
Changes the location of the parameter value.
setLocation(String) - Method in class org.cornutum.tcases.openapi.resolver.ParamDef
Changes the location of the parameter value.
setLocation(ParamDef.Location) - Method in class org.cornutum.tcases.openapi.resolver.ParamDef
Changes the location of the parameter value.
setLogFile(File) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes the log output file for Tcases.
setMatching(List<String>) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Changes the set of patterns that values in this domain must match.
setMatching(String...) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Changes the set of patterns that values in this domain must match.
setMaximum(BigDecimal) - Method in class org.cornutum.tcases.resolve.Schema
Changes the maximum (inclusive) for numeric values.
setMaxItems(Integer) - Method in class org.cornutum.tcases.resolve.Schema
Changes the maximum size of array values.
setMaxLength(Integer) - Method in class org.cornutum.tcases.resolve.Schema
Changes the maximum length of string values.
setMaxTries(int) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the maximum attempts made to resolve a request test case input value before reporting failure..
setMaxTries(int) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the maximum attempts made to resolve a request test case input value before reporting failure..
setMaxTries(int) - Method in class org.cornutum.tcases.resolve.ResolverContext
Changes the maximum attempts to resolve an input value before reporting failure.
setMaxValues(Schema<?>, Integer) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the maximum number of non-null values that can satisfy this schema.
setMediaType(ValueDomain<String>) - Method in class org.cornutum.tcases.openapi.resolver.ValueDef
Changes the media type domain for this value.
setMinimum(BigDecimal) - Method in class org.cornutum.tcases.resolve.Schema
Changes the minimum (inclusive) for numeric values.
setMinItems(Integer) - Method in class org.cornutum.tcases.resolve.Schema
Changes the minimum size of array values.
setMinLength(Integer) - Method in class org.cornutum.tcases.resolve.Schema
Changes the minimum length of string values.
setMocoTestConfig(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the Moco server test configuration file
setModellingInput(Schema<?>, boolean) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes if currently generating an input model for this schema.
setModelOptions(ModelOptions) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the input modelling options.
setModelOptions(ModelOptions) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the input modelling options.
setMultipleOf(String) - Method in class org.cornutum.tcases.resolve.DecimalDomain
If non-null, all values in this domain are a multiple of the given value.
setMultipleOf(String) - Method in class org.cornutum.tcases.resolve.IntegerDomain
If non-null, all values in this domain are a multiple of the given value.
setMultipleOf(String) - Method in class org.cornutum.tcases.resolve.LongDomain
If non-null, all values in this domain are a multiple of the given value.
setMultipleOf(String) - Method in class org.cornutum.tcases.resolve.NumberDomain
If non-null, all values in this domain are a multiple of the given value.
setMultipleOf(T) - Method in class org.cornutum.tcases.resolve.NumberDomain
Changes the factor required for all values in this domain.
setMultipleOf(BigDecimal) - Method in class org.cornutum.tcases.resolve.Schema
Changes the common divisor for numeric input values.
setName(String) - Method in class org.cornutum.tcases.AbstractVarDef
Changes the variable name.
setName(String) - Method in class org.cornutum.tcases.FunctionInputDef
Changes the function name.
setName(String) - Method in class org.cornutum.tcases.FunctionTestDef
Changes the function name.
setName(String) - Method in class org.cornutum.tcases.generator.TestCaseDef
Changes the (optional) name for this test case.
setName(Tuple) - Method in class org.cornutum.tcases.generator.TestCaseDef
Changes the name for this test case to identify the given tuple.
setName(String) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Changes the variable name used to reference the Moco server.
setName(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes the name of this test case.
setName(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Changes the name of this test case.
setName(String) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Changes the test name for this target.
setName(String) - Method in class org.cornutum.tcases.SystemInputDef
Changes the system name.
setName(String) - Method in class org.cornutum.tcases.SystemTestDef
Changes the system name.
setName(String) - Method in class org.cornutum.tcases.TestCase
Changes the test case name.
setName(String) - Method in class org.cornutum.tcases.VarNaDef
Changes the name of this value.
setName(Object) - Method in class org.cornutum.tcases.VarValueDef
Changes the name of this value.
setNameChars(String) - Method in class org.cornutum.tcases.resolve.PropertyNameDomain.PropertyName
Changes the set of chars allowed in property names.
setNameChars(String) - Method in class org.cornutum.tcases.resolve.PropertyNameDomain
Changes the set of chars allowed in property names for this domain.
setNew(boolean) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes if previous contents of the test definition file are ignored.
setNewSeed(boolean) - Method in class org.cornutum.tcases.ant.TcasesTask
If true, automatically chooses a new random seed used by generators.
setNewSeed(boolean) - Method in class org.cornutum.tcases.ReducerCommand.Options
Changes if ignoring current random seed used by generators.
setNewSeed(boolean) - Method in class org.cornutum.tcases.ReducerOptions
Changes if test case reduction starts by ignoring any previous random seed.
setNewSeed(boolean) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes if choosing a new random seed used by generators.
setNotEnums(Schema<?>, Iterable<?>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the composed set of enums to not match when validating the given schema.
setNotifier(Notifier) - Method in class org.cornutum.tcases.util.ContextHandler
Changes the condition notifier for this reporter.
setNotifier(Notifier) - Method in class org.cornutum.tcases.util.ExecutionNotifier
Changes the Notifier for this context.
setNotMatching(List<String>) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Changes the set of patterns that values in this domain must NOT match.
setNotMatching(String...) - Method in class org.cornutum.tcases.resolve.AbstractStringDomain
Changes the set of patterns that values in this domain must NOT match.
setNotMultipleOfs(Schema<?>, Iterable<BigDecimal>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the composed set of multipleOfs to not match when validating the given numeric schema.
setNotMultipleOfs(Schema<?>, BigDecimal...) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the composed set of multipleOfs to not match when validating the given numeric schema.
setNotMultipleOfs(String[]) - Method in class org.cornutum.tcases.resolve.DecimalDomain
Changes the factors not allowed for any values in this domain.
setNotMultipleOfs(String[]) - Method in class org.cornutum.tcases.resolve.IntegerDomain
Changes the factors not allowed for any values in this domain.
setNotMultipleOfs(String[]) - Method in class org.cornutum.tcases.resolve.LongDomain
Changes the factors not allowed for any values in this domain.
setNotMultipleOfs(String[]) - Method in class org.cornutum.tcases.resolve.NumberDomain
Changes the factors not allowed for any values in this domain.
setNotMultipleOfs(Set<T>) - Method in class org.cornutum.tcases.resolve.NumberDomain
Changes the factors not allowed for any values in this domain.
setNotPatterns(Schema<?>, Iterable<String>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the composed set of patterns to not match when validating the given schema.
setNotPatterns(Schema<?>, String...) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the composed set of patterns to not match when validating the given schema.
setNotRequired(Schema<?>, Iterable<String>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the composed set of properties that must not be required when validating the given object schema.
setNotTypes(Schema<?>, Iterable<String>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the composed set of types that must not be required when validating the given schema.
setNullChecked(Schema<?>, boolean) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes if the input model for this schema requires null checks
setOnce(boolean) - Method in class org.cornutum.tcases.generator.Tuple
Changes if this tuple should be used in at most one test case.
setOnCondition(String) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Deprecated.
setOnModellingCondition(String) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the input modelling condition notifier.
setOnModellingCondition(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the input modelling condition notifier.
setOnResolverCondition(String) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the request case resolution condition notifier.
setOnResolverCondition(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the request case resolution condition notifier.
setOperation(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes the operation for this request.
setOperation(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Changes the operation for this request.
setOperations(Iterable<String>) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes request path operations for which tests are generated.
setOperations(Iterable<String>) - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
Changes the request operations for this source.
setOperations(String...) - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
Changes the request operations for this source.
setOtherItemValues(ValueDomain<?>) - Method in class org.cornutum.tcases.resolve.ArrayDomain
Changes the value domain for additional array items.
setOutDir(File) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes the output directory for generated test definitions.
setOutDir(File) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the output directory for command output.
setOutDir(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the output directory for command output.
setOutDir(File) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the output directory for generated test definitions.
setOutFile(File) - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Changes the output file for anonymized output.
setOutFile(File) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes the test definition output path.
setOutFile(File) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the output file for command output.
setOutFile(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the output file for command output.
setOutFile(File) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the output file for generated test definitions.
setOutput(OutputStream) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Changes the output stream designated for this target.
setPackage(String) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
Changes the Java package defined for this target.
setPackage(Class<?>) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
Changes the Java package defined for this target to the package containing the given class.
setParams(Map<String, Object>) - Method in class org.cornutum.tcases.io.TransformFilter
Changes the set of transform parameter bindings.
setParams(Iterable<ParamData>) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes the parameter definitions for this request.
setParams(Iterable<ParamDef>) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Changes the parameter definitions for this request.
setParent(VarSet) - Method in class org.cornutum.tcases.AbstractVarDef
Changes the parent of this variable.
setParent(GeneratorSetDocReader.ElementHandler) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Changes the parent ElementHandler.
setParent(SystemInputDocReader.ElementHandler) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Changes the parent ElementHandler.
setParent(SystemTestDocReader.ElementHandler) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Changes the parent ElementHandler.
setParent(VarSet) - Method in interface org.cornutum.tcases.IVarDef
Changes the parent of this variable.
setParent(VarSet) - Method in class org.cornutum.tcases.VarSet
Changes the parent of this variable.
setPath(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes the path for this request.
setPath(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Changes the path for this request.
setPaths(Iterable<String>) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes request paths for which tests are generated.
setPaths(Iterable<String>) - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
Changes the request paths for this source.
setPaths(String...) - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
Changes the request paths for this source.
setPattern(String) - Method in class org.cornutum.tcases.resolve.Schema
Changes the regular expression matching string values.
setPatterns(Schema<?>, Iterable<String>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the composed set of patterns to match when validating the given string schema.
setPatterns(Schema<?>, String...) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the composed set of patterns to match when validating the given string schema.
setPort(Integer) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
Changes the local port used by the Moco server to listen for requests.
setProperties(Collection<String>) - Method in class org.cornutum.tcases.VarValueDef
Changes the set of test case properties contributed by this value.
setProperty(String) - Method in class org.cornutum.tcases.conditions.AbstractAssertion
Changes the property asserted.
setPropertyDomains(Map<String, ValueDomain<?>>) - Method in class org.cornutum.tcases.resolve.ObjectDomain
Changes the property value domains for objects in this domain.
setPropertySchema(Schema<?>, boolean) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes if this is schema for an object property
setRandom(Random) - Method in class org.cornutum.tcases.resolve.ResolverContext
Changes the random number generator used to resolve test cases.
setRandomSeed(Long) - Method in class org.cornutum.tcases.generator.GeneratorOptions
Changes the random seed used by generators.
setRandomSeed(Long) - Method in interface org.cornutum.tcases.generator.ITestCaseGenerator
Changes the random number sequence seed for this generator.
setRandomSeed(Long) - Method in class org.cornutum.tcases.generator.TupleGenerator
Changes the random number sequence seed for this generator.
setRandomSeed(Long) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the random number generator seed for request case resolution.
setRandomSeed(Long) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the random number generator seed for request case resolution.
setRandomSeed(Long) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the random seed used by generators.
setRange(NumberDomain.Range) - Method in class org.cornutum.tcases.resolve.DecimalDomain
Defines the value range for this domain.
setRange(BigDecimal, BigDecimal) - Method in class org.cornutum.tcases.resolve.DecimalDomain
Defines the value range for this domain.
setRange(NumberDomain.Range) - Method in class org.cornutum.tcases.resolve.IntegerDomain
Defines the value range for this domain.
setRange(Integer, Integer) - Method in class org.cornutum.tcases.resolve.IntegerDomain
Defines the value range for this domain.
setRange(NumberDomain.Range) - Method in class org.cornutum.tcases.resolve.LongDomain
Defines the value range for this domain.
setRange(Long, Long) - Method in class org.cornutum.tcases.resolve.LongDomain
Defines the value range for this domain.
setRange(NumberDomain.Range) - Method in class org.cornutum.tcases.resolve.NumberDomain
Defines the value range for this domain.
setRange(T, T) - Method in class org.cornutum.tcases.resolve.NumberDomain
Changes the (inclusive) minimum and the (inclusive) maximum for this domain.
setReadOnlyEnforced(boolean) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes if "readOnly" properties are strictly enforced.
setReadOnlyEnforced(boolean) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes if "readOnly" properties are strictly enforced.
setReadOnlyEnforced(boolean) - Method in class org.cornutum.tcases.openapi.ModelOptions
Changes if the API will strictly enforce the exclusion of "readOnly" properties from requests.
setRequestCases(boolean) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes if test case output consists of a list of request test cases (true) or a test definition (false).
setResampleFactor(double) - Method in class org.cornutum.tcases.ReducerCommand.Options
Changes the resample factor.
setResampleFactor(double) - Method in class org.cornutum.tcases.ReducerOptions
Changes the resample factor.
setResolvedAll(Schema<?>, Boolean) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes if this schema and all of its subschemas are resolved.
setResolverContext(ResolverContext) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the request case resolution options.
setResolverContext(ResolverContext) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the request case resolution options.
setResourceDir(File) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Changes the resource output directory for this target.
setResourceOutDir(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the resource directory for command output.
setResponses(ResponsesDef) - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
Changes the request response definitions for this source.
setSamples(int) - Method in class org.cornutum.tcases.ReducerCommand.Options
Changes the initial number of samples.
setSamples(int) - Method in class org.cornutum.tcases.ReducerOptions
Changes the initial number of samples.
setSchema(Schema) - Method in class org.cornutum.tcases.VarDef
Changes the schema for values bound to this variable.
setSchema(Schema) - Method in class org.cornutum.tcases.VarValueDef
Changes the schema for this input value.
setScript(URI) - Method in class org.cornutum.tcases.io.TestDefToHtmlFilter
Changes the reference to the JavaScript resource used by this filter.
setSeed(Long) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes the random seed used by generators.
setSeqNum(int) - Method in class org.cornutum.tcases.AbstractVarDef
Changes the sequence number of this variable.
setSeqNum(int) - Method in interface org.cornutum.tcases.IVarDef
Changes the sequence number of this variable.
setServer(URI) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes the server URI for this request.
setServer(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes the server URI for this request.
setServer(URI) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Changes the server URI for this request.
setServerConfig(MocoServerConfig) - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
Changes the Moco server configuration.
setServerSelector(ServerSelector) - Method in class org.cornutum.tcases.openapi.ModelOptions
Changes the ServerSelector used to select the API server for API input definitions.
setServerTest(boolean) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes if output if for testing an API server (true) or an API client (false).
setServerTrusted(boolean) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes if generated HTTPS requests will connect to the API server without verifying the server certificate.
setServerType(MocoTestConfig.ServerType) - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
Changes the Moco server type.
setServerType(String) - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
Changes the Moco server type.
setServerUri(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the expression that identifies the API server URI used by generated tests.
setServerUri(URI) - Method in class org.cornutum.tcases.openapi.ModelOptions
Changes the URI specifed for the API server.
setShowEffectiveInput(boolean) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes if the current effective system input definition should be written.
setShowVersion(boolean) - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Changes if the current version should be shown.
setShowVersion(boolean) - Method in class org.cornutum.tcases.CopyCommand.Options
Changes if the current version should be shown.
setShowVersion(boolean) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes if the current version should be shown.
setShowVersion(boolean) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes if the current version should be shown.
setShowVersion(boolean) - Method in class org.cornutum.tcases.ReducerCommand.Options
Changes if the current version should be shown.
setShowVersion(boolean) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes if the current version should be shown.
setSource(ModelOptions.Source) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the source of API input definitions.
setSource(String) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the source of API input definitions.
setSource(ModelOptions.Source) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the source of API input definitions.
setSource(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the source of API input definitions.
setSource(ModelOptions.Source) - Method in class org.cornutum.tcases.openapi.ModelOptions
Changes the source of API input definitions.
setSource(Object) - Method in class org.cornutum.tcases.VarBinding
Changes the name of the value definition for this binding.
setStyle(String) - Method in class org.cornutum.tcases.openapi.resolver.HeaderData
Changes the serialization style of the header value.
setStyle(String) - Method in class org.cornutum.tcases.openapi.resolver.HeaderDef
Changes the serialization style of the header value.
setStyle(String) - Method in class org.cornutum.tcases.openapi.resolver.ParamData
Changes the serialization style of the parameter value.
setStyle(String) - Method in class org.cornutum.tcases.openapi.resolver.ParamDef
Changes the serialization style of the parameter value.
setStylesheet(URI) - Method in class org.cornutum.tcases.io.TestDefToHtmlFilter
Changes the reference to the CSS stylesheet used by this filter.
setSystemInput(SystemInputDef) - Method in class org.cornutum.tcases.io.Project
Changes the system input definition for this project.
setSystemInputLocation(URI) - Method in class org.cornutum.tcases.io.Project
Changes the location of the system input definition for this project.
setTarget(File) - Method in class org.cornutum.tcases.io.AbstractFilter
Changes the target for filter output.
setTarget(OutputStream) - Method in class org.cornutum.tcases.io.AbstractFilter
Changes the target for filter output.
setTestDef(File) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes the output path for generated test definitions.
setTestDef(File) - Method in class org.cornutum.tcases.CopyCommand.Options
Changes the base test definition file.
setTestDef(File) - Method in class org.cornutum.tcases.ReducerCommand.Options
Changes the base test definition file.
setTestDef(File) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the output file for generated test definitions.
setTestName(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the name of the test class that is generated.
setTestPackage(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the package of the test class that is generated.
setTests(boolean) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes if output consists of a test definition (true) or an input definition (false).
setTestType(ApiTestCommand.Options.TestType) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the test framework used to run API tests.
setTestType(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the test framework used to run API tests.
setTimeout(Long) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the test timeout (milliseconds).
setTimeout(Long) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
Changes the test timeout (milliseconds) for this target.
setTransform(Source) - Method in class org.cornutum.tcases.io.TransformFilter
Changes the source for the XSLT transform document.
setTransformDef(File) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes the transform file.
setTransformDef(File) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the transform file.
setTransformDef(File) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the transform file.
setTransformParams(Map<String, Object>) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the transform parameter bindings.
setTransformParams(Map<String, Object>) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the transform parameter bindings.
setTransformType(ApiCommand.Options.TransformType) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the output transform type.
setTransformType(TcasesCommand.Options.TransformType) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the output transform type.
setTrustServer(boolean) - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Changes if generated HTTPS requests will accept an untrusted API server.
setTrustServer(boolean) - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
Changes if generated HTTPS requests will accept an untrusted API server.
setTuples(Integer) - Method in class org.cornutum.tcases.ant.TcasesTask
Changes the default tuple size for all generators.
setTupleSize(int) - Method in class org.cornutum.tcases.generator.TupleCombiner
Changes the tuple size for input variable combinations.
setType(String) - Method in class org.cornutum.tcases.AbstractVarDef
Changes the type identifier for this variable.
setType(Resource.Type) - Method in class org.cornutum.tcases.io.Resource
Changes the content type of this resource.
setType(String) - Method in class org.cornutum.tcases.VarBinding
Changes the type identifier for this variable.
setType(VarValueDef.Type) - Method in class org.cornutum.tcases.VarNaDef
Changes the type of this value.
setType(VarValueDef.Type) - Method in class org.cornutum.tcases.VarValueDef
Changes the type of this value.
setTypeChecked(Schema<?>, boolean) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes if the input model for this schema requires type checks
setUniqueItems(Boolean) - Method in class org.cornutum.tcases.resolve.Schema
Changes if array items must be unique.
setValid(boolean) - Method in class org.cornutum.tcases.openapi.resolver.ValueDef
Changes if this is an instance of valid value.
setValidateResponses(boolean) - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Changes if generated test cases will validate API requests responses.
setValidateResponses(boolean) - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
Changes if generated test cases will validate API requests responses.
setValidTypes(Schema<?>, Set<String>) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes the instance types that can be validated by the given schema.
setValidTypesAll(Schema<?>, Boolean) - Static method in class org.cornutum.tcases.openapi.SchemaExtensions
Changes if this schema and all of its subschemas have valid types.
setValue(ValueDef<?>) - Method in class org.cornutum.tcases.openapi.resolver.ParamDef
Changes the value definition for this parameter.
setValue(Object) - Method in class org.cornutum.tcases.VarBinding
Changes the value name for this binding.
setValue(String) - Method in class org.cornutum.tcases.VarNaBinding
Changes the value name for this binding.
setValueValid(boolean) - Method in class org.cornutum.tcases.VarBinding
Changes if this variable is bound to a valid value.
setValueValid(boolean) - Method in class org.cornutum.tcases.VarNaBinding
Changes if this variable is bound to a valid value.
setVar(String) - Method in class org.cornutum.tcases.VarBinding
Changes the variable name for this binding.
setVarBinding(VarBinding) - Method in class org.cornutum.tcases.io.SystemTestDocReader.VarHandler
Returns the VarBinding instance for this handler.
setVersion(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
Changes the API version for this request.
setVersion(String) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
Changes the API version for this request.
setWorkingDir(File) - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Changes the current working directory used to complete relative path names.
setWorkingDir(File) - Method in class org.cornutum.tcases.CopyCommand.Options
Changes the current working directory used to complete relative path names.
setWorkingDir(File) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes the current working directory used to complete relative path names.
setWorkingDir(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Changes the current working directory used to complete relative path names.
setWorkingDir(File) - Method in class org.cornutum.tcases.TcasesCommand.Options
Changes the current working directory used to complete relative path names.
setWriteOnlyEnforced(boolean) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Changes if "writeOnly" properties are strictly enforced.
setWriteOnlyEnforced(boolean) - Method in class org.cornutum.tcases.openapi.ModelOptions
Changes if the API will strictly enforce the exclusion of "writeOnly" properties from responses.
setWriter(Writer) - Method in class org.cornutum.tcases.generator.io.GeneratorSetJsonWriter
Changes the output stream for this writer.
setWriter(Writer) - Method in class org.cornutum.tcases.io.AbstractSystemInputWriter
Changes the output stream for this writer.
setWriter(Writer) - Method in class org.cornutum.tcases.io.AbstractSystemTestWriter
Changes the output stream for this writer.
setWriter(Writer) - Method in class org.cornutum.tcases.io.ProjectJsonWriter
Changes the output stream for this writer.
setWriter(Writer) - Method in class org.cornutum.tcases.io.SystemInputDocWriter
Changes the output stream for this writer.
setWriter(Writer) - Method in class org.cornutum.tcases.io.SystemInputJsonWriter
Changes the output stream for this writer.
setWriter(Writer) - Method in class org.cornutum.tcases.io.SystemTestDocWriter
Changes the output stream for this writer.
setWriter(Writer) - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Changes the output stream for this writer.
setWriter(Writer) - Method in class org.cornutum.tcases.io.SystemTestJsonWriter
Changes the output stream for this writer.
setWriter(Writer) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigWriter
Changes the output stream for this writer.
setWriter(Writer) - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfigWriter
Changes the output stream for this writer.
setWriter(Writer) - Method in class org.cornutum.tcases.openapi.resolver.io.RequestTestDefWriter
Changes the output stream for this writer.
showEffectiveInput() - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
showEffectiveInput() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns if the current effective system input definition should be written.
showVersion() - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Returns if the current version should be shown.
showVersion() - Method in class org.cornutum.tcases.CopyCommand.Options
Returns if the current version should be shown.
showVersion() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Returns if the current version should be shown.
showVersion() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Returns if the current version should be shown.
showVersion() - Method in class org.cornutum.tcases.ReducerCommand.Options
Returns if the current version should be shown.
showVersion() - Method in class org.cornutum.tcases.TcasesCommand.Options
Returns if the current version should be shown.
SimpleDecoder - Class in org.cornutum.tcases.openapi.test
Returns the JSON representation of simple-encoded content.
SimpleDecoder(EncodingDef) - Constructor for class org.cornutum.tcases.openapi.test.SimpleDecoder
Creates a new SimpleDecoder instance.
SimpleValueEncoder - Class in org.cornutum.tcases.openapi.testwriter.encoder
Returns an encoding of a DataValue in the "simple" style.
simplify(IConjunct) - Static method in class org.cornutum.tcases.conditions.Cnf
Returns the simple form of the given conjunction.
simplify(IDisjunct) - Static method in class org.cornutum.tcases.conditions.Cnf
Returns the simple form of the given disjunction.
size() - Method in class org.cornutum.tcases.generator.Tuple
Returns the number of variable bindings in this tuple.
size() - Method in class org.cornutum.tcases.generator.TupleRef
Returns number of variable bindings for this tuple.
size() - Method in class org.cornutum.tcases.util.ListBuilder
Returns the number of elements added to this builder.
SocketServerTestWriter - Class in org.cornutum.tcases.openapi.moco
A JUnitTestWriter for API tests that use a Moco SocketServer
SocketServerTestWriter(MocoServerConfig, TestCaseWriter) - Constructor for class org.cornutum.tcases.openapi.moco.SocketServerTestWriter
Creates a new SocketServerTestWriter instance.
source(ModelOptions.Source) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
source(ModelOptions.Source) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
source(ModelOptions.Source) - Method in class org.cornutum.tcases.openapi.ModelOptions.Builder
 
source(Object) - Method in class org.cornutum.tcases.VarBindingBuilder
Changes the binding value source.
start() - Method in class org.cornutum.tcases.FunctionInputDefBuilder
Starts building a new function input definition.
start(FunctionInputDef) - Method in class org.cornutum.tcases.FunctionInputDefBuilder
Starts building a new function input definition.
start(FunctionTestDef) - Method in class org.cornutum.tcases.FunctionTestDefBuilder
Starts building a new function test definition.
start() - Method in class org.cornutum.tcases.FunctionTestDefBuilder
Starts building a new function test definition.
start() - Method in class org.cornutum.tcases.generator.GeneratorSetBuilder
Starts building a new generator set.
start(GeneratorSet) - Method in class org.cornutum.tcases.generator.GeneratorSetBuilder
Starts building a new generator set.
start() - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Starts building a new combiner.
start(TupleCombiner) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Starts building a new combiner.
start() - Method in class org.cornutum.tcases.generator.TupleGeneratorBuilder
Starts building a new generator.
start(TupleGenerator) - Method in class org.cornutum.tcases.generator.TupleGeneratorBuilder
Starts building a new generator.
start() - Method in class org.cornutum.tcases.generator.TupleRefBuilder
Starts building a new tuple.
start(TupleRef) - Method in class org.cornutum.tcases.generator.TupleRefBuilder
Starts building a new tuple.
start() - Method in class org.cornutum.tcases.io.ProjectBuilder
Starts building a new project.
start(Project) - Method in class org.cornutum.tcases.io.ProjectBuilder
Starts building a new project.
start() - Method in class org.cornutum.tcases.SystemInputDefBuilder
Starts building a new system input definition.
start(SystemInputDef) - Method in class org.cornutum.tcases.SystemInputDefBuilder
Starts building a new system input definition.
start() - Method in class org.cornutum.tcases.SystemTestDefBuilder
Starts building a new system test definition.
start(SystemTestDef) - Method in class org.cornutum.tcases.SystemTestDefBuilder
Starts building a new system test definition.
start() - Method in class org.cornutum.tcases.TestCaseBuilder
Starts building a new test case.
start(TestCase) - Method in class org.cornutum.tcases.TestCaseBuilder
Starts building a new test case.
start() - Method in class org.cornutum.tcases.VarBindingBuilder
Starts building a new binding.
start(VarBinding) - Method in class org.cornutum.tcases.VarBindingBuilder
Starts building a new binding.
start() - Method in class org.cornutum.tcases.VarDefBuilder
Starts building a new VarDef definition.
start(VarDef) - Method in class org.cornutum.tcases.VarDefBuilder
Starts building a VarDef definition.
start() - Method in class org.cornutum.tcases.VarSetBuilder
Starts building a new VarSet definition.
start(VarSet) - Method in class org.cornutum.tcases.VarSetBuilder
Starts building a VarSet definition.
start() - Method in class org.cornutum.tcases.VarValueDefBuilder
Starts building a new VarValueDef definition.
start(VarValueDef) - Method in class org.cornutum.tcases.VarValueDefBuilder
Starts building a VarValueDef definition.
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.CombineHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ExcludeHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.GeneratorsHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.IncludeHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.TupleGeneratorHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.VarHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.AllOfHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.AnyOfHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.BetweenHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.CardinalityHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionalHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionSetHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.EqualsHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.FunctionHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.HasHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.InputHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.LessThanHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.MoreThanHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.NotHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.NotLessThanHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.NotMoreThanHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.PropertyHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.SystemHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ValueHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarDefHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.WhenHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemTestDocReader.FunctionHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemTestDocReader.HasHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemTestDocReader.InputHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemTestDocReader
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCaseHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCasesHandler
 
startElement(String, String, String, Attributes) - Method in class org.cornutum.tcases.io.SystemTestDocReader.VarHandler
 
startLine() - Method in class org.cornutum.tcases.io.IndentedWriter
Indents to the beginning a new line.
STATE - Static variable in interface org.cornutum.tcases.IVarDef
Identifies an implicit input variable defined by the internal state of the system.
streamOf(Optional<T>) - Static method in class org.cornutum.tcases.util.CollectionUtils
If the given value is present, returns it as a single-element stream.
StringConstant - Class in org.cornutum.tcases.resolve
Defines a singleton String value set.
StringConstant(String) - Constructor for class org.cornutum.tcases.resolve.StringConstant
Creates a new StringConstant instance.
StringConstant(String, Characters) - Constructor for class org.cornutum.tcases.resolve.StringConstant
Creates a new StringConstant instance.
StringConstant(String, String) - Constructor for class org.cornutum.tcases.resolve.StringConstant
Creates a new StringConstant instance.
StringConstant(String, String, Characters) - Constructor for class org.cornutum.tcases.resolve.StringConstant
Creates a new StringConstant instance.
stringData(String) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
StringEnum - Class in org.cornutum.tcases.resolve
Defines an enumerated string value set.
StringEnum(Iterable<String>, String) - Constructor for class org.cornutum.tcases.resolve.StringEnum
Creates a new StringEnum instance.
StringEnum(Iterable<String>, String, Characters) - Constructor for class org.cornutum.tcases.resolve.StringEnum
Creates a new StringEnum instance.
stringFormatMax(String) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns the maximum length of a string in the given format.
stringFormatMin(String) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns the minimum length of a string in the given format.
stringLiteral(Object) - Static method in class org.cornutum.tcases.openapi.testwriter.TestWriterUtils
Returns a string containing the source code for a Java string literal representing the given value.
stringOf(String) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new StringValue.
stringOf(String, String) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new formatted StringValue.
stringOf(DataValue<?>) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new String.
StringValue - Class in org.cornutum.tcases.resolve
Represents a generated string value for a test case.
StringValue(String) - Constructor for class org.cornutum.tcases.resolve.StringValue
Creates a new StringValue instance.
StringValue(String, String) - Constructor for class org.cornutum.tcases.resolve.StringValue
Creates a new StringValue instance.
style(String) - Method in class org.cornutum.tcases.openapi.resolver.EncodingDataBuilder
 
style(String) - Method in class org.cornutum.tcases.openapi.resolver.ParamDataBuilder
 
subtype() - Method in class org.cornutum.tcases.openapi.test.MediaRange
Returns the "subtype" from this media range.
suffix() - Method in class org.cornutum.tcases.openapi.test.MediaRange
Returns the "suffix" from this media range.
system(String) - Static method in class org.cornutum.tcases.SystemInputs
Returns a builder for a new SystemInputDef with the given name.
SYSTEM_ATR - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
SYSTEM_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
SystemHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.SystemHandler
 
systemInput(SystemInputDef) - Method in class org.cornutum.tcases.io.ProjectBuilder
Changes the system input definition for the project.
SystemInputContext - Class in org.cornutum.tcases.io
Defines the context for reading or writing a SystemInputDef.
SystemInputContext() - Constructor for class org.cornutum.tcases.io.SystemInputContext
Creates a new SystemInputContext instance.
SystemInputContext(Logger) - Constructor for class org.cornutum.tcases.io.SystemInputContext
Creates a new SystemInputContext instance.
SystemInputContext(Notifier) - Constructor for class org.cornutum.tcases.io.SystemInputContext
Creates a new SystemInputContext instance.
SystemInputDef - Class in org.cornutum.tcases
Defines the input space for all functions of a system.
SystemInputDef() - Constructor for class org.cornutum.tcases.SystemInputDef
Creates a new SystemInputDef object.
SystemInputDef(String) - Constructor for class org.cornutum.tcases.SystemInputDef
Creates a new SystemInputDef object.
SystemInputDefBuilder - Class in org.cornutum.tcases
Builds SystemInputDef instances.
SystemInputDefBuilder() - Constructor for class org.cornutum.tcases.SystemInputDefBuilder
Creates a new SystemInputDefBuilder object.
SystemInputDefBuilder(SystemInputDef) - Constructor for class org.cornutum.tcases.SystemInputDefBuilder
Creates a new SystemInputDefBuilder object.
SystemInputDoc - Class in org.cornutum.tcases.io
Defines constants for the identifiers in a system input definition document.
SystemInputDocReader - Class in org.cornutum.tcases.io
An ISystemInputSource that reads from an XML document.
SystemInputDocReader() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader
Creates a new SystemInputDocReader object.
SystemInputDocReader(InputStream) - Constructor for class org.cornutum.tcases.io.SystemInputDocReader
Creates a new SystemInputDocReader object.
SystemInputDocReader.AllOfHandler - Class in org.cornutum.tcases.io
Handles AllOf elements.
SystemInputDocReader.AnnotatedHandler - Class in org.cornutum.tcases.io
Base class for annotated elements.
SystemInputDocReader.AnyOfHandler - Class in org.cornutum.tcases.io
Handles AnyOf elements.
SystemInputDocReader.BetweenHandler - Class in org.cornutum.tcases.io
Handles Between elements
SystemInputDocReader.CardinalityHandler - Class in org.cornutum.tcases.io
Base class for cardinality condition elements
SystemInputDocReader.ConditionalHandler - Class in org.cornutum.tcases.io
Base class for conditional elements.
SystemInputDocReader.ConditionContainer - Class in org.cornutum.tcases.io
Base class for elements that can contain one or more conditions.
SystemInputDocReader.ConditionSetHandler - Class in org.cornutum.tcases.io
Base class for ConditionSet elements.
SystemInputDocReader.ElementHandler - Class in org.cornutum.tcases.io
The base class for element handlers used by this parser.
SystemInputDocReader.EqualsHandler - Class in org.cornutum.tcases.io
Handles Equals elements
SystemInputDocReader.FunctionHandler - Class in org.cornutum.tcases.io
Handles Function elements.
SystemInputDocReader.HasHandler - Class in org.cornutum.tcases.io
Handles Has elements
SystemInputDocReader.InputHandler - Class in org.cornutum.tcases.io
Handles Input elements.
SystemInputDocReader.LessThanHandler - Class in org.cornutum.tcases.io
Handles LessThan elements
SystemInputDocReader.MoreThanHandler - Class in org.cornutum.tcases.io
Handles MoreThan elements
SystemInputDocReader.NotHandler - Class in org.cornutum.tcases.io
Handles Not elements.
SystemInputDocReader.NotLessThanHandler - Class in org.cornutum.tcases.io
Handles NotLessThan elements
SystemInputDocReader.NotMoreThanHandler - Class in org.cornutum.tcases.io
Handles NotMoreThan elements
SystemInputDocReader.PropertyHandler - Class in org.cornutum.tcases.io
Handles Property elements
SystemInputDocReader.SystemHandler - Class in org.cornutum.tcases.io
Handles System elements.
SystemInputDocReader.ValueHandler - Class in org.cornutum.tcases.io
Handles Value elements
SystemInputDocReader.VarDefHandler - Class in org.cornutum.tcases.io
Base class for variable definition elements.
SystemInputDocReader.VarHandler - Class in org.cornutum.tcases.io
Handles Var elements.
SystemInputDocReader.VarSetHandler - Class in org.cornutum.tcases.io
Handles VarSet elements.
SystemInputDocReader.WhenHandler - Class in org.cornutum.tcases.io
Handles When elements.
SystemInputDocWriter - Class in org.cornutum.tcases.io
Writes a SystemInputDef in the form of an XML document.
SystemInputDocWriter() - Constructor for class org.cornutum.tcases.io.SystemInputDocWriter
Creates a new SystemInputDocWriter object that writes to standard output.
SystemInputDocWriter(OutputStream) - Constructor for class org.cornutum.tcases.io.SystemInputDocWriter
Creates a new SystemInputDocWriter object that writes to the given stream.
SystemInputDocWriter(Writer) - Constructor for class org.cornutum.tcases.io.SystemInputDocWriter
Creates a new SystemInputDocWriter object that writes to the given stream.
SystemInputException - Exception in org.cornutum.tcases.io
Reports an error reading a system input definition.
SystemInputException(String) - Constructor for exception org.cornutum.tcases.io.SystemInputException
Creates a new SystemInputException instance.
SystemInputException(String, Throwable) - Constructor for exception org.cornutum.tcases.io.SystemInputException
Creates a new SystemInputException instance.
SystemInputException(String[], String) - Constructor for exception org.cornutum.tcases.io.SystemInputException
Creates a new SystemInputException instance.
SystemInputException(String[], Throwable) - Constructor for exception org.cornutum.tcases.io.SystemInputException
Creates a new SystemInputException instance.
SystemInputJson - Class in org.cornutum.tcases.io
Converts between a SystemInputDef and its corresponding JsonObject.
SystemInputJson(SystemInputContext) - Constructor for class org.cornutum.tcases.io.SystemInputJson
 
SystemInputJsonReader - Class in org.cornutum.tcases.io
An ISystemInputSource that reads from a JSON document.
SystemInputJsonReader() - Constructor for class org.cornutum.tcases.io.SystemInputJsonReader
Creates a new SystemInputJsonReader object.
SystemInputJsonReader(InputStream) - Constructor for class org.cornutum.tcases.io.SystemInputJsonReader
Creates a new SystemInputJsonReader object.
SystemInputJsonWriter - Class in org.cornutum.tcases.io
Writes a SystemInputDef in the form of a JSON document.
SystemInputJsonWriter() - Constructor for class org.cornutum.tcases.io.SystemInputJsonWriter
Creates a new SystemInputJsonWriter object that writes to standard output.
SystemInputJsonWriter(OutputStream) - Constructor for class org.cornutum.tcases.io.SystemInputJsonWriter
Creates a new SystemInputJsonWriter object that writes to the given stream.
SystemInputJsonWriter(Writer) - Constructor for class org.cornutum.tcases.io.SystemInputJsonWriter
Creates a new SystemInputJsonWriter object that writes to the given stream.
systemInputRef(URI) - Method in class org.cornutum.tcases.io.ProjectBuilder
Changes the location of the system input definition for the project.
SystemInputResource - Class in org.cornutum.tcases.io
An ISystemInputSource that returns the SystemInputDef at the given URL.
SystemInputResource(URL) - Constructor for class org.cornutum.tcases.io.SystemInputResource
Creates a new SystemInputResource instance.
SystemInputResource(File) - Constructor for class org.cornutum.tcases.io.SystemInputResource
Creates a new SystemInputResource instance.
SystemInputs - Class in org.cornutum.tcases
Defines methods used to manage system input definitions.
SystemInputs(String...) - Constructor for class org.cornutum.tcases.SystemInputs
Creates a new SystemInputs instance.
SystemInputs.Located<T> - Class in org.cornutum.tcases
Associates a system input element with its location.
SystemInputs.ProcessingException - Exception in org.cornutum.tcases
Reports an error processing a system input definition.
SystemTestDef - Class in org.cornutum.tcases
Defines the test cases for all functions of a system.
SystemTestDef() - Constructor for class org.cornutum.tcases.SystemTestDef
Creates a new SystemTestDef object.
SystemTestDef(String) - Constructor for class org.cornutum.tcases.SystemTestDef
Creates a new SystemTestDef object.
SystemTestDefBuilder - Class in org.cornutum.tcases
Builds SystemTestDef instances.
SystemTestDefBuilder() - Constructor for class org.cornutum.tcases.SystemTestDefBuilder
Creates a new SystemTestDefBuilder object.
SystemTestDefBuilder(SystemTestDef) - Constructor for class org.cornutum.tcases.SystemTestDefBuilder
Creates a new SystemTestDefBuilder object.
SystemTestDoc - Class in org.cornutum.tcases.io
Defines constants for the identifiers in a system test definition document.
SystemTestDocReader - Class in org.cornutum.tcases.io
An ISystemTestSource that reads from an XML document.
SystemTestDocReader() - Constructor for class org.cornutum.tcases.io.SystemTestDocReader
Creates a new SystemTestDocReader object.
SystemTestDocReader(InputStream) - Constructor for class org.cornutum.tcases.io.SystemTestDocReader
Creates a new SystemTestDocReader object.
SystemTestDocReader.AnnotatedHandler - Class in org.cornutum.tcases.io
Base class for annotated elements.
SystemTestDocReader.ElementHandler - Class in org.cornutum.tcases.io
The base class for element handlers used by this parser.
SystemTestDocReader.FunctionHandler - Class in org.cornutum.tcases.io
Handles Function elements.
SystemTestDocReader.HasHandler - Class in org.cornutum.tcases.io
Handles Has elements
SystemTestDocReader.InputHandler - Class in org.cornutum.tcases.io
Handles Input elements.
SystemTestDocReader.TestCaseHandler - Class in org.cornutum.tcases.io
Handles TestCase elements.
SystemTestDocReader.TestCasesHandler - Class in org.cornutum.tcases.io
Handles TestCases elements.
SystemTestDocReader.VarHandler - Class in org.cornutum.tcases.io
Handles Var elements.
SystemTestDocWriter - Class in org.cornutum.tcases.io
Writes a SystemTestDef in the form of an XML document.
SystemTestDocWriter() - Constructor for class org.cornutum.tcases.io.SystemTestDocWriter
Creates a new SystemTestDocWriter object that writes to standard output.
SystemTestDocWriter(OutputStream) - Constructor for class org.cornutum.tcases.io.SystemTestDocWriter
Creates a new SystemTestDocWriter object that writes to the given stream.
SystemTestDocWriter(Writer) - Constructor for class org.cornutum.tcases.io.SystemTestDocWriter
Creates a new SystemTestDocWriter object that writes to the given stream.
SystemTestException - Exception in org.cornutum.tcases.io
Reports an error reading a system test definition.
SystemTestException(String) - Constructor for exception org.cornutum.tcases.io.SystemTestException
Creates a new SystemTestException instance.
SystemTestException(String, Throwable) - Constructor for exception org.cornutum.tcases.io.SystemTestException
Creates a new SystemTestException instance.
SystemTestHtmlWriter - Class in org.cornutum.tcases.io
Writes a SystemTestDef in the form of an HTML document.
SystemTestHtmlWriter() - Constructor for class org.cornutum.tcases.io.SystemTestHtmlWriter
Creates a new SystemTestHtmlWriter object that writes to standard output.
SystemTestHtmlWriter(OutputStream) - Constructor for class org.cornutum.tcases.io.SystemTestHtmlWriter
Creates a new SystemTestHtmlWriter object that writes to the given stream.
SystemTestHtmlWriter(Writer) - Constructor for class org.cornutum.tcases.io.SystemTestHtmlWriter
Creates a new SystemTestHtmlWriter object that writes to the given stream.
SystemTestJson - Class in org.cornutum.tcases.io
Converts between a SystemTestDef and its corresponding JsonObject.
SystemTestJsonReader - Class in org.cornutum.tcases.io
An ISystemTestSource that reads from a JSON document.
SystemTestJsonReader() - Constructor for class org.cornutum.tcases.io.SystemTestJsonReader
Creates a new SystemTestJsonReader object.
SystemTestJsonReader(InputStream) - Constructor for class org.cornutum.tcases.io.SystemTestJsonReader
Creates a new SystemTestJsonReader object.
SystemTestJsonWriter - Class in org.cornutum.tcases.io
Writes a SystemTestDef in the form of a JSON document.
SystemTestJsonWriter() - Constructor for class org.cornutum.tcases.io.SystemTestJsonWriter
Creates a new SystemTestJsonWriter object that writes to standard output.
SystemTestJsonWriter(OutputStream) - Constructor for class org.cornutum.tcases.io.SystemTestJsonWriter
Creates a new SystemTestJsonWriter object that writes to the given stream.
SystemTestJsonWriter(Writer) - Constructor for class org.cornutum.tcases.io.SystemTestJsonWriter
Creates a new SystemTestJsonWriter object that writes to the given stream.
SystemTestResource - Class in org.cornutum.tcases.io
An ISystemTestSource that returns the SystemTestDef at the given URL.
SystemTestResource(URL) - Constructor for class org.cornutum.tcases.io.SystemTestResource
Creates a new SystemTestResource instance.
SystemTestResource(File) - Constructor for class org.cornutum.tcases.io.SystemTestResource
Creates a new SystemTestResource instance.

T

tag(String) - Method in class org.cornutum.tcases.io.XmlWriter.ElementWriter
 
tailOf(JsonPointer) - Static method in class org.cornutum.tcases.openapi.test.JsonUtils
Returns the final segment of the given JSON pointer.
Tcases - Class in org.cornutum.tcases
Generates a set of test cases from a system input definition.
TcasesCommand - Class in org.cornutum.tcases
Generates a set of test cases from a system input definition.
TcasesCommand.Options - Class in org.cornutum.tcases
Represents a set of command line options.
TcasesCommand.Options.Builder - Class in org.cornutum.tcases
 
TcasesCommand.Options.TransformType - Enum in org.cornutum.tcases
 
TcasesIO - Class in org.cornutum.tcases
Generates a set of test cases from XML documents that define the system input model, generators, and base tests for a Tcases project.
TcasesJson - Class in org.cornutum.tcases
Generates a set of test cases from JSON documents that define the system input model, generators, and base tests for a Tcases project.
TcasesOpenApi - Class in org.cornutum.tcases.openapi
Defines methods for converting between OpenAPI models and Tcases models.
TcasesOpenApiIO - Class in org.cornutum.tcases.openapi.io
Defines methods for generating Tcases documents from OpenAPI definitions.
TcasesTask - Class in org.cornutum.tcases.ant
Defines an Ant task for Tcases.
TcasesTask() - Constructor for class org.cornutum.tcases.ant.TcasesTask
 
TEST_CASE_PROPERTIES - Static variable in class org.cornutum.tcases.Annotated
The standard annotation for test case properties.
TestCase - Class in org.cornutum.tcases
Represents a test case for a system function, defining a set of input variable bindings.
TestCase(int) - Constructor for class org.cornutum.tcases.TestCase
Creates a new TestCase object.
TestCase.Type - Enum in org.cornutum.tcases
Defines the type of a TestCase
TESTCASE_TAG - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
TestCaseBuilder - Class in org.cornutum.tcases
Builds TestCase instances.
TestCaseBuilder() - Constructor for class org.cornutum.tcases.TestCaseBuilder
Creates a new TestCaseBuilder object.
TestCaseBuilder(TestCase) - Constructor for class org.cornutum.tcases.TestCaseBuilder
Creates a new TestCaseBuilder object.
TestCaseConditionNotifier - Interface in org.cornutum.tcases.resolve
Reports conditions found when resolving a test case definition.
TestCaseDef - Class in org.cornutum.tcases.generator
Supplies a definition of a test case.
TestCaseDef() - Constructor for class org.cornutum.tcases.generator.TestCaseDef
Creates a new TestCaseDef object.
TestCaseDef(TestCaseDef) - Constructor for class org.cornutum.tcases.generator.TestCaseDef
Creates a new TestCaseDef object.
TestCaseHandler() - Constructor for class org.cornutum.tcases.io.SystemTestDocReader.TestCaseHandler
 
TestCaseResolver - Class in org.cornutum.tcases.resolve
Resolves test case definitions to create new TestCase instances.
TestCaseResolver(ResolverContext, FunctionInputDef) - Constructor for class org.cornutum.tcases.resolve.TestCaseResolver
Creates a new TestCaseResolver instance.
TestCaseResolverFactory - Interface in org.cornutum.tcases.resolve
testCases(TestCase...) - Method in class org.cornutum.tcases.FunctionTestDefBuilder
Adds function test cases.
testCases(Iterable<TestCase>) - Method in class org.cornutum.tcases.FunctionTestDefBuilder
Adds function test cases.
testCases(Stream<TestCase>) - Method in class org.cornutum.tcases.FunctionTestDefBuilder
Adds function test cases.
TESTCASES_TAG - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
TestCaseSchemaResolver - Class in org.cornutum.tcases.resolve
Uses the Schema definitions in test case definitions to create new TestCase instances.
TestCaseSchemaResolver(ResolverContext, FunctionInputDef) - Constructor for class org.cornutum.tcases.resolve.TestCaseSchemaResolver
Creates a new TestCaseSchemaResolver instance.
TestCaseSchemaResolverFactory - Class in org.cornutum.tcases.resolve
TestCaseSchemaResolverFactory(ResolverContext) - Constructor for class org.cornutum.tcases.resolve.TestCaseSchemaResolverFactory
Returns a new TestCaseSchemaResolverFactory instance.
TestCasesHandler() - Constructor for class org.cornutum.tcases.io.SystemTestDocReader.TestCasesHandler
 
TestCaseWriter - Interface in org.cornutum.tcases.openapi.testwriter
Writes the source code for test cases that execute API requests.
TestCaseWriterFactory - Interface in org.cornutum.tcases.openapi.testwriter
Creates a new TestCaseWriter instance.
TestCaseWriterUtils - Class in org.cornutum.tcases.openapi.testwriter.java
Defines common methods for generating standard Java methods used by TestCaseWriter implementations.
testDef(File) - Method in class org.cornutum.tcases.CopyCommand.Options.Builder
 
testDef() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
testDef(File) - Method in class org.cornutum.tcases.ReducerCommand.Options.Builder
 
testDef(File) - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
TestDefToHtmlFilter - Class in org.cornutum.tcases.io
A filter that transforms a system test definition document into an HTML report.
TestDefToHtmlFilter() - Constructor for class org.cornutum.tcases.io.TestDefToHtmlFilter
Creates a new TestDefToHtmlFilter, using the default CSS stylesheet.
TestDefToHtmlFilter(URI, URI) - Constructor for class org.cornutum.tcases.io.TestDefToHtmlFilter
Creates a new TestDefToHtmlFilter, using the given CSS stylesheet and JavaScript resources.
TestDefToJUnitFilter - Class in org.cornutum.tcases.io
A TransformFilter that transforms a system test definition document into Java source for JUnit tests.
TestDefToJUnitFilter() - Constructor for class org.cornutum.tcases.io.TestDefToJUnitFilter
Creates a new TestDefToJUnitFilter object.
TestDefToJUnitFilter(Map<String, Object>) - Constructor for class org.cornutum.tcases.io.TestDefToJUnitFilter
Creates a new TestDefToJUnitFilter object.
testName(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
TestNgTestWriter - Class in org.cornutum.tcases.openapi.testwriter
Writes Java source code for a TestNG test that executes API requests.
TestNgTestWriter(TestCaseWriter) - Constructor for class org.cornutum.tcases.openapi.testwriter.TestNgTestWriter
Creates a new TestNgTestWriter instance.
testPackage(String) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
TestSource - Class in org.cornutum.tcases.openapi.testwriter
Defines the source for input to a TestWriter.
TestSource(RequestTestDef) - Constructor for class org.cornutum.tcases.openapi.testwriter.TestSource
Creates a new TestSource instance.
TestSource.Builder - Class in org.cornutum.tcases.openapi.testwriter
Builds a TestSource instance.
TestTarget - Class in org.cornutum.tcases.openapi.testwriter
Defines the target for output from a TestWriter.
TestTarget() - Constructor for class org.cornutum.tcases.openapi.testwriter.TestTarget
Creates a new TestTarget instance.
TestTarget.BaseBuilder<T extends TestTarget.BaseBuilder<T>> - Class in org.cornutum.tcases.openapi.testwriter
Base class for TestTarget builders.
TestTarget.Builder - Class in org.cornutum.tcases.openapi.testwriter
Builds a TestTarget instance.
TestTargetFactory - Interface in org.cornutum.tcases.openapi.testwriter
Creates a new TestTarget instance.
testType(ApiTestCommand.Options.TestType) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
TestWriter<S extends TestSource,T extends TestTarget> - Class in org.cornutum.tcases.openapi.testwriter
Writes the source code for a test that executes API requests.
TestWriter(TestCaseWriter) - Constructor for class org.cornutum.tcases.openapi.testwriter.TestWriter
Creates a new TestWriter instance.
TestWriterException - Exception in org.cornutum.tcases.openapi.testwriter
Reports an error when writing an API test.
TestWriterException(String) - Constructor for exception org.cornutum.tcases.openapi.testwriter.TestWriterException
Creates a new TestWriterException instance.
TestWriterException(String, Throwable) - Constructor for exception org.cornutum.tcases.openapi.testwriter.TestWriterException
Creates a new TestWriterException instance.
TestWriterFactory - Interface in org.cornutum.tcases.openapi.testwriter
Creates a new TestWriter instance.
TestWriterUtils - Class in org.cornutum.tcases.openapi.testwriter
Defines common methods for representing request test definitions in API tests.
throwHelpException() - Method in class org.cornutum.tcases.anon.AnonCommand.Options
Throws a HelpException after printing usage information to standard error.
throwHelpException() - Method in class org.cornutum.tcases.CopyCommand.Options
Throws a HelpException after printing usage information to standard error.
throwHelpException() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
Throws a HelpException after printing usage information to standard error.
throwHelpException() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
Throws a HelpException after printing usage information to standard error.
throwHelpException() - Method in class org.cornutum.tcases.ReducerCommand.Options
Throws a HelpException after printing usage information to standard error.
throwHelpException() - Method in class org.cornutum.tcases.TcasesCommand.Options
Throws a HelpException after printing usage information to standard error.
throwMissingValue(String) - Static method in class org.cornutum.tcases.CommandUtils
Throws a IllegalArgumentException reporting a missing option value
throwUsageException(String) - Static method in class org.cornutum.tcases.CommandUtils
Throws a IllegalArgumentException reporting a command line error.
throwUsageException(String, Exception) - Static method in class org.cornutum.tcases.CommandUtils
Throws a IllegalArgumentException reporting a command line error.
TimeDomain - Class in org.cornutum.tcases.resolve
Base class for a set of string-encoded time values that can be used by a request.
TimeDomain(int, Date, Date) - Constructor for class org.cornutum.tcases.resolve.TimeDomain
Creates a new TimeDomain instance.
timeout(Long) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
 
timeout(Long) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.BaseBuilder
 
timeValues(ResolverContext) - Method in class org.cornutum.tcases.resolve.DateDomain
Returns a random sequence of time values from this domain.
timeValues(ResolverContext) - Method in class org.cornutum.tcases.resolve.DateTimeDomain
Returns a random sequence of time values from this domain.
timeValues(ResolverContext) - Method in class org.cornutum.tcases.resolve.TimeDomain
Returns a random sequence of time values from this domain.
to() - Static method in class org.cornutum.tcases.util.ListBuilder
Creates a new ListBuilder object.
to(List<T>) - Static method in class org.cornutum.tcases.util.ListBuilder
Creates a new ListBuilder object.
toArrayDomain(Map<String, Object>, Characters) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the array domain specified by the given properties.
toArrayItemsDomain(Map<String, Object>, Characters) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the array domain specified by the given properties.
toArrayValue(Object) - Static method in class org.cornutum.tcases.openapi.resolver.JsonNodes
Returns the ArrayValue represented by the given value
toArrayValue(ArrayNode) - Static method in class org.cornutum.tcases.openapi.resolver.JsonNodes
Returns the ArrayValue represented by the node
toAssertion(IDisjunct) - Static method in class org.cornutum.tcases.conditions.Cnf
If the given disjunction consists of a single assertion, returns the equivalent assertion.
toBooleanDomain(Map<String, Object>) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the boolean domain specified by the given properties.
toBooleanItemsDomain(Map<String, Object>) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the boolean domain specified by the given properties.
toBytes(DataValue<?>) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.DataValueBinary
Returns the converted form of the given DataValue.
toCsv(Stream<?>) - Static method in class org.cornutum.tcases.util.CollectionUtils
Returns the given list of values as a comma-separated string.
toDataValue(JsonNode) - Static method in class org.cornutum.tcases.openapi.resolver.JsonNodes
Returns the DataValue represented by the node
toExternalNumber(BigDecimal) - Static method in class org.cornutum.tcases.util.ObjectUtils
Returns an object equal to the external form of the given number value.
toExternalObject(Object) - Static method in class org.cornutum.tcases.util.ObjectUtils
Returns an object equal to the external form of the given value.
toFile(String) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.BaseBuilder
 
toFile(File) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.BaseBuilder
 
toForm(DataValue<?>) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
Returns the full encoding of the content of the given DataValue.
toIdentifier(String) - Static method in class org.cornutum.tcases.DefUtils
Converts the given name to a Tcases identifier
toIdentifier(Number) - Static method in class org.cornutum.tcases.DefUtils
Converts the given number to a Tcases identifier
toIdentifier(String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the given attribute value as an identifier.
toIdentifier(String, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the given attribute value as an identifier.
toIdentifier(String) - Method in class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
Reduces the given text to a single identifier.
toInteger(String, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Returns the given attribute value as an integer.
toInteger(String, String) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Returns the given attribute value as an integer.
toItemsDomain(Map<String, Object>, Characters) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the value domain for alternate array items specified by the given properties.
toJson(IGeneratorSet) - Static method in class org.cornutum.tcases.generator.io.GeneratorSetJson
Returns the JSON object that represents the given generator set.
toJson(Project) - Method in class org.cornutum.tcases.io.ProjectJson
Returns the JSON object that represents the given project definition.
toJson(SystemInputDef) - Method in class org.cornutum.tcases.io.SystemInputJson
Returns the JSON object that represents the given system input definition.
toJson(SystemTestDef) - Static method in class org.cornutum.tcases.io.SystemTestJson
Returns the JSON object that represents the given system test definition.
toJson(MocoTestConfig) - Static method in class org.cornutum.tcases.openapi.moco.MocoTestConfigJson
Returns the JSON object that represents the given MocoTestConfig.
toJson(MocoServerConfig) - Static method in class org.cornutum.tcases.openapi.moco.MocoTestConfigJson
Returns the JSON object that represents the given MocoServerConfig.
toJson(CertConfig) - Static method in class org.cornutum.tcases.openapi.moco.MocoTestConfigJson
Returns the JSON object that represents the given CertConfig.
toJson(RequestTestDef) - Static method in class org.cornutum.tcases.openapi.resolver.io.RequestCaseJson
Returns the JSON array that represents the given request cases.
toJson(DataValue<?>) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.DataValueJson
Returns the converted form of the given DataValue.
toJson(DataValue<?>) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.DataValueJsonValue
Returns the converted form of the given DataValue.
TOKEN - Static variable in interface org.cornutum.tcases.util.Characters
 
Token() - Constructor for class org.cornutum.tcases.util.Characters.Token
 
toNumberDomain(DataValue.Type, Map<String, Object>) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the number domain specified by the given properties.
toNumberIdentifiers(String) - Static method in class org.cornutum.tcases.DefUtils
Replaces numeric values in the given text with representative identifiers.
toNumberItemsDomain(DataValue.Type, Map<String, Object>) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the number domain specified by the given properties.
toObject(String) - Static method in class org.cornutum.tcases.util.ObjectUtils
Returns the object represented by the given string.
toObjectDomain(Map<String, Object>, Characters) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the object domain specified by the given properties.
toObjectValue(Object) - Static method in class org.cornutum.tcases.openapi.resolver.JsonNodes
Returns the ObjectValue represented by the given value
toObjectValue(ObjectNode) - Static method in class org.cornutum.tcases.openapi.resolver.JsonNodes
Returns the ObjectValue represented by the node
toOrderedMap(Function<T, K>, Function<T, V>) - Static method in class org.cornutum.tcases.openapi.test.CollectionUtils
A collector that produces a map sorted in insertion order.
toOrderedSet() - Static method in class org.cornutum.tcases.util.CollectionUtils
Returns a Collector that accumulates set elements in insertion order
toPath(String) - Static method in class org.cornutum.tcases.DefUtils
Translates the given identifier path name into a corresponding sequence of identifiers.
toProperties(Attributes, String) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Converts the given attribute value to a set of property names.
toPropertySchema(Schema<?>) - Static method in class org.cornutum.tcases.openapi.SchemaUtils
Returns the given schema designated as an object property schema.
toRequestCaseDef(TestCase) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDefiner
Converts a generic TestCase for an API request into a RequestCaseDef that can be used to resolve this abstract test case into an executable form.
toStream(Iterator<T>) - Static method in class org.cornutum.tcases.openapi.test.CollectionUtils
Returns a stream that produces the sequence defined by the given Iterator.
toStream(Iterable<T>) - Static method in class org.cornutum.tcases.openapi.test.CollectionUtils
Returns a stream that produces the sequence defined by the given Iterable.
toStream(OutputStream) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.BaseBuilder
 
toStream(Iterator<T>) - Static method in class org.cornutum.tcases.util.CollectionUtils
Returns a stream that produces the sequence defined by the given Iterator.
toStream(Iterable<T>) - Static method in class org.cornutum.tcases.util.CollectionUtils
Returns a stream that produces the sequence defined by the given Iterable.
toString() - Method in class org.cornutum.tcases.AbstractVarDef
 
toString() - Method in class org.cornutum.tcases.anon.AnonCommand.Options
 
toString() - Method in class org.cornutum.tcases.conditions.AbstractAssertion
 
toString() - Method in class org.cornutum.tcases.conditions.Between
 
toString() - Method in class org.cornutum.tcases.conditions.BoundedAssertion
 
toString() - Method in class org.cornutum.tcases.conditions.ConditionSet
 
toString() - Method in class org.cornutum.tcases.conditions.Conjunction
 
toString() - Method in class org.cornutum.tcases.conditions.Disjunction
 
toString() - Method in class org.cornutum.tcases.conditions.Equals
 
toString() - Method in class org.cornutum.tcases.conditions.PropertyExpr
 
toString() - Method in class org.cornutum.tcases.CopyCommand.Options
 
toString() - Method in class org.cornutum.tcases.FunctionInputDef
 
toString() - Method in class org.cornutum.tcases.FunctionTestDef
 
toString() - Method in class org.cornutum.tcases.generator.GeneratorOptions
 
toString() - Method in class org.cornutum.tcases.generator.GeneratorSet
 
toString() - Method in class org.cornutum.tcases.generator.TestCaseDef
 
toString() - Method in class org.cornutum.tcases.generator.Tuple
 
toString() - Method in class org.cornutum.tcases.generator.TupleCombiner
 
toString() - Method in class org.cornutum.tcases.generator.TupleGenerator
 
toString() - Method in class org.cornutum.tcases.generator.TupleIterator
 
toString() - Method in class org.cornutum.tcases.generator.TupleRef
 
toString() - Method in class org.cornutum.tcases.generator.VarNamePattern
 
toString() - Method in class org.cornutum.tcases.generator.VarTupleSet
 
toString() - Method in class org.cornutum.tcases.io.Resource
 
toString() - Method in class org.cornutum.tcases.io.TestDefToHtmlFilter
 
toString() - Method in class org.cornutum.tcases.io.TransformFilter
 
toString() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
 
toString() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
 
toString() - Method in class org.cornutum.tcases.openapi.Dnf
 
toString() - Method in class org.cornutum.tcases.openapi.moco.CertConfigFile
 
toString() - Method in class org.cornutum.tcases.openapi.moco.CertConfigResource
 
toString() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfig
 
toString() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigFile
 
toString() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigResource
 
toString() - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
 
toString() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
 
toString() - Method in class org.cornutum.tcases.openapi.ModelOptions
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.ApiKeyDef
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.AuthDef
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.EncodingData
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.EncodingDef
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.HeaderData
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.HeaderDef
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.MessageData
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.ParamData
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.ParamDef
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.RequestCase
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseDef
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.RequestTestDef
 
toString() - Method in class org.cornutum.tcases.openapi.resolver.ValueDef
 
toString() - Method in class org.cornutum.tcases.openapi.test.ContentDef
 
toString() - Method in class org.cornutum.tcases.openapi.test.EncodingDef
 
toString() - Method in class org.cornutum.tcases.openapi.test.HeaderDef
 
toString() - Method in class org.cornutum.tcases.openapi.test.MediaRange
 
toString() - Method in class org.cornutum.tcases.openapi.test.ResponsesDef
 
toString() - Method in class org.cornutum.tcases.openapi.test.ResponseValidator
 
toString() - Method in class org.cornutum.tcases.openapi.test.SchemaValidationError
 
ToString - Class in org.cornutum.tcases.openapi.test
Builds a string representation for instances of a specified class.
toString() - Method in class org.cornutum.tcases.openapi.test.ToString
Returns the string produced by this builder.
toString() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
 
toString() - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget
 
toString() - Method in class org.cornutum.tcases.openapi.testwriter.TestSource
 
toString() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget
 
toString() - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
 
toString() - Method in class org.cornutum.tcases.PropertySet
 
toString() - Method in class org.cornutum.tcases.ReducerCommand.Options
 
toString() - Method in class org.cornutum.tcases.ReducerOptions
 
toString() - Method in class org.cornutum.tcases.resolve.ArrayDomain
 
toString() - Method in class org.cornutum.tcases.resolve.Base64Value
 
toString() - Method in class org.cornutum.tcases.resolve.BinaryValue
 
toString() - Method in class org.cornutum.tcases.resolve.ConstantDomain
 
toString() - Method in class org.cornutum.tcases.resolve.DataValue
 
toString() - Method in class org.cornutum.tcases.resolve.DateTimeValue
 
toString() - Method in class org.cornutum.tcases.resolve.DateValue
 
toString() - Method in class org.cornutum.tcases.resolve.EmailValue
 
toString() - Method in class org.cornutum.tcases.resolve.EnumDomain
 
toString() - Method in class org.cornutum.tcases.resolve.FormattedString
 
toString() - Method in class org.cornutum.tcases.resolve.LengthDomain
 
toString() - Method in class org.cornutum.tcases.resolve.MultiTypeDomain
 
toString() - Method in class org.cornutum.tcases.resolve.NullDomain
 
toString() - Method in class org.cornutum.tcases.resolve.NullValue
 
toString() - Method in class org.cornutum.tcases.resolve.NumberDomain.Range
 
toString() - Method in class org.cornutum.tcases.resolve.NumberDomain
 
toString() - Method in class org.cornutum.tcases.resolve.ObjectDomain
 
toString() - Method in class org.cornutum.tcases.resolve.ObjectValue
 
toString() - Method in class org.cornutum.tcases.resolve.Schema
 
toString() - Method in class org.cornutum.tcases.resolve.SequenceDomain
 
toString() - Method in class org.cornutum.tcases.resolve.StringValue
 
toString() - Method in class org.cornutum.tcases.resolve.TimeDomain
 
toString() - Method in class org.cornutum.tcases.resolve.UuidValue
 
toString() - Method in class org.cornutum.tcases.SystemInputDef
 
toString() - Method in class org.cornutum.tcases.SystemInputs.Located
 
toString() - Method in class org.cornutum.tcases.SystemTestDef
 
toString() - Method in class org.cornutum.tcases.TcasesCommand.Options
 
toString() - Method in class org.cornutum.tcases.TestCase
 
toString() - Method in class org.cornutum.tcases.util.Characters.Base
 
toString() - Method in class org.cornutum.tcases.util.ExecutionContext
 
ToString - Class in org.cornutum.tcases.util
Defines methods to construct standard string representations.
ToString() - Constructor for class org.cornutum.tcases.util.ToString
 
toString() - Method in class org.cornutum.tcases.VarBinding
 
toString() - Method in class org.cornutum.tcases.VarBindingDef
 
toString() - Method in class org.cornutum.tcases.VarNaBinding
 
toString() - Method in class org.cornutum.tcases.VarNaDef
 
toString() - Method in class org.cornutum.tcases.VarValueDef
 
toStringDomain(Map<String, Object>, Characters) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the string domain specified by the given properties.
toStringItemsDomain(Map<String, Object>, Characters) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the string domain specified by the given properties.
toText(DataValue<?>) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.DataValueText
Returns the converted form of the given DataValue.
toTime(String) - Static method in class org.cornutum.tcases.resolve.DateTimeConstant
Returns the time represented by the given value;
toValueDomain(Map<String, Object>, Characters) - Static method in class org.cornutum.tcases.openapi.resolver.VarProperties
Returns the value domain specified by the given properties.
toValueDomain(Schema) - Method in class org.cornutum.tcases.resolve.TestCaseSchemaResolver
Returns a ValueDomain derived from the given Schema.
transformDef(File) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
transformDef(File) - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
TransformFilter - Class in org.cornutum.tcases.io
Applies an XSLT transform, transforming data written to a source stream into results written to a target.
TransformFilter() - Constructor for class org.cornutum.tcases.io.TransformFilter
Creates a new TransformFilter object.
TransformFilter(Source) - Constructor for class org.cornutum.tcases.io.TransformFilter
Creates a new TransformFilter to apply the given XSLT transform.
TransformFilter(InputStream) - Constructor for class org.cornutum.tcases.io.TransformFilter
Creates a new TransformFilter to apply the given XSLT transform.
TransformFilter(File) - Constructor for class org.cornutum.tcases.io.TransformFilter
Creates a new TransformFilter to apply the given XSLT transform.
TransformFilter(Source, Map<String, Object>) - Constructor for class org.cornutum.tcases.io.TransformFilter
Creates a new TransformFilter to apply the given XSLT transform.
TransformFilter(InputStream, Map<String, Object>) - Constructor for class org.cornutum.tcases.io.TransformFilter
Creates a new TransformFilter to apply the given XSLT transform.
TransformFilter(File, Map<String, Object>) - Constructor for class org.cornutum.tcases.io.TransformFilter
Creates a new TransformFilter to apply the given XSLT transform.
transformParam(String, String) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
transformParam(String, String) - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
transformType(ApiCommand.Options.TransformType) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
 
transformType(TcasesCommand.Options.TransformType) - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
trustServer() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Returns if generated HTTPS requests will accept an untrusted API server.
trustServer() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
Returns if generated HTTPS requests will accept an untrusted API server.
tryUntil(Supplier<Optional<T>>) - Method in class org.cornutum.tcases.resolve.ResolverContext
Repeats evaluation of the given valueSupplier until a result is present or until the maximum tries have been attempted.
tryUntil(Stream<Optional<T>>) - Method in class org.cornutum.tcases.resolve.ResolverContext
Returns the first result that is present.
Tuple - Class in org.cornutum.tcases.generator
Represents a set of input variable bindings.
Tuple() - Constructor for class org.cornutum.tcases.generator.Tuple
Creates a new Tuple object.
Tuple(Tuple) - Constructor for class org.cornutum.tcases.generator.Tuple
Creates a new Tuple object.
Tuple(VarBindingDef...) - Constructor for class org.cornutum.tcases.generator.Tuple
Creates a new Tuple object.
Tuple(Collection<VarBindingDef>) - Constructor for class org.cornutum.tcases.generator.Tuple
Creates a new Tuple object.
TupleCombiner - Class in org.cornutum.tcases.generator
Generates a combination of values for a specific set of input variables.
TupleCombiner() - Constructor for class org.cornutum.tcases.generator.TupleCombiner
Creates a new TupleCombiner that specifies 1-tuples of values of all input variables.
TupleCombiner(int) - Constructor for class org.cornutum.tcases.generator.TupleCombiner
Creates a new TupleCombiner that specifies N-tuples of values of all input variables.
TupleCombinerBuilder - Class in org.cornutum.tcases.generator
Builds TupleCombiner instances.
TupleCombinerBuilder() - Constructor for class org.cornutum.tcases.generator.TupleCombinerBuilder
Creates a new TupleCombinerBuilder object.
TupleCombinerBuilder(TupleCombiner) - Constructor for class org.cornutum.tcases.generator.TupleCombinerBuilder
Creates a new TupleCombinerBuilder object.
TupleGenerator - Class in org.cornutum.tcases.generator
Generates test cases for a function that use all specified N-tuples of valid variable values.
TupleGenerator() - Constructor for class org.cornutum.tcases.generator.TupleGenerator
Creates a new TupleGenerator that, by default, uses all 1-tuples of valid variable values.
TupleGenerator(int) - Constructor for class org.cornutum.tcases.generator.TupleGenerator
Creates a new TupleGenerator that, by default, uses all N-tuples of valid variable values.
TUPLEGENERATOR_TAG - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
TupleGeneratorBuilder - Class in org.cornutum.tcases.generator
Builds TupleGenerator instances.
TupleGeneratorBuilder() - Constructor for class org.cornutum.tcases.generator.TupleGeneratorBuilder
Creates a new TupleGeneratorBuilder object.
TupleGeneratorBuilder(TupleGenerator) - Constructor for class org.cornutum.tcases.generator.TupleGeneratorBuilder
Creates a new TupleGeneratorBuilder object.
TupleGeneratorDoc - Class in org.cornutum.tcases.generator.io
Defines constants for the identifiers in a TupleGenerator definition document.
TupleGeneratorHandler() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocReader.TupleGeneratorHandler
 
TupleHandler() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocReader.TupleHandler
 
TupleIterator - Class in org.cornutum.tcases.generator
Iterates over all N-tuples of compatible values for a given set of input variables.
TupleIterator(int, List<VarDef>) - Constructor for class org.cornutum.tcases.generator.TupleIterator
Creates a new TupleIterator object.
TupleIterator(int, List<VarDef>, RandSeq) - Constructor for class org.cornutum.tcases.generator.TupleIterator
Creates a new TupleIterator object.
TupleRef - Class in org.cornutum.tcases.generator
Represents a reference to a set of input variable bindings.
TupleRef() - Constructor for class org.cornutum.tcases.generator.TupleRef
Creates a new TupleRef object.
TupleRefBuilder - Class in org.cornutum.tcases.generator
Builds TupleRef instances.
TupleRefBuilder() - Constructor for class org.cornutum.tcases.generator.TupleRefBuilder
Creates a new TupleRefBuilder object.
TupleRefBuilder(TupleRef) - Constructor for class org.cornutum.tcases.generator.TupleRefBuilder
Creates a new TupleRefBuilder object.
tuples(int) - Method in class org.cornutum.tcases.generator.GeneratorOptions.Builder
 
tuples(int) - Static method in class org.cornutum.tcases.generator.Generators
Returns a new TupleGeneratorBuilder with the given default tuple size.
tuples() - Static method in class org.cornutum.tcases.generator.Generators
Returns a new TupleGeneratorBuilder with default tuple size 1.
tuples(int) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Changes the tuple size for this combiner.
tuples(int) - Method in class org.cornutum.tcases.generator.TupleGeneratorBuilder
Changes the default tuple size for this generator.
tuples(int) - Method in class org.cornutum.tcases.TcasesCommand.Options.Builder
 
TUPLES_ATR - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
tuplesOf(int) - Static method in class org.cornutum.tcases.generator.Generators
Returns a new TupleCombinerBuilder with the given tuple size.
type() - Method in class org.cornutum.tcases.openapi.test.MediaRange
Returns the "type" from this media range.
type(String) - Static method in class org.cornutum.tcases.resolve.SchemaBuilder
Returns a builder for a schema of the given type.
type(DataValue.Type) - Static method in class org.cornutum.tcases.resolve.SchemaBuilder
Returns a builder for a schema of the given type.
type(String) - Method in class org.cornutum.tcases.VarBindingBuilder
Changes the binding variable type.
type(String) - Method in class org.cornutum.tcases.VarDefBuilder
Changes the variable type.
type(String) - Method in class org.cornutum.tcases.VarSetBuilder
Changes the variable set type.
type(VarValueDef.Type) - Method in class org.cornutum.tcases.VarValueDefBuilder
Changes the value type.
TYPE_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
TYPE_ATR - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 

U

UNDEFINED - Static variable in class org.cornutum.tcases.openapi.Dnf
Designates an undefined result for a DNF expression.
undefined(Dnf) - Static method in class org.cornutum.tcases.openapi.Dnf
Returns false if at least one alternative is defined for this schema.
unindent() - Method in class org.cornutum.tcases.io.IndentedWriter
Decrements the indentation level.
uniqueItems(Boolean) - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
uniqueItems() - Method in class org.cornutum.tcases.resolve.SchemaBuilder
 
unitOf(Schema) - Static method in class org.cornutum.tcases.resolve.Schemas
Returns the unit value for the number range defined by the given schema.
unsatisfiable(Dnf) - Static method in class org.cornutum.tcases.openapi.Dnf
Returns true if the given schema is unsatisfiable by any instance.
uriEncoded(String) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.UriEncoder
If encoding is enabled, returns the URI-coded form of the given value.
uriEncoded(UriEncoder.Component, String) - Static method in class org.cornutum.tcases.openapi.testwriter.encoder.UriEncoder
Returns the encoded form of the given value as it would appear in the given URI component.
UriEncoder - Class in org.cornutum.tcases.openapi.testwriter.encoder
Base class for URI encoders.
UriEncoder(UriEncoder.Component) - Constructor for class org.cornutum.tcases.openapi.testwriter.encoder.UriEncoder
Creates a new UriEncoder instance.
UriEncoder.Component - Enum in org.cornutum.tcases.openapi.testwriter.encoder
 
urlencoded() - Static method in class org.cornutum.tcases.openapi.resolver.EncodingDataBuilder
Returns a builder for an application/x-www-form-urlencoded encoding.
urlFor(URI) - Method in class org.cornutum.tcases.io.Project
Returns the full URL for the project element at the given location.
urlFor(File) - Static method in class org.cornutum.tcases.io.Resource
Returns the URL for the given file.
used(TestCaseDef) - Method in class org.cornutum.tcases.generator.VarTupleSet
Asserts use of all tuples contained in the given test case.
used(Tuple) - Method in class org.cornutum.tcases.generator.VarTupleSet
Asserts that the given tuple has been used in a test case.
usesBinding(VarBindingDef) - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns true if this test case uses the given binding.
usesTuple(Tuple) - Method in class org.cornutum.tcases.generator.TestCaseDef
Returns true if this test case uses all the bindings in the given tuple.
using(TupleRefBuilder...) - Method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Adds the given once-only tuples to this combiner.
UuidConstant - Class in org.cornutum.tcases.resolve
Defines a singleton UUID string value set.
UuidConstant(String) - Constructor for class org.cornutum.tcases.resolve.UuidConstant
Creates a new UuidConstant instance.
uuidData(String) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
UuidDomain - Class in org.cornutum.tcases.resolve
Defines a set of UUID string values that can be used by a request.
UuidDomain() - Constructor for class org.cornutum.tcases.resolve.UuidDomain
Creates a new UuidDomain instance.
UuidEnum - Class in org.cornutum.tcases.resolve
Defines an enumerated UUID string value set.
UuidEnum(Iterable<String>) - Constructor for class org.cornutum.tcases.resolve.UuidEnum
Creates a new UuidEnum instance.
uuidOf(String) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new UuidValue.
UuidValue - Class in org.cornutum.tcases.resolve
Represents a generated UUID string value for a test case.
UuidValue(String) - Constructor for class org.cornutum.tcases.resolve.UuidValue
Creates a new UuidValue instance.

V

valid(boolean) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
 
valid(boolean) - Method in class org.cornutum.tcases.VarBindingBuilder
Changes if the binding value is valid.
validate(JsonNode, List<JsonNode>, boolean) - Static method in class org.cornutum.tcases.openapi.test.ResponseAnalyzer
If any content alternative satisfies the schema, returns Optional.empty().
validateAttributes(String, Attributes) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.ElementHandler
Reports an error if the any of the given attributes are not valid for this element.
validateAttributes(String, Attributes) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ElementHandler
Reports an error if the any of the given attributes are not valid for this element.
validateAttributes(String, Attributes) - Method in class org.cornutum.tcases.io.SystemTestDocReader.ElementHandler
Reports an error if the any of the given attributes are not valid for this element.
validateResponses() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter.Depends
Returns if generated test cases will validate API requests responses.
validateResponses() - Method in class org.cornutum.tcases.openapi.testwriter.BaseTestCaseWriter
Returns if generated test cases will validate API requests responses.
value(Object) - Static method in class org.cornutum.tcases.SystemInputs
Returns a builder for a new VarValueDef with the given name.
value(Object) - Method in class org.cornutum.tcases.VarBindingBuilder
Changes the binding variable value.
VALUE_ATR - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
VALUE_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
VALUE_ATR - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
VALUE_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
ValueDef<T> - Class in org.cornutum.tcases.openapi.resolver
Defines a request input value.
ValueDef(ValueDomain<T>) - Constructor for class org.cornutum.tcases.openapi.resolver.ValueDef
Creates a new ValueDef instance.
ValueDomain<T> - Interface in org.cornutum.tcases.resolve
Defines a set of values that can be used by a request.
ValueDomainException - Exception in org.cornutum.tcases.resolve
Reports a failure using a ValueDomain.
ValueDomainException(String) - Constructor for exception org.cornutum.tcases.resolve.ValueDomainException
Creates a new ValueDomainException instance.
ValueDomainException(String, Throwable) - Constructor for exception org.cornutum.tcases.resolve.ValueDomainException
Creates a new ValueDomainException instance.
ValueHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.ValueHandler
 
ValueInconsistentException - Exception in org.cornutum.tcases.generator
Thrown when the conditions required for an variable binding are inconsistent with the properties of a test case.
ValueInconsistentException(VarBindingDef, PropertySet) - Constructor for exception org.cornutum.tcases.generator.ValueInconsistentException
Creates a new ValueInconsistentException object.
ValueNotApplicableException - Exception in org.cornutum.tcases.generator
Thrown when an input variable binding makes an currently bound variable inapplicable.
ValueNotApplicableException(VarBindingDef, VarDef) - Constructor for exception org.cornutum.tcases.generator.ValueNotApplicableException
Creates a new ValueNotApplicableException object.
valueOf(String) - Static method in enum org.cornutum.tcases.io.Resource.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cornutum.tcases.openapi.ApiCommand.Options.TransformType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cornutum.tcases.openapi.ApiTestCommand.Options.ExecType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cornutum.tcases.openapi.ApiTestCommand.Options.TestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cornutum.tcases.openapi.InputModeller.View
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cornutum.tcases.openapi.moco.MocoTestConfig.ServerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cornutum.tcases.openapi.ModelOptions.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cornutum.tcases.openapi.resolver.ParamDef.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cornutum.tcases.openapi.testwriter.encoder.UriEncoder.Component
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.cornutum.tcases.resolve.ArrayEnum
Returns the value represented by the given string.
valueOf(String) - Method in class org.cornutum.tcases.resolve.BooleanEnum
Returns the value represented by the given string.
valueOf(String) - Static method in enum org.cornutum.tcases.resolve.DataValue.Type
Returns the enum constant of this type with the specified name.
valueOf(byte[]) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new BinaryValue.
valueOf(boolean) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new BooleanValue.
valueOf(BigDecimal) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new DecimalValue.
valueOf(int) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new IntegerValue.
valueOf(long) - Static method in class org.cornutum.tcases.resolve.DataValues
Returns a new LongValue.
valueOf(String) - Method in class org.cornutum.tcases.resolve.DecimalEnum
Returns the value represented by the given string.
valueOf(String) - Method in class org.cornutum.tcases.resolve.EnumDomain
Returns the value represented by the given string.
valueOf(String) - Method in class org.cornutum.tcases.resolve.IntegerEnum
Returns the value represented by the given string.
valueOf(String) - Method in class org.cornutum.tcases.resolve.LongEnum
Returns the value represented by the given string.
valueOf(String) - Method in class org.cornutum.tcases.resolve.StringEnum
Returns the value represented by the given string.
valueOf(String) - Static method in enum org.cornutum.tcases.TcasesCommand.Options.TransformType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cornutum.tcases.TestCase.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cornutum.tcases.VarValueDef.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.cornutum.tcases.io.Resource.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cornutum.tcases.openapi.ApiCommand.Options.TransformType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cornutum.tcases.openapi.ApiTestCommand.Options.ExecType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cornutum.tcases.openapi.ApiTestCommand.Options.TestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cornutum.tcases.openapi.InputModeller.View
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cornutum.tcases.openapi.moco.MocoTestConfig.ServerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cornutum.tcases.openapi.ModelOptions.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cornutum.tcases.openapi.resolver.ParamDef.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cornutum.tcases.openapi.testwriter.encoder.UriEncoder.Component
Returns an array containing the constants of this enum type, in the order they are declared.
values(ResolverContext) - Method in class org.cornutum.tcases.resolve.ArrayDomain
Returns a random sequence of values from this domain.
values(ResolverContext) - Method in class org.cornutum.tcases.resolve.ConstantDomain
Returns a random sequence of values from this domain.
values() - Static method in enum org.cornutum.tcases.resolve.DataValue.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values(ResolverContext) - Method in class org.cornutum.tcases.resolve.DecimalDomain
Returns a random sequence of values from this domain.
values(ResolverContext) - Method in class org.cornutum.tcases.resolve.EnumDomain
Returns a random sequence of values from this domain.
values(ResolverContext) - Method in class org.cornutum.tcases.resolve.IntegerDomain
Returns a random sequence of values from this domain.
values(ResolverContext) - Method in class org.cornutum.tcases.resolve.LengthDomain
Returns a random sequence of values from this domain.
values(ResolverContext) - Method in class org.cornutum.tcases.resolve.LongDomain
Returns a random sequence of values from this domain.
values(ResolverContext) - Method in class org.cornutum.tcases.resolve.MultiTypeDomain
Returns a random sequence of values from this domain.
values(ResolverContext) - Method in class org.cornutum.tcases.resolve.NullDomain
Returns a random sequence of values from this domain.
values(ResolverContext) - Method in class org.cornutum.tcases.resolve.ObjectDomain
Returns a random sequence of values from this domain.
values(ResolverContext) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Returns a random sequence of values from this domain.
values(ResolverContext) - Method in interface org.cornutum.tcases.resolve.ValueDomain
Returns a random sequence of values from this domain.
values() - Static method in enum org.cornutum.tcases.TcasesCommand.Options.TransformType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cornutum.tcases.TestCase.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values(VarValueDef...) - Method in class org.cornutum.tcases.VarDefBuilder
Adds variable values.
values(Iterable<VarValueDef>) - Method in class org.cornutum.tcases.VarDefBuilder
Adds variable values.
values(Stream<VarValueDef>) - Method in class org.cornutum.tcases.VarDefBuilder
Adds variable values.
values() - Static method in enum org.cornutum.tcases.VarValueDef.Type
Returns an array containing the constants of this enum type, in the order they are declared.
valuesEqual(byte[], byte[]) - Method in class org.cornutum.tcases.resolve.BinaryDomain
Returns true if the given values are equal.
valuesEqual(String, String) - Method in class org.cornutum.tcases.resolve.DateTimeDomain
Returns true if the given values are equal.
valuesEqual(T, T) - Method in class org.cornutum.tcases.resolve.SequenceDomain
Returns true if the given values are equal.
valuesEqual(String, String) - Method in class org.cornutum.tcases.resolve.UuidDomain
Returns true if the given values are equal.
valuesForSchema(Schema) - Method in class org.cornutum.tcases.resolve.TestCaseSchemaResolver
Returns value definitions derived from the given Schema.
var(String) - Static method in class org.cornutum.tcases.SystemInputs
Returns a builder for a new VarDef with the given name.
var(String) - Method in class org.cornutum.tcases.VarBindingBuilder
Changes the binding variable name.
VAR_ATR - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
VAR_TAG - Static variable in class org.cornutum.tcases.generator.io.TupleGeneratorDoc
 
VAR_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
VAR_TAG - Static variable in class org.cornutum.tcases.io.SystemTestDoc
 
VarBinding - Class in org.cornutum.tcases
Defines the binding of an input variable to a specific value.
VarBinding() - Constructor for class org.cornutum.tcases.VarBinding
Creates a new VarBinding object.
VarBinding(String, Object) - Constructor for class org.cornutum.tcases.VarBinding
Creates a new VarBinding object.
VarBinding(String, String, Object) - Constructor for class org.cornutum.tcases.VarBinding
Creates a new VarBinding object.
VarBindingBuilder - Class in org.cornutum.tcases
Builds VarBinding instances.
VarBindingBuilder() - Constructor for class org.cornutum.tcases.VarBindingBuilder
Creates a new VarBindingBuilder object.
VarBindingBuilder(VarBinding) - Constructor for class org.cornutum.tcases.VarBindingBuilder
Creates a new VarBindingBuilder object.
VarBindingDef - Class in org.cornutum.tcases
Defines a selection of a value definition for an input variable definition.
VarBindingDef() - Constructor for class org.cornutum.tcases.VarBindingDef
Creates a new VarBindingDef object.
VarBindingDef(VarDef) - Constructor for class org.cornutum.tcases.VarBindingDef
Creates a new VarBindingDef object.
VarBindingDef(VarDef, VarValueDef) - Constructor for class org.cornutum.tcases.VarBindingDef
Creates a new VarBindingDef object.
VarBoundException - Exception in org.cornutum.tcases.generator
Thrown when binding a variable that is already bound to a different value.
VarBoundException(VarBindingDef, VarValueDef) - Constructor for exception org.cornutum.tcases.generator.VarBoundException
Creates a new VarBoundException object.
VarBuilder<T extends VarBuilder<T>> - Class in org.cornutum.tcases
Base class for building IVarDef instances.
VarBuilder() - Constructor for class org.cornutum.tcases.VarBuilder
 
VarDef - Class in org.cornutum.tcases
Defines an individual input variable.
VarDef() - Constructor for class org.cornutum.tcases.VarDef
Creates a new VarDef object.
VarDef(String) - Constructor for class org.cornutum.tcases.VarDef
Creates a new VarDef object.
varDefAtPath(String) - Method in class org.cornutum.tcases.VarSetBuilder
Adds a new VarDef with the given path name and returns a builder for the new VarDef.
varDefAtPath(String[]) - Method in class org.cornutum.tcases.VarSetBuilder
Adds a new VarDef with the given path name and returns a builder for the new VarDef.
VarDefBuilder - Class in org.cornutum.tcases
Builds VarDef instances.
VarDefBuilder() - Constructor for class org.cornutum.tcases.VarDefBuilder
Creates a new VarDefBuilder object.
VarDefBuilder(VarDef) - Constructor for class org.cornutum.tcases.VarDefBuilder
Creates a new VarDefBuilder object.
VarDefHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.VarDefHandler
 
VarDefIterator - Class in org.cornutum.tcases
Iterates over all individual variable definitions, using a depth-first traversal of any variable sets.
VarDefIterator(FunctionInputDef) - Constructor for class org.cornutum.tcases.VarDefIterator
Creates a new VarDefIterator object.
VarDefIterator(Iterator<IVarDef>) - Constructor for class org.cornutum.tcases.VarDefIterator
Creates a new VarDefIterator object.
VarDefIterator(IVarDef) - Constructor for class org.cornutum.tcases.VarDefIterator
Creates a new VarDefIterator object.
VarHandler() - Constructor for class org.cornutum.tcases.generator.io.GeneratorSetDocReader.VarHandler
 
VarHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.VarHandler
 
VarHandler() - Constructor for class org.cornutum.tcases.io.SystemTestDocReader.VarHandler
 
VarNaBinding - Class in org.cornutum.tcases
Designates a "not applicable" condition for an input variable.
VarNaBinding(String) - Constructor for class org.cornutum.tcases.VarNaBinding
Creates a new VarNaBinding object.
VarNaBinding(String, String) - Constructor for class org.cornutum.tcases.VarNaBinding
Creates a new VarNaBinding object.
VarNaDef - Class in org.cornutum.tcases
Designates a "not applicable" condition for an input variable.
VarNamePattern - Class in org.cornutum.tcases.generator
Represents a pattern matching one or more input variable names.
VarNamePattern(String) - Constructor for class org.cornutum.tcases.generator.VarNamePattern
Creates a new VarNamePattern object.
VarNotApplicableException - Exception in org.cornutum.tcases.generator
Thrown when the conditions required for an input variable are inconsistent with the properties of a test case.
VarNotApplicableException(VarBindingDef, PropertySet) - Constructor for exception org.cornutum.tcases.generator.VarNotApplicableException
Creates a new VarNotApplicableException object.
VarProperties - Class in org.cornutum.tcases.openapi.resolver
Defines methods for extracting the properties of test case input variables.
vars(IVarDef...) - Method in class org.cornutum.tcases.FunctionInputDefBuilder
Adds function input variables.
vars(Iterable<IVarDef>) - Method in class org.cornutum.tcases.FunctionInputDefBuilder
Adds function input variables.
vars(Stream<IVarDef>) - Method in class org.cornutum.tcases.FunctionInputDefBuilder
Adds function input variables.
vars(String, AbstractVarDef...) - Method in class org.cornutum.tcases.FunctionInputDefBuilder
Adds function input variables of the given type.
varSet(String) - Static method in class org.cornutum.tcases.SystemInputs
Returns a builder for a new VarSet with the given name.
VarSet - Class in org.cornutum.tcases
Defines a named set of input variables.
VarSet() - Constructor for class org.cornutum.tcases.VarSet
Creates a new VarSet object.
VarSet(String) - Constructor for class org.cornutum.tcases.VarSet
Creates a new VarSet object.
VARSET_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
varSetAtPath(String) - Method in class org.cornutum.tcases.VarSetBuilder
Adds a new VarSet with the given path name and returns a builder for the new VarSet.
varSetAtPath(String[]) - Method in class org.cornutum.tcases.VarSetBuilder
Adds a new VarSet with the given path name and returns a builder for the new VarSet.
VarSetBuilder - Class in org.cornutum.tcases
Builds VarSet instances.
VarSetBuilder() - Constructor for class org.cornutum.tcases.VarSetBuilder
Creates a new VarSetBuilder object.
VarSetBuilder(VarSet) - Constructor for class org.cornutum.tcases.VarSetBuilder
Creates a new VarSetBuilder object.
VarSetHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.VarSetHandler
 
VarTupleSet - Class in org.cornutum.tcases.generator
Defines a set of input variable combinations used for test cases.
VarTupleSet(List<Tuple>) - Constructor for class org.cornutum.tcases.generator.VarTupleSet
Creates a new VarTupleSet object.
VarValueDef - Class in org.cornutum.tcases
Defines the properties of a value for an input variable.
VarValueDef() - Constructor for class org.cornutum.tcases.VarValueDef
Creates a new VarValueDef object.
VarValueDef(Object) - Constructor for class org.cornutum.tcases.VarValueDef
Creates a new VarValueDef object.
VarValueDef(Object, VarValueDef.Type) - Constructor for class org.cornutum.tcases.VarValueDef
Creates a new VarValueDef object.
VarValueDef.Type - Enum in org.cornutum.tcases
Defines the type of an input value.
VarValueDefBuilder - Class in org.cornutum.tcases
Builds VarValueDef instances.
VarValueDefBuilder() - Constructor for class org.cornutum.tcases.VarValueDefBuilder
Creates a new VarValueDefBuilder object.
VarValueDefBuilder(VarValueDef) - Constructor for class org.cornutum.tcases.VarValueDefBuilder
Creates a new VarValueDefBuilder object.
visit(AllOf) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(AnyOf) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(ContainsAll) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(ContainsAny) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(IConjunct) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(Not) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(AssertLess) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(AssertMore) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(AssertNotLess) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(AssertNotMore) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(Between) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(Equals) - Method in class org.cornutum.tcases.conditions.Cnf.Converter
 
visit(AllOf) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(AnyOf) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(ContainsAll) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(ContainsAny) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(IConjunct) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(Not) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(AssertLess) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(AssertMore) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(AssertNotLess) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(AssertNotMore) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(Between) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(Equals) - Method in interface org.cornutum.tcases.conditions.IConditionVisitor
 
visit(CertConfigFile) - Method in interface org.cornutum.tcases.openapi.moco.CertConfigVisitor
 
visit(CertConfigResource) - Method in interface org.cornutum.tcases.openapi.moco.CertConfigVisitor
 
visit(MocoServerConfigFile) - Method in interface org.cornutum.tcases.openapi.moco.ConfigVisitor
 
visit(MocoServerConfigResource) - Method in interface org.cornutum.tcases.openapi.moco.ConfigVisitor
 
visit(MocoServerConfigPojo) - Method in interface org.cornutum.tcases.openapi.moco.ConfigVisitor
 
visit(ApiKeyDef) - Method in interface org.cornutum.tcases.openapi.resolver.AuthDefVisitor
 
visit(HttpBasicDef) - Method in interface org.cornutum.tcases.openapi.resolver.AuthDefVisitor
 
visit(HttpBearerDef) - Method in interface org.cornutum.tcases.openapi.resolver.AuthDefVisitor
 
visit(ArrayValue<?>) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormParameterEncoder
 
visit(BinaryValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormParameterEncoder
 
visit(BooleanValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormParameterEncoder
 
visit(DecimalValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormParameterEncoder
 
visit(IntegerValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormParameterEncoder
 
visit(LongValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormParameterEncoder
 
visit(NullValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormParameterEncoder
 
visit(ObjectValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormParameterEncoder
 
visit(StringValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormParameterEncoder
 
visit(ArrayValue<?>) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
 
visit(BinaryValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
 
visit(BooleanValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
 
visit(DecimalValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
 
visit(IntegerValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
 
visit(LongValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
 
visit(NullValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
 
visit(ObjectValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
 
visit(StringValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.FormUrlEncoder
 
visit(ArrayValue<?>) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.LabelValueEncoder
 
visit(BinaryValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.LabelValueEncoder
 
visit(BooleanValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.LabelValueEncoder
 
visit(DecimalValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.LabelValueEncoder
 
visit(IntegerValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.LabelValueEncoder
 
visit(LongValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.LabelValueEncoder
 
visit(NullValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.LabelValueEncoder
 
visit(ObjectValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.LabelValueEncoder
 
visit(StringValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.LabelValueEncoder
 
visit(ArrayValue<?>) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.MatrixValueEncoder
 
visit(BinaryValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.MatrixValueEncoder
 
visit(BooleanValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.MatrixValueEncoder
 
visit(DecimalValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.MatrixValueEncoder
 
visit(IntegerValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.MatrixValueEncoder
 
visit(LongValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.MatrixValueEncoder
 
visit(NullValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.MatrixValueEncoder
 
visit(ObjectValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.MatrixValueEncoder
 
visit(StringValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.MatrixValueEncoder
 
visit(ArrayValue<?>) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
visit(BinaryValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
visit(BooleanValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
visit(DecimalValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
visit(IntegerValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
visit(LongValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
visit(NullValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
visit(ObjectValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
visit(StringValue) - Method in class org.cornutum.tcases.openapi.testwriter.encoder.SimpleValueEncoder
 
visit(ArrayValue<?>) - Method in interface org.cornutum.tcases.resolve.DataValueVisitor
 
visit(BinaryValue) - Method in interface org.cornutum.tcases.resolve.DataValueVisitor
 
visit(BooleanValue) - Method in interface org.cornutum.tcases.resolve.DataValueVisitor
 
visit(DecimalValue) - Method in interface org.cornutum.tcases.resolve.DataValueVisitor
 
visit(IntegerValue) - Method in interface org.cornutum.tcases.resolve.DataValueVisitor
 
visit(LongValue) - Method in interface org.cornutum.tcases.resolve.DataValueVisitor
 
visit(NullValue) - Method in interface org.cornutum.tcases.resolve.DataValueVisitor
 
visit(ObjectValue) - Method in interface org.cornutum.tcases.resolve.DataValueVisitor
 
visit(StringValue) - Method in interface org.cornutum.tcases.resolve.DataValueVisitor
 

W

warn(String) - Method in class org.cornutum.tcases.util.ExecutionNotifier
Reports a condition that will affect the expected result.
warn(String[], String) - Method in interface org.cornutum.tcases.util.Notifier
Reports a condition that will affect processing results
warning(SAXParseException) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
 
warning(SAXParseException) - Method in class org.cornutum.tcases.io.SystemInputDocReader
 
warning(SAXParseException) - Method in class org.cornutum.tcases.io.SystemTestDocReader
 
warning(TransformerException) - Method in class org.cornutum.tcases.io.TransformFilter
 
when(ICondition) - Method in class org.cornutum.tcases.VarDefBuilder
Changes the variable condition.
when(Optional<ICondition>) - Method in class org.cornutum.tcases.VarDefBuilder
Changes the variable condition.
when(ICondition) - Method in class org.cornutum.tcases.VarSetBuilder
Changes the variable set condition.
when(Optional<ICondition>) - Method in class org.cornutum.tcases.VarSetBuilder
Changes the variable set condition.
when(ICondition) - Method in class org.cornutum.tcases.VarValueDefBuilder
Changes the value condition.
when(Optional<ICondition>) - Method in class org.cornutum.tcases.VarValueDefBuilder
Changes the value condition.
WHEN_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
WHEN_TAG - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
whenFailure(Throwable) - Method in class org.cornutum.tcases.io.SystemInputContext
Returns an exception to throw for the given failure.
whenFailure(Throwable) - Method in class org.cornutum.tcases.openapi.OpenApiContext
Returns an exception to throw for the given failure.
whenFailure(Throwable) - Method in class org.cornutum.tcases.openapi.resolver.RequestCaseContext
Returns an exception to throw for the given failure.
whenFailure(Throwable) - Method in class org.cornutum.tcases.resolve.ResolverContext
Returns an exception to throw for the given failure.
whenFailure(Throwable) - Method in class org.cornutum.tcases.util.ExecutionContext
Returns an exception to throw for the given failure.
WhenHandler() - Constructor for class org.cornutum.tcases.io.SystemInputDocReader.WhenHandler
 
WHENNOT_ATR - Static variable in class org.cornutum.tcases.io.SystemInputDoc
 
whenVar(String) - Static method in class org.cornutum.tcases.generator.Generators
Returns a VarBindingBuilder for the given variable.
with(String) - Static method in class org.cornutum.tcases.FunctionInputDefBuilder
Creates a new builder for a FunctionInputDef with the given name.
with(FunctionInputDef) - Static method in class org.cornutum.tcases.FunctionInputDefBuilder
Creates a new builder for the given FunctionInputDef.
with(String) - Static method in class org.cornutum.tcases.FunctionTestDefBuilder
Creates a new builder for a FunctionTestDef with the given name.
with(FunctionTestDef) - Static method in class org.cornutum.tcases.FunctionTestDefBuilder
Creates a new builder for the given FunctionTestDef.
with(GeneratorSet) - Static method in class org.cornutum.tcases.generator.GeneratorSetBuilder
Creates a new builder for the given GeneratorSet.
with(TupleCombiner) - Static method in class org.cornutum.tcases.generator.TupleCombinerBuilder
Creates a new builder for the given TupleCombiner.
with(TupleGenerator) - Static method in class org.cornutum.tcases.generator.TupleGeneratorBuilder
Creates a new builder for the given TupleGenerator.
with(VarBinding...) - Static method in class org.cornutum.tcases.generator.TupleRefBuilder
Creates a new builder with the given bindings.
with(TupleRef) - Static method in class org.cornutum.tcases.generator.TupleRefBuilder
Creates a new builder for the given TupleRef.
with(SystemInputDef) - Static method in class org.cornutum.tcases.io.ProjectBuilder
Creates a new builder for a Project with the given system input definition.
with(URI) - Static method in class org.cornutum.tcases.io.ProjectBuilder
Creates a new builder for a Project with the given reference to a system input definition.
with(Project) - Static method in class org.cornutum.tcases.io.ProjectBuilder
Creates a new builder for the given Project.
with(String, DataValue<?>) - Method in class org.cornutum.tcases.resolve.DataValues.ObjectValueBuilder
 
with(Schema) - Static method in class org.cornutum.tcases.resolve.SchemaBuilder
Returns a builder for a copy of the given schema.
with(String) - Static method in class org.cornutum.tcases.SystemInputDefBuilder
Creates a new builder for a SystemInputDef with the given name.
with(SystemInputDef) - Static method in class org.cornutum.tcases.SystemInputDefBuilder
Creates a new builder for the given SystemInputDef.
with(String) - Static method in class org.cornutum.tcases.SystemTestDefBuilder
Creates a new builder for a SystemTestDef with the given name.
with(SystemTestDef) - Static method in class org.cornutum.tcases.SystemTestDefBuilder
Creates a new builder for the given SystemTestDef.
with(int) - Static method in class org.cornutum.tcases.TestCaseBuilder
Creates a new builder for a TestCase with the given id.
with(TestCase) - Static method in class org.cornutum.tcases.TestCaseBuilder
Creates a new builder for the given TestCase.
with(String) - Static method in class org.cornutum.tcases.VarBindingBuilder
Creates a new builder for a VarBinding with the given variable name.
with(VarBinding) - Static method in class org.cornutum.tcases.VarBindingBuilder
Creates a new builder for the given VarBinding.
with(String) - Static method in class org.cornutum.tcases.VarDefBuilder
Creates a new builder for a VarDef with the given name.
with(VarDef) - Static method in class org.cornutum.tcases.VarDefBuilder
Creates a new builder for the given VarDef.
with(String) - Static method in class org.cornutum.tcases.VarSetBuilder
Creates a new builder for a VarSet with the given name.
with(VarSet) - Static method in class org.cornutum.tcases.VarSetBuilder
Creates a new builder for the given VarSet.
with(Object) - Static method in class org.cornutum.tcases.VarValueDefBuilder
Creates a new builder for a VarValueDef with the given name.
with(VarValueDef) - Static method in class org.cornutum.tcases.VarValueDefBuilder
Creates a new builder for the given VarValueDef.
withDefaultType(T, Resource.Type) - Static method in class org.cornutum.tcases.io.Resource
Returns the given resource, assigning the default type if no type yet defined.
withDefaultType(File, Resource.Type) - Static method in class org.cornutum.tcases.io.Resource
Returns the given file name, assigning the default type if no type defined.
withFormat(D, String) - Static method in class org.cornutum.tcases.resolve.AbstractValueDomain
Applies the given format to the specified ValueDomain.
withProperties(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.AllOfHandler
Initializes this ConditionSet using the given set of properties.
withProperties(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.AnyOfHandler
Initializes this ConditionSet using the given set of properties.
withProperties(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionSetHandler
Initializes this ConditionSet using the given set of properties.
withProperties(Set<String>) - Method in class org.cornutum.tcases.io.SystemInputDocReader.NotHandler
Initializes this ConditionSet using the given set of properties.
withResourcesIn(File) - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.BaseBuilder
 
write(IGeneratorSet) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Writes the given generator definition in the form of an XML document.
write(IGeneratorSet) - Method in class org.cornutum.tcases.generator.io.GeneratorSetJsonWriter
Writes the given system test definition the form of a JSON document.
write(IGeneratorSet) - Method in class org.cornutum.tcases.generator.io.GeneratorSetResource
Writes the given generator set.
write(SystemInputDef) - Method in class org.cornutum.tcases.io.AbstractSystemInputWriter
Writes the given system test definition.
write(SystemTestDef) - Method in class org.cornutum.tcases.io.AbstractSystemTestWriter
Writes the given system test definition.
write(Project) - Method in class org.cornutum.tcases.io.ProjectJsonWriter
Writes the given project definition the form of a JSON document.
write(SystemInputDef) - Method in class org.cornutum.tcases.io.SystemInputDocWriter
Writes the given system input definition the form of an XML document.
write(SystemInputDef) - Method in class org.cornutum.tcases.io.SystemInputJsonWriter
Writes the given system test definition the form of a JSON document.
write(SystemInputDef) - Method in class org.cornutum.tcases.io.SystemInputResource
Writes the given system input definition.
write(SystemTestDef) - Method in class org.cornutum.tcases.io.SystemTestDocWriter
Writes the given system test definition the form of an XML document.
write(SystemTestDef, URI, URI) - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Writes the given system test definition the form of an HTML document.
write(SystemTestDef) - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Writes the given system test definition the form of an HTML document.
write(SystemTestDef, boolean, URI, URI) - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Writes the given system test definition the form of an HTML document.
write(SystemTestDef) - Method in class org.cornutum.tcases.io.SystemTestJsonWriter
Writes the given system test definition the form of a JSON document.
write(SystemTestDef) - Method in class org.cornutum.tcases.io.SystemTestResource
Writes the given system test definition.
write() - Method in class org.cornutum.tcases.io.XmlWriter.ElementWriter
 
write(RequestTestDef) - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigWriter
Writes the given system test definition the form of a JSON document.
write(MocoTestConfig) - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfigWriter
Writes the given request cases in the form of a JSON document.
write(RequestTestDef) - Method in class org.cornutum.tcases.openapi.resolver.io.RequestTestDefWriter
Writes the given request cases in the form of a JSON document.
write(ResponsesDef, Writer) - Static method in class org.cornutum.tcases.openapi.test.ResponsesDef
Writes a JSON representation of response definitions to the given output stream.
writeAnnotations(IAnnotated) - Method in class org.cornutum.tcases.io.SystemInputDocWriter
Writes the given annotation definitions.
writeAnnotations(Annotated) - Method in class org.cornutum.tcases.io.SystemTestDocWriter
Writes the given annotation definitions.
writeAttribute(String, String) - Method in class org.cornutum.tcases.io.XmlWriter
Writes an attribute definition.
writeAuthCredentialsDef(String, IndentedWriter, BaseTestCaseWriter.Depends) - Static method in class org.cornutum.tcases.openapi.testwriter.java.TestCaseWriterUtils
Writes the definition of standard methods for runtime specification of authentication credentials to the given stream.
writeAuthDef(String, AuthDef, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes a request authentication definition for a target test case to the given stream.
writeAuthDefs(String, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes request authentication definitions for a target test case to the given stream.
writeBinding(VarBinding) - Method in class org.cornutum.tcases.io.SystemTestDocWriter
Writes the given variable input value definition.
writeBinding(String, String, boolean) - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Writes the given input variable binding.
writeBody(String, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes the request body for a target test case to the given stream.
writeBodyBinary(String, DataValue<?>, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes the request body as a byte array for a target test case to the given stream.
writeBodyForm(String, MessageData, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes the request body as an application/x-www-form-urlencoded form for a target test case to the given stream.
writeBodyMultipart(String, MessageData, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes the request body as multipart/form-data form for a target test case to the given stream.
writeClosing(String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes the closing for target test cases to the given stream.
writeClosing(JavaTestTarget, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestWriter
Writes the target test closing to the given stream.
writeClosing(String, IndentedWriter) - Method in interface org.cornutum.tcases.openapi.testwriter.TestCaseWriter
Writes the closing for target test cases to the given stream.
writeClosing(T, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Writes the target test closing to the given stream.
writeCombiner(TupleCombiner) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Writes the given combiner definition.
writeConfigDependencies(IndentedWriter) - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Writes server configuration dependencies to the given stream.
writeConfigInit(IndentedWriter) - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Writes server configuration initializations to the given stream.
writeConfigRule(IndentedWriter) - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Writes the server configuration TestRule to the given stream.
writeCookieParam(String, ParamData, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes a cookie parameter definition for a target test case to the given stream.
writeDeclaration(String) - Method in class org.cornutum.tcases.io.XmlWriter
Writes the standard XML document declaration
writeDeclaration() - Method in class org.cornutum.tcases.io.XmlWriter
Writes the standard XML document declaration
writeDeclarations(JavaTestTarget, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Writes the target test declarations to the given stream.
writeDeclarations(String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes the declarations for target test cases to the given stream.
writeDeclarations(JavaTestTarget, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestWriter
Writes the target test declarations to the given stream.
writeDeclarations(String, IndentedWriter) - Method in interface org.cornutum.tcases.openapi.testwriter.TestCaseWriter
Writes the declarations for target test cases to the given stream.
writeDeclarations(T, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Writes the target test declarations to the given stream.
writeDefaultScript() - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Writes the default system test presentation script.
writeDefaultStyle() - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Writes the default system test style definition.
writeDependencies(JavaTestTarget, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Writes the target test dependencies to the given stream.
writeDependencies(String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes the dependencies for target test cases to the given stream.
writeDependencies(JavaTestTarget, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
Writes the target test dependencies to the given stream.
writeDependencies(JavaTestTarget, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestWriter
Writes the target test dependencies to the given stream.
writeDependencies(String, IndentedWriter) - Method in interface org.cornutum.tcases.openapi.testwriter.TestCaseWriter
Writes the dependencies for target test cases to the given stream.
writeDependencies(T, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Writes the target test dependencies to the given stream.
writeElementEnd(String) - Method in class org.cornutum.tcases.io.XmlWriter
Writes an element end tag.
writeEmptyElementEnd() - Method in class org.cornutum.tcases.io.XmlWriter
Writes the end of an empty element.
writeEpilog(T, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Writes the target test epilog to the given stream.
writeExcluded(String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Writes the given excluded variable definition.
writeExpectResponse(String, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes response expectations for a target test case to the given stream.
writeFunction(FunctionInputDef) - Method in class org.cornutum.tcases.io.SystemInputDocWriter
Writes the given function input definition.
writeFunction(FunctionTestDef) - Method in class org.cornutum.tcases.io.SystemTestDocWriter
Writes the given function test definition.
writeFunction(FunctionTestDef) - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Writes the given function test definition.
writeGenerator(String, ITestCaseGenerator) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Writes the given generator definition.
writeGenerators(IGeneratorSet, OutputStream) - Static method in class org.cornutum.tcases.TcasesIO
Writes an XML document describing the given generator definitions to the given output stream.
writeGenerators(IGeneratorSet, OutputStream) - Static method in class org.cornutum.tcases.TcasesJson
Writes a JSON document describing the given generator definitions to the given output stream.
writeHeaderParam(String, ParamData, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes a header parameter definition for a target test case to the given stream.
writeIncluded(String) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Writes the given included variable definition.
writeInputModel(SystemInputDef, OutputStream) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Writes a JSON document describing the given system input definition to the given output stream.
writeInputModel(SystemInputDef, OutputStream) - Static method in class org.cornutum.tcases.TcasesIO
Writes an XML document describing the given system input definition to the given output stream.
writeInputModel(SystemInputDef, OutputStream) - Static method in class org.cornutum.tcases.TcasesJson
Writes a JSON document describing the given system input definition to the given output stream.
writeInputs(String, Stream<IVarDef>) - Method in class org.cornutum.tcases.io.SystemInputDocWriter
Writes the given input variable list.
writeInputs(TestCase, String) - Method in class org.cornutum.tcases.io.SystemTestDocWriter
Writes the input value definitions for all variables of the given type.
writeInputs(TestCase, String) - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Writes the input value definitions for all variables of the given type.
writeMultipartPart(String, DataValue<?>, EncodingData, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes the content of the multipart/form-data part for the given body object property.
writeOnceTuple(TupleRef) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Writes the given once-only tuple definition.
writeOnlyEnforced(boolean) - Method in class org.cornutum.tcases.openapi.ModelOptions.Builder
 
writeOnlyEnforced() - Method in class org.cornutum.tcases.openapi.ModelOptions.Builder
 
writeOnlyInvalid(boolean) - Method in class org.cornutum.tcases.openapi.test.ResponseValidator
Changes if a response containing a "writeOnly" object property is invalid.
writeOpening(JavaTestTarget, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestWriter
Writes the target test opening to the given stream.
writeOpening(T, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Writes the target test opening to the given stream.
writeParam(String, ParamData, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes a request parameter definition for a target test case to the given stream.
writeParams(String, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes request parameter definitions for a target test case to the given stream.
writePathParam(String, ParamData, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes a path parameter definition for a target test case to the given stream.
writePojo(String, IndentedWriter) - Method in interface org.cornutum.tcases.openapi.moco.MocoServerConfigPojo.PojoWriter
Writes the Mojo API code to configure the given server.
writePojoDependencies(IndentedWriter) - Method in class org.cornutum.tcases.openapi.moco.HttpServerTestWriter
Writes the target test dependencies for the POJO server configuration to the given stream.
writePojoDependencies(IndentedWriter) - Method in class org.cornutum.tcases.openapi.moco.HttpsServerTestWriter
Writes the target test dependencies for the POJO server configuration to the given stream.
writePojoDependencies(IndentedWriter) - Method in class org.cornutum.tcases.openapi.moco.MocoServerTestWriter
Writes the target test dependencies for the POJO server configuration to the given stream.
writePojoDependencies(IndentedWriter) - Method in class org.cornutum.tcases.openapi.moco.RestServerTestWriter
Writes the target test dependencies for the POJO server configuration to the given stream.
writePojoDependencies(IndentedWriter) - Method in class org.cornutum.tcases.openapi.moco.SocketServerTestWriter
Writes the target test dependencies for the POJO server configuration to the given stream.
writeProlog(T, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Writes the target test prolog to the given stream.
writeQueryParam(String, ParamData, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes a query parameter definition for a target test case to the given stream.
writeRequest(String, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes the request definition for a target test case to the given stream.
writeRequestCases(SystemTestDef, ResolverContext, OutputStream) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Writes a JSON document listing test cases defined by the given request test case definitions to the given output stream.
writeRequestCases(RequestTestDef, OutputStream) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Writes a JSON document listing the given request test cases to the given output stream.
writeResponseHeadersDef(String, IndentedWriter, BaseTestCaseWriter.Depends) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes the definition of standard methods to extract response headers.
writeResponsesDef(ResponsesDef, File, File) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Writes the given responses definitions to a resource file associated with the test target file.
writeResponseValidatorDef(String, IndentedWriter) - Static method in class org.cornutum.tcases.openapi.testwriter.java.TestCaseWriterUtils
Writes the definition of standard response validator to the given stream.
writeServer(String, URI, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes the server URI for a target test case to the given stream.
writeStatusCodeMatcherDef(String, IndentedWriter, BaseTestCaseWriter.Depends) - Static method in class org.cornutum.tcases.openapi.testwriter.java.TestCaseWriterUtils
Writes the definition of standard status code matcher methods to the given stream.
writeTagEnd() - Method in class org.cornutum.tcases.io.XmlWriter
Completes an element start tag.
writeTagStart(String) - Method in class org.cornutum.tcases.io.XmlWriter
Begins an element start tag.
writeTest(S, T) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Creates a test that executes the request test cases defined by the given source and writes the result to the given target.
writeTestAnnotation(JavaTestTarget, String, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
Writes the annotation for a target test case to the given stream.
writeTestAnnotation(JavaTestTarget, String, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.JUnitTestWriter
Writes the annotation for a target test case to the given stream.
writeTestAnnotation(JavaTestTarget, String, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.TestNgTestWriter
Writes the annotation for a target test case to the given stream.
writeTestAnnotationDependencies(JavaTestTarget, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
Writes the target test annotation dependencies to the given stream.
writeTestAnnotationDependencies(JavaTestTarget, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.JUnitTestWriter
Writes the target test annotation dependencies to the given stream.
writeTestAnnotationDependencies(JavaTestTarget, String, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.TestNgTestWriter
Writes the target test annotation dependencies to the given stream.
writeTestCase(TestCase) - Method in class org.cornutum.tcases.io.SystemTestDocWriter
Writes the given test case definition.
writeTestCase(String, URI, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.restassured.RestAssuredTestCaseWriter
Writes a target test case to the given stream.
writeTestCase(JavaTestTarget, String, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.AnnotatedJavaTestWriter
Writes a target test case to the given stream.
writeTestCase(String, URI, RequestCase, IndentedWriter) - Method in interface org.cornutum.tcases.openapi.testwriter.TestCaseWriter
Writes a target test case to the given stream.
writeTestCase(T, String, RequestCase, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Writes a target test case to the given stream.
writeTestCases(FunctionTestDef) - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Writes the test cases for given function test definition.
writeTestCases(T, String, List<RequestCase>, IndentedWriter) - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
Writes the target test cases to the given stream.
writeTests(SystemTestDef, OutputStream) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
Writes a JSON document describing the given test case definitions to the given output stream.
writeTests(SystemTestDef, OutputStream) - Static method in class org.cornutum.tcases.TcasesIO
Writes an XML document describing the given test case definitions to the given output stream.
writeTests(SystemTestDef, OutputStream) - Static method in class org.cornutum.tcases.TcasesJson
Writes a JSON document describing the given test case definitions to the given output stream.
writeTestServerDef(String, IndentedWriter, BaseTestCaseWriter.Depends) - Static method in class org.cornutum.tcases.openapi.testwriter.java.TestCaseWriterUtils
Writes the definition of standard methods for runtime specification of the API server URI to the given stream.
writeTupleGenerator(String, TupleGenerator) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Writes the given generator definition.
writeValue(VarValueDef) - Method in class org.cornutum.tcases.io.SystemInputDocWriter
Writes the given variable input value definition.
writeVarBinding(VarBinding) - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocWriter
Writes the given variable binding definition.
writeVarDef(IVarDef) - Method in class org.cornutum.tcases.io.SystemInputDocWriter
Writes the given variable definition.
writeVarSet(String, int, Iterator<VarBinding>) - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Writes the input value definitions for the given variables.
writeVarSets(int, Iterator<VarBinding>) - Method in class org.cornutum.tcases.io.SystemTestHtmlWriter
Writes the definitions of all variable sets defined by the given bindings.

X

XmlWriter - Class in org.cornutum.tcases.io
Supports creation of an XML document stream.
XmlWriter(OutputStream) - Constructor for class org.cornutum.tcases.io.XmlWriter
Creates a new XmlWriter object.
XmlWriter(Writer) - Constructor for class org.cornutum.tcases.io.XmlWriter
Creates a new XmlWriter object.
XmlWriter.ElementWriter - Class in org.cornutum.tcases.io
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright © 2024 The Cornutum Project. All rights reserved.