Class ExampleResultProps
Props for storing example test results in redb database.
Key (E001, E002...) stored in RedbObject._value_string.
Title stored in RedbObject._name.
[RedbScheme("ExampleResult")]
public class ExampleResultProps
Inheritance
Properties
Results
Results by platform: "mssql", "mssql.pro", "postgres", "postgres.pro".
public Dictionary<string, PlatformResult>? Results { get; set; }