Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start Game Command validation #64

Merged
merged 6 commits into from Sep 17, 2021
Merged

Conversation

valexao
Copy link
Contributor

@valexao valexao commented Sep 16, 2021

solves the first part of issue #48 and validates that the start game command contains the mount path.

@@ -250,5 +250,20 @@ public void EmptyNodePortInContainerModeShouldFail()
new MultiplayerSettingsValidator(settings, _mockSystemOperations.Object).IsValid().Should().BeFalse();

}

[TestMethod]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a couple more test cases? e.g. a test that succeeds and multiple variations of startgamecommand. #Resolved

…cted cases of success for diff start game commands
Copy link
Contributor

@dgkanatsios dgkanatsios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@dgkanatsios dgkanatsios merged commit 5dca181 into main Sep 17, 2021
@dgkanatsios dgkanatsios deleted the startgamecommandvalidation branch September 17, 2021 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants