Init
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
namespace Adaptation.FileHandlers.csv;
|
||||
|
||||
public class CommaSeparatedValuesConfiguration
|
||||
{
|
||||
|
||||
public int Columns { get; set; }
|
||||
public int TestIndex { get; set; }
|
||||
public int RegularExpressionGroupCount { get; set; }
|
||||
public string RegularExpressionPattern { get; set; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user