WildcardOptions Class
Definition
- Namespace
- Codebelt.Extensions.Xunit
- Assemblies
- Codebelt.Extensions.Xunit.dll
Configuration options for Match(string, string, Action<WildcardOptions>).
public class WildcardOptions
- Inheritance
-
WildcardOptions
Constructors
| Name | Description |
|---|---|
| WildcardOptions() | Initializes a new instance of the WildcardOptions class. |
Properties
| Name | Description |
|---|---|
| GroupOfCharacters | Gets or sets the symbol used to represents any group of characters, including no character. The default value is |
| SingleCharacter | Gets or sets the symbol used to represents any single character. The default value is |
| ThrowOnNoMatch | Gets or sets a value indicating whether a ArgumentOutOfRangeException is thrown when no match is found. The default value is |