A StringInterval is an Interval and represents a set of strings described by a regular expression.
More...
A StringInterval is an Interval and represents a set of strings described by a regular expression.
◆ StringInterval() [1/3]
OpenTestSystem.Otx.Runtime.Api.DataTypes.StringInterval.StringInterval |
( |
String |
regExp | ) |
|
|
inline |
Initializes a new instance of the StringInterval class.
- Parameters
-
regExp | A regular expression |
◆ StringInterval() [2/3]
OpenTestSystem.Otx.Runtime.Api.DataTypes.StringInterval.StringInterval |
( |
String |
regExp, |
|
|
IntervalSemantics |
semantic |
|
) |
| |
|
inline |
Initializes a new instance of the StringInterval class.
- Parameters
-
regExp | A regular expression |
semantic | The semantics of how values inside the interval are interpreted |
◆ StringInterval() [3/3]
OpenTestSystem.Otx.Runtime.Api.DataTypes.StringInterval.StringInterval |
( |
String |
regExp, |
|
|
IntervalSemantics |
semantic, |
|
|
String |
label |
|
) |
| |
|
inline |
Initializes a new instance of the StringInterval class.
- Parameters
-
regExp | A regular expression |
semantic | The semantics of how values inside the interval are interpreted |
label | The label to categorize the interval |
◆ GetRegExp()
String OpenTestSystem.Otx.Runtime.Api.DataTypes.StringInterval.GetRegExp |
( |
| ) |
|
|
inline |
Gets a regular expression.
If the regular expression is omitted, the interval includes all possible strings. In this case, all strings are considered to be inside the interval.
- Returns
- A regular expression
The documentation for this class was generated from the following file: