- AbstractAssertion - Class in org.cornutum.tcases.conditions
-
- 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.
- 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
-
- AbstractMessageDataBuilder() - Constructor for class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
-
- AbstractStringDomain - Class in org.cornutum.tcases.openapi.resolver
-
Defines a set of string values that can be used by a request.
- AbstractStringDomain(int, Characters) - Constructor for class org.cornutum.tcases.openapi.resolver.AbstractStringDomain
-
Creates a new AbstractStringDomain instance.
- AbstractStringDomain.PatternResolver - Class in org.cornutum.tcases.openapi.resolver
-
Resolves string data values by matching regular expressions.
- AbstractSystemInputWriter - Class in org.cornutum.tcases.io
-
- 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
-
- 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.openapi.resolver
-
- AbstractValueDomain() - Constructor for class org.cornutum.tcases.openapi.resolver.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(DataValueVisitor) - Method in class org.cornutum.tcases.openapi.resolver.ArrayValue
-
Implements the Visitor pattern for this data value.
- accept(DataValueVisitor) - Method in class org.cornutum.tcases.openapi.resolver.BinaryValue
-
Implements the Visitor pattern for this data value.
- accept(DataValueVisitor) - Method in class org.cornutum.tcases.openapi.resolver.BooleanValue
-
Implements the Visitor pattern for this data value.
- accept(DataValueVisitor) - Method in class org.cornutum.tcases.openapi.resolver.DataValue
-
Implements the Visitor pattern for this data value.
- accept(DataValueVisitor) - Method in class org.cornutum.tcases.openapi.resolver.DecimalValue
-
Implements the Visitor pattern for this data value.
- accept(DataValueVisitor) - Method in class org.cornutum.tcases.openapi.resolver.IntegerValue
-
Implements the Visitor pattern for this data value.
- accept(DataValueVisitor) - Method in class org.cornutum.tcases.openapi.resolver.LongValue
-
Implements the Visitor pattern for this data value.
- accept(DataValueVisitor) - Method in class org.cornutum.tcases.openapi.resolver.NullValue
-
Implements the Visitor pattern for this data value.
- accept(DataValueVisitor) - Method in class org.cornutum.tcases.openapi.resolver.ObjectValue
-
Implements the Visitor pattern for this data value.
- accept(DataValueVisitor) - Method in class org.cornutum.tcases.openapi.resolver.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(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(String) - Method in class org.cornutum.tcases.PropertySet
-
Adds a property to this set.
- 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.
- 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.
- 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
-
- 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
-
- addCondition(ICondition) - Method in class org.cornutum.tcases.io.SystemInputDocReader.ConditionSetHandler
-
- addCondition(ICondition) - Method in class org.cornutum.tcases.io.SystemInputDocReader.WhenHandler
-
- 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.
- 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
-
- 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 interface org.cornutum.tcases.openapi.Characters
-
Returns true if and only if the given character is allowed.
- allowed(String) - Method in interface org.cornutum.tcases.openapi.Characters
-
Returns true if and only if every character in the given string is allowed.
- allowed(char) - Method in class org.cornutum.tcases.openapi.Characters.Any
-
Returns true if and only if the given character is allowed.
- allowed(char) - Method in class org.cornutum.tcases.openapi.Characters.Ascii
-
Returns true if and only if the given character is allowed.
- allowed(char) - Method in class org.cornutum.tcases.openapi.Characters.CookieValue
-
Returns true if and only if the given character is allowed.
- allowed(char) - Method in class org.cornutum.tcases.openapi.Characters.Token
-
Returns true if and only if the given character is allowed.
- allowed(char) - Method in class org.cornutum.tcases.openapi.resolver.PropertyNameDomain.PropertyName
-
Returns true if and only if the given character is allowed.
- ALWAYS - Static variable in interface org.cornutum.tcases.conditions.ICondition
-
- 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
-
- 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.
- 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 variable in interface org.cornutum.tcases.openapi.Characters
-
- Any() - Constructor for class org.cornutum.tcases.openapi.Characters.Any
-
- any() - Static method in enum org.cornutum.tcases.openapi.resolver.DataValue.Type
-
Returns the set of all non-null types.
- any() - Static method in class org.cornutum.tcases.openapi.resolver.MediaTypeDomain
-
Returns a MediaTypeDomain that contains any media type.
- 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
-
- 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 spec.
- 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
-
- apiSpec(File) - Method in class org.cornutum.tcases.openapi.ApiCommand.Options.Builder
-
- apiSpec(File) - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options.Builder
-
- ApiTestCommand - Class in org.cornutum.tcases.openapi
-
Generates executable test code for API servers, based on an OpenAPI v3 compliant API spec.
- 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.
- applyFilter() - Method in class org.cornutum.tcases.io.AbstractFilter
-
- applyFilter() - Method in class org.cornutum.tcases.io.TestDefToHtmlFilter
-
- applyFilter() - Method in class org.cornutum.tcases.io.TransformFilter
-
- 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.openapi.resolver
-
Defines a singleton Array value set.
- ArrayConstant(ArrayValue<Object>) - Constructor for class org.cornutum.tcases.openapi.resolver.ArrayConstant
-
Creates a new ArrayConstant instance.
- arrayData(DataValue<I>...) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
-
- ArrayDomain<T> - Class in org.cornutum.tcases.openapi.resolver
-
Defines an array value set.
- ArrayDomain() - Constructor for class org.cornutum.tcases.openapi.resolver.ArrayDomain
-
Creates a new ArrayDomain instance.
- ArrayDomain(int) - Constructor for class org.cornutum.tcases.openapi.resolver.ArrayDomain
-
Creates a new ArrayDomain instance.
- arrayOf(DataValue<T>...) - Static method in class org.cornutum.tcases.openapi.resolver.DataValues
-
- arrayOf(int, boolean) - Method in interface org.cornutum.tcases.openapi.resolver.ValueDomain
-
Returns a new
ArrayDomain
for arrays containing items in this domain.
- arrayOf(int) - Method in interface org.cornutum.tcases.openapi.resolver.ValueDomain
-
Returns a new
ArrayDomain
for arrays containing items in this domain.
- arrayOf() - Method in interface org.cornutum.tcases.openapi.resolver.ValueDomain
-
Returns a new
ArrayDomain
for arrays containing items in this domain.
- arrayOfAny(List<DataValue<?>>) - Static method in class org.cornutum.tcases.openapi.resolver.DataValues
-
- ArrayValue<T> - Class in org.cornutum.tcases.openapi.resolver
-
Represents a generated array value for a request case.
- ArrayValue(List<DataValue<T>>) - Constructor for class org.cornutum.tcases.openapi.resolver.ArrayValue
-
Creates a new ArrayValue instance.
- 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.openapi.Characters
-
- Ascii() - Constructor for class org.cornutum.tcases.openapi.Characters.Ascii
-
- AsciiStringDomain - Class in org.cornutum.tcases.openapi.resolver
-
Defines a set of ASCII string values that can be used by a request.
- AsciiStringDomain() - Constructor for class org.cornutum.tcases.openapi.resolver.AsciiStringDomain
-
Creates a new AsciiStringDomain instance.
- AsciiStringDomain(int) - Constructor for class org.cornutum.tcases.openapi.resolver.AsciiStringDomain
-
Creates a new AsciiStringDomain instance.
- AsciiStringDomain(Characters) - Constructor for class org.cornutum.tcases.openapi.resolver.AsciiStringDomain
-
Creates a new AsciiStringDomain instance.
- AsciiStringDomain(int, Characters) - Constructor for class org.cornutum.tcases.openapi.resolver.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.
- 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) - Static 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.
- assertDate(String) - Static method in class org.cornutum.tcases.openapi.resolver.DateConstant
-
Reports a failure if the given value is not a valid date string.
- assertDates(Iterable<String>) - Static method in class org.cornutum.tcases.openapi.resolver.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.openapi.resolver.DateTimeConstant
-
Report a failure if the given value is not a valid date-time.
- assertDateTimes(Iterable<String>) - Static method in class org.cornutum.tcases.openapi.resolver.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.openapi.resolver.EmailConstant
-
Reports a failure if the given value is not a valid email string.
- assertEmails(Iterable<String>) - Static method in class org.cornutum.tcases.openapi.resolver.EmailEnum
-
Reports a failure if any of the given values is not a valid email string.
- 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.openapi.resolver.UuidConstant
-
Reports a failure if the given value is not a valid UUID string.
- assertUuids(Iterable<String>) - Static method in class org.cornutum.tcases.openapi.resolver.UuidEnum
-
Reports a failure if any of the given values is not a valid uuid string.
- assertValidTime(String) - Method in class org.cornutum.tcases.openapi.resolver.DateDomain
-
Reports a failure if the given value is not a valid time string.
- assertValidTime(String) - Method in class org.cornutum.tcases.openapi.resolver.DateTimeDomain
-
Reports a failure if the given value is not a valid time string.
- assertValidTime(String) - Method in class org.cornutum.tcases.openapi.resolver.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) - Static 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
-
- at(URL) - Static method in class org.cornutum.tcases.io.SystemInputResource
-
- at(URL) - Static method in class org.cornutum.tcases.io.SystemTestResource
-
- 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
-
- genDef(File) - Method in class org.cornutum.tcases.anon.AnonCommand.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.openapi.resolver.AbstractStringDomain.PatternResolver
-
Returns a sequence of generated matches to all pattern requirements
matching pattern
.
- generateMatchingValues(ResolverContext, AbstractStringDomain.PatternResolver) - Method in class org.cornutum.tcases.openapi.resolver.AbstractStringDomain
-
Generates a random sequence of possible members of this domain matching all pattern requirements.
- 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(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
-
- GeneratorSet() - Constructor for class org.cornutum.tcases.generator.GeneratorSet
-
- GeneratorSetBuilder - Class in org.cornutum.tcases.generator
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- getAdditionalPropertyCount() - Method in class org.cornutum.tcases.openapi.resolver.ObjectDomain
-
Returns the value domain for the number of additional properties for this object.
- getAdditionalPropertyNames() - Method in class org.cornutum.tcases.openapi.resolver.ObjectDomain
-
Returns the value domain for the names of any additional properties.
- getAdditionalPropertyValues() - Method in class org.cornutum.tcases.openapi.resolver.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
-
- 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.
- getApiSpec() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
-
Returns the Open API v3 API spec file
- getApiSpec() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
-
Returns the Open API v3 API spec 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.
- 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.TestCaseDef
-
Returns the value currently bound to the given variable.
- 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.openapi.resolver.AbstractStringDomain
-
Returns the set of characters allowed in values for this domain.
- getCharacters() - Method in class org.cornutum.tcases.openapi.resolver.MultiTypeDomain
-
Returns the set of characters allowed in values for this domain.
- getCharacters() - Method in class org.cornutum.tcases.openapi.resolver.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
-
- 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
-
- getConditional() - Method in class org.cornutum.tcases.io.SystemInputDocReader.ValueHandler
-
- getConditional() - Method in class org.cornutum.tcases.io.SystemInputDocReader.VarDefHandler
-
- getConditional() - Method in class org.cornutum.tcases.io.SystemInputDocReader.WhenHandler
-
- getConditionNotifier() - Method in class org.cornutum.tcases.openapi.ModelOptions
-
Returns the
ModelConditionNotifier
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
-
- getContentType() - Method in class org.cornutum.tcases.anon.AnonCommand.Options
-
Returns the default file content type.
- getContentType() - Method in class org.cornutum.tcases.openapi.ApiCommand.Options
-
Returns the OpenApi spec file content type.
- getContentType() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
-
Returns the OpenApi spec file content type.
- 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.openapi.ConditionReporter
-
Returns the execution context for this reporter.
- getConverter(String) - Method in class org.cornutum.tcases.openapi.testwriter.TestCaseContentWriter
-
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.
- getDateFormat() - Static method in class org.cornutum.tcases.openapi.FormattedString
-
Returns the DateFormat for date strings.
- getDateTimeFormat() - Static method in class org.cornutum.tcases.openapi.FormattedString
-
Returns the DateFormat for date-time strings.
- getDefaultConverters() - Method in class org.cornutum.tcases.openapi.testwriter.TestCaseContentWriter
-
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.
- 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.
- 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.
- 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.
- getEnums() - Method in class org.cornutum.tcases.openapi.resolver.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.openapi.resolver.Base64Domain
-
Returns the values excluded from this domain.
- getExcluded() - Method in class org.cornutum.tcases.openapi.resolver.NumberDomain
-
Returns the values excluded from this domain.
- getExcluded() - Method in class org.cornutum.tcases.openapi.resolver.NumberDomain.Range
-
Returns the values excluded from this range.
- getExcluded() - Method in class org.cornutum.tcases.openapi.resolver.SequenceDomain
-
Returns the values excluded from this domain.
- 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.
- getExternalValue() - Method in class org.cornutum.tcases.VarBinding
-
Returns the value name for this binding.
- getFactory() - Method in class org.cornutum.tcases.openapi.moco.MocoServerConfigPojo
-
- getFailureBindings(List<IVarDef>) - Static method in class org.cornutum.tcases.openapi.MemberVarBinding
-
Returns the set of failure bindings for the given member input variables.
- 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.openapi.resolver.DataValue
-
Returns the data format.
- 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
-
- getFunctionInputDef() - Method in class org.cornutum.tcases.io.SystemInputDocReader.InputHandler
-
- 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
-
- 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.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.openapi.resolver.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
-
- getGeneratorSet() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader
-
- getGeneratorSet() - Method in class org.cornutum.tcases.generator.io.GeneratorSetJsonReader
-
- getGeneratorSet() - Method in class org.cornutum.tcases.generator.io.GeneratorSetResource
-
- getGeneratorSet() - Method in interface org.cornutum.tcases.generator.io.IGeneratorSetSource
-
- 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.
- getId() - Method in class org.cornutum.tcases.generator.TestCaseDef
-
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.ReducerCommand.Options
-
Returns the input definition file
- 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.
- getItemCount() - Method in class org.cornutum.tcases.openapi.resolver.ArrayDomain
-
Returns the range for the number of array items.
- getItemValues() - Method in class org.cornutum.tcases.openapi.resolver.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.openapi.resolver.AbstractStringDomain
-
Returns the length of the given value.
- getLength(String) - Method in class org.cornutum.tcases.openapi.resolver.Base64Domain
-
Returns the length of the given value.
- getLength(byte[]) - Method in class org.cornutum.tcases.openapi.resolver.BinaryDomain
-
Returns the length of the given value.
- getLength(T) - Method in class org.cornutum.tcases.openapi.resolver.SequenceDomain
-
Returns the length of the given value.
- getLengthRange() - Method in class org.cornutum.tcases.openapi.resolver.Base64Domain
-
Returns the length range for values in this domain.
- getLengthRange() - Method in class org.cornutum.tcases.openapi.resolver.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.ExecutionContext
-
Returns the path to the current context.
- 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.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.resolver.ResolverSkipException
-
Returns the location of the failure.
- 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.openapi.resolver.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.openapi.resolver.LengthDomain
-
Returns the maximum value for this domain.
- getMax() - Method in class org.cornutum.tcases.openapi.resolver.NumberDomain
-
Returns the (inclusive) maximum for this domain.
- getMax() - Method in class org.cornutum.tcases.openapi.resolver.NumberDomain.Range
-
Returns the maximum of this range.
- getMaxDate() - Method in class org.cornutum.tcases.openapi.resolver.TimeDomain
-
Returns the maximum date for this domain.
- getMaxItems() - Method in class org.cornutum.tcases.openapi.resolver.ArrayDomain
-
Returns the maximum number of items for an unbounded array.
- getMaxLength() - Method in class org.cornutum.tcases.openapi.resolver.SequenceDomain
-
Returns the maximum value for unbounded length ranges.
- getMaxRange() - Method in class org.cornutum.tcases.openapi.resolver.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.openapi.resolver.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.
- getMemberFailures(List<List<IVarDef>>) - Static method in class org.cornutum.tcases.openapi.MemberVarBinding
-
Returns the designated failure binding for each member of a oneOf/anyOf schema.
- 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.openapi.resolver.LengthDomain
-
Returns the minimum value for this domain.
- getMin() - Method in class org.cornutum.tcases.openapi.resolver.NumberDomain
-
Returns the (inclusive) minimum for this domain.
- getMin() - Method in class org.cornutum.tcases.openapi.resolver.NumberDomain.Range
-
Returns the minimum of this range.
- getMinDate() - Method in class org.cornutum.tcases.openapi.resolver.TimeDomain
-
Returns the minimum date for this domain.
- 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
-
- 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.openapi.resolver.NumberDomain
-
Returns the factor required for all values in this domain.
- 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.IVarDef
-
Returns the variable name.
- getName() - Method in class org.cornutum.tcases.openapi.Characters.Any
-
Return the name of this set of characters.
- getName() - Method in class org.cornutum.tcases.openapi.Characters.Ascii
-
Return the name of this set of characters.
- getName() - Method in class org.cornutum.tcases.openapi.Characters.CookieValue
-
Return the name of this set of characters.
- getName() - Method in interface org.cornutum.tcases.openapi.Characters
-
Return the name of this set of characters.
- getName() - Method in class org.cornutum.tcases.openapi.Characters.Token
-
Return the name of this set of characters.
- 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.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.PropertyNameDomain.PropertyName
-
Return the name of this set of characters.
- 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.testwriter.TestTarget
-
Returns the test name for this target.
- 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.VarValueDef
-
Returns the name of this value.
- getNameChars() - Method in class org.cornutum.tcases.openapi.resolver.PropertyNameDomain
-
Returns the set of chars allowed in property names for this domain.
- getNameChars() - Method in class org.cornutum.tcases.openapi.resolver.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.openapi.ConditionReporter
-
Returns the condition notifier for this reporter.
- getNotifier() - Method in class org.cornutum.tcases.openapi.resolver.ResolverContext
-
Returns the notifier that reports conditions that occur when resolving a test case.
- getNotMatching() - Method in class org.cornutum.tcases.openapi.resolver.AbstractStringDomain
-
Returns the set of patterns that values in this domain must NOT match.
- getNotMultipleOfs() - Method in class org.cornutum.tcases.openapi.resolver.NumberDomain
-
Returns the factors not allowed for any values in this domain.
- 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.
- 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.
- 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.openapi.resolver.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.
- 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.
- 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
-
- 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
-
- 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.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 class org.cornutum.tcases.VarValueDef
-
Returns the set of test case properties contributed by this value.
- getPropertiesUndefined(FunctionInputDef) - Static method in class org.cornutum.tcases.SystemInputs
-
For every property in the given function input definition that is referenced but never defined,
maps the property to the conditional elements that reference it.
- getPropertiesUnused(FunctionInputDef) - Static method in class org.cornutum.tcases.SystemInputs
-
For every property in the given function input definition that is defined but never referenced,
maps the property to the variable value definitions that contribute it.
- 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.openapi.resolver.ObjectDomain
-
Returns the property value domains for objects in this domain.
- getPropertyReferences(FunctionInputDef) - Static method in class org.cornutum.tcases.SystemInputs
-
Maps every property in the given FunctionInputDef to the conditional elements that reference it.
- getPropertyReferences(Iterator<IVarDef>) - Static method in class org.cornutum.tcases.SystemInputs
-
Maps every property in the given input variables to the conditional elements that reference it.
- getPropertyReferences(Stream<IVarDef>) - Static method in class org.cornutum.tcases.SystemInputs
-
Maps every property in the given input variables to the conditional elements that reference it.
- getPropertySources(FunctionInputDef) - Static method in class org.cornutum.tcases.SystemInputs
-
Maps every property in the given function input definition to the variable value definitions that contribute it.
- getPropertySources(Iterator<IVarDef>) - Static method in class org.cornutum.tcases.SystemInputs
-
Maps every property in the given input variable definitions to the variable value definitions that contribute it.
- getPropertySources(Stream<VarDef>) - Static method in class org.cornutum.tcases.SystemInputs
-
Maps every property in the given input variable definitions 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.openapi.resolver.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 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.
- getReducerOptions() - Method in class org.cornutum.tcases.ReducerCommand.Options
-
- getReferenceName(IConditional) - Static method in class org.cornutum.tcases.SystemInputs
-
Returns the full reference name for the given IConditional.
- 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
-
- getRequestExamplesModel(OpenAPI, ModelOptions) - Static method in class org.cornutum.tcases.openapi.TcasesOpenApi
-
- 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 specification 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 specification in the given JSON document.
- getRequestInputModel(InputStream, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- getRequestInputModel(File) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- getRequestInputModel(File, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- getRequestInputModel(File, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- getRequestInputModel(OpenAPI) - Method in class org.cornutum.tcases.openapi.RequestInputModeller
-
- getRequestInputModel(OpenAPI) - Static method in class org.cornutum.tcases.openapi.TcasesOpenApi
-
- getRequestInputModel(OpenAPI, ModelOptions) - Static method in class org.cornutum.tcases.openapi.TcasesOpenApi
-
- getRequestTestDef() - Method in class org.cornutum.tcases.openapi.resolver.io.RequestTestDefReader
-
- 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 specification 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 specification in the given JSON document.
- getRequestTests(InputStream, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- 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 specification 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 specification in the given JSON document.
- getRequestTests(File, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- 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
-
- getResampleFactor() - Method in class org.cornutum.tcases.ReducerOptions
-
- 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.
- 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 specification 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 specification in the given JSON document.
- getResponseInputModel(InputStream, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- getResponseInputModel(File) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- getResponseInputModel(File, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- getResponseInputModel(File, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- getResponseInputModel(OpenAPI) - Method in class org.cornutum.tcases.openapi.ResponseInputModeller
-
- getResponseInputModel(OpenAPI) - Static method in class org.cornutum.tcases.openapi.TcasesOpenApi
-
- getResponseInputModel(OpenAPI, ModelOptions) - Static method in class org.cornutum.tcases.openapi.TcasesOpenApi
-
- 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 specification 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 specification in the given JSON document.
- getResponseTests(InputStream, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- 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 specification 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 specification in the given JSON document.
- getResponseTests(File, String, ModelOptions) - Static method in class org.cornutum.tcases.openapi.io.TcasesOpenApiIO
-
- 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.
- getScript() - Method in class org.cornutum.tcases.io.TestDefToHtmlFilter
-
Returns the reference to the JavaScript resource used by this filter.
- 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.
- getServerType() - Method in class org.cornutum.tcases.openapi.moco.MocoTestConfig
-
Returns the Moco server type.
- 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.
- 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.
- 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
-
- getSystemInputDef() - Method in class org.cornutum.tcases.io.SystemInputDocReader
-
- getSystemInputDef() - Method in class org.cornutum.tcases.io.SystemInputDocReader.SystemHandler
-
- getSystemInputDef() - Method in class org.cornutum.tcases.io.SystemInputJsonReader
-
- getSystemInputDef() - Method in class org.cornutum.tcases.io.SystemInputResource
-
- 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
-
- getSystemTestDef() - Method in class org.cornutum.tcases.io.SystemTestDocReader
-
- getSystemTestDef() - Method in class org.cornutum.tcases.io.SystemTestDocReader.TestCasesHandler
-
- getSystemTestDef() - Method in class org.cornutum.tcases.io.SystemTestJsonReader
-
- getSystemTestDef() - Method in class org.cornutum.tcases.io.SystemTestResource
-
- 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
-
- getTestCaseWriter() - Method in class org.cornutum.tcases.openapi.testwriter.TestWriter
-
- getTestDef() - Method in class org.cornutum.tcases.ant.TcasesTask
-
Returns the output path for generated test definitions.
- 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.
- 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, 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 and
base test definitions.
- getTests(FunctionInputDef, ITestCaseGenerator, 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 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
-
- getTests(InputStream) - Static method in class org.cornutum.tcases.TcasesIO
-
- getTests(Project) - Static method in class org.cornutum.tcases.TcasesIO
-
- getTests(InputStream) - Static method in class org.cornutum.tcases.TcasesJson
-
- 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
-
- getTestTarget() - Method in class org.cornutum.tcases.openapi.ApiTestCommand.Options
-
- getTestTarget() - Method in class org.cornutum.tcases.openapi.testwriter.JavaTestTarget.Builder
-
- getTestTarget() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.BaseBuilder
-
- getTestTarget() - Method in class org.cornutum.tcases.openapi.testwriter.TestTarget.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
-
- 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
-
- getTupleGenerator() - Method in class org.cornutum.tcases.generator.io.GeneratorSetDocReader.TupleGeneratorHandler
-
- 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.DataValue
-
Returns the data type.
- getType() - Method in class org.cornutum.tcases.openapi.resolver.MessageData
-
Returns the data value 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.openapi.resolver.ArrayDomain
-
Return the type(s) of values that belong to this domain.
- getTypes() - Method in class org.cornutum.tcases.openapi.resolver.ConstantDomain
-
Return the type(s) of values that belong to this domain.
- getTypes() - Method in class org.cornutum.tcases.openapi.resolver.EnumDomain
-
Return the type(s) of values that belong to this domain.
- getTypes() - Method in class org.cornutum.tcases.openapi.resolver.LengthDomain
-
Return the type(s) of values that belong to this domain.
- getTypes() - Method in class org.cornutum.tcases.openapi.resolver.MultiTypeDomain
-
Return the type(s) of values that belong to this domain.
- getTypes() - Method in class org.cornutum.tcases.openapi.resolver.NullDomain
-
Return the type(s) of values that belong to this domain.
- getTypes() - Method in class org.cornutum.tcases.openapi.resolver.NumberDomain
-
Return the type(s) of values that belong to this domain.
- getTypes() - Method in class org.cornutum.tcases.openapi.resolver.ObjectDomain
-
Return the type(s) of values that belong to this domain.
- getTypes() - Method in class org.cornutum.tcases.openapi.resolver.SequenceDomain
-
Return the type(s) of values that belong to this domain.
- getTypes() - Method in interface org.cornutum.tcases.openapi.resolver.ValueDomain
-
Return the type(s) of values that belong to this domain.
- 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.
- 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
-
- getValue() - Method in class org.cornutum.tcases.openapi.resolver.ConstantDomain
-
Returns the constant value for this domain.
- getValue() - Method in class org.cornutum.tcases.openapi.resolver.DataValue
-
Returns the data value.
- 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.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.
- 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
-
- getVarDef() - Method in class org.cornutum.tcases.VarBindingDef
-
Returns the input variable definition for this binding.
- 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.
- 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
-
- getVarTypes() - Method in class org.cornutum.tcases.TestCase
-
- 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.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.
- 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
-
- 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
-
- 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.
- IGeneratorSet - Interface in org.cornutum.tcases.generator
-
- IGeneratorSetSource - Interface in org.cornutum.tcases.generator.io
-
- ignore() - Static method in interface org.cornutum.tcases.openapi.ModelConditionNotifier
-
- ignore() - Static method in interface org.cornutum.tcases.openapi.resolver.ResolverConditionNotifier
-
- 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.openapi.resolver.DateDomain
-
Defines the initial length range for values in this domain.
- initLengthRange() - Method in class org.cornutum.tcases.openapi.resolver.DateTimeDomain
-
Defines the initial length range for values in this domain.
- initLengthRange() - Method in class org.cornutum.tcases.openapi.resolver.EmailDomain
-
Defines the initial length range for values in this domain.
- initLengthRange() - Method in class org.cornutum.tcases.openapi.resolver.SequenceDomain
-
Defines the initial length range for values in this domain.
- initLengthRange() - Method in class org.cornutum.tcases.openapi.resolver.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() - 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.openapi.resolver
-
Defines a singleton Integer value set.
- IntegerConstant(Integer) - Constructor for class org.cornutum.tcases.openapi.resolver.IntegerConstant
-
Creates a new IntegerConstant instance.
- integerData(int) - Method in class org.cornutum.tcases.openapi.resolver.AbstractMessageDataBuilder
-
- IntegerDomain - Class in org.cornutum.tcases.openapi.resolver
-
Defines a set of Integer values that can be used by a request.
- IntegerDomain() - Constructor for class org.cornutum.tcases.openapi.resolver.IntegerDomain
-
Creates a new IntegerDomain instance.
- IntegerDomain(long) - Constructor for class org.cornutum.tcases.openapi.resolver.IntegerDomain
-
Creates a new IntegerDomain instance.
- IntegerDomain(int, int) - Constructor for class org.cornutum.tcases.openapi.resolver.IntegerDomain
-
Creates a new IntegerDomain instance.
- IntegerDomain(NumberDomain.Range) - Constructor for class org.cornutum.tcases.openapi.resolver.IntegerDomain
-
Creates a new IntegerDomain instance.
- IntegerEnum - Class in org.cornutum.tcases.openapi.resolver
-
Defines an enumerated integer value set.
- IntegerEnum(Iterable<String>) - Constructor for class org.cornutum.tcases.openapi.resolver.IntegerEnum
-
Creates a new IntegerEnum instance.
- IntegerEnum(Collection<Integer>) - Constructor for class org.cornutum.tcases.openapi.resolver.IntegerEnum
-
Creates a new IntegerEnum instance.
- IntegerValue - Class in org.cornutum.tcases.openapi.resolver
-
Represents a generated integer value for a request case.
- IntegerValue(Integer) - Constructor for class org.cornutum.tcases.openapi.resolver.IntegerValue
-
Creates a new IntegerValue instance.
- 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.
- 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.
- 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.openapi.resolver.DataValue.Type
-
Returns true if this type designates a composite value
- isConstant() - Method in class org.cornutum.tcases.openapi.resolver.NumberDomain.Range
-
Return true if this range contains a single constant value.
- isDate(String) - Static method in class org.cornutum.tcases.openapi.resolver.DateConstant
-
Returns true if the given value is a valid date string.
- isDateTime(String) - Static method in class org.cornutum.tcases.openapi.resolver.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.openapi.resolver.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.
- 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.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.
- 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
-
- 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
-
- isItemsUnique() - Method in class org.cornutum.tcases.openapi.resolver.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.openapi.resolver.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.openapi.resolver.NumberDomain.Range
-
Returns true if the minimum is exclusive.
- isMultipleOf(BigDecimal, BigDecimal) - Method in class org.cornutum.tcases.openapi.resolver.DecimalDomain
-
Returns true if value
is a multiple of multiple
.
- isMultipleOf(Integer, Integer) - Method in class org.cornutum.tcases.openapi.resolver.IntegerDomain
-
Returns true if value
is a multiple of multiple
.
- isMultipleOf(Long, Long) - Method in class org.cornutum.tcases.openapi.resolver.LongDomain
-
Returns true if value
is a multiple of multiple
.
- isMultipleOf(T, T) - Method in class org.cornutum.tcases.openapi.resolver.NumberDomain
-
Returns true if value
is a multiple of multiple
.
- 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.
- 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() - 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.openapi.resolver.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.openapi.resolver.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.openapi.resolver.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
- 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.
- isPrintable(char) - Static method in class org.cornutum.tcases.openapi.Characters.Any
-
Return true if the given chararacter is printable.
- isPrintable(int) - Static method in class org.cornutum.tcases.openapi.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).
- 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).
- 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.openapi.resolver.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.openapi.resolver.DateDomain
-
Returns true if the given value is a valid time string.
- isValidTime(String) - Method in class org.cornutum.tcases.openapi.resolver.DateTimeDomain
-
Returns true if the given value is a valid time string.
- isValidTime(String) - Method in class org.cornutum.tcases.openapi.resolver.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.
- ISystemInputSource - Interface in org.cornutum.tcases.io
-
- ISystemTestSource - Interface in org.cornutum.tcases.io
-
- 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.
- ITestCaseGenerator - Interface in org.cornutum.tcases.generator
-
- IVarDef - Interface in org.cornutum.tcases
-
Defines an input variable.
- IVarDef.Position - Interface in org.cornutum.tcases
-
Defines an ordering of variable definitions.