Tweaks for JSON loading, minor refactor of unit tests
This commit is contained in:
@@ -6,6 +6,12 @@ public class IntegrationTestModel
|
||||
public string Description { get; set; } = null!;
|
||||
public IntegrationTestBattleSetup BattleSetup { get; set; } = null!;
|
||||
public IntegrationTestAction[] Actions { get; set; } = null!;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override string ToString()
|
||||
{
|
||||
return Name;
|
||||
}
|
||||
}
|
||||
|
||||
public class IntegrationTestBattleSetup
|
||||
|
||||
Reference in New Issue
Block a user