Add mock validation

This commit is contained in:
Dominik Adam Przybysz 2014-12-13 20:33:22 +01:00
parent fda5b6ca5c
commit 88bb4f3067
6 changed files with 78 additions and 51 deletions

View file

@ -26,7 +26,7 @@ class ControlServerClient {
throw new MockAlreadyExists()
}
throw new InvalidMockDefinitionException(responseXml.text())
throw new InvalidMockDefinition(responseXml.text())
}
}