Add some tests

This commit is contained in:
Dominik Adam Przybysz 2014-12-10 19:16:22 +01:00
parent 961a8f556c
commit a7c6050e09
7 changed files with 258 additions and 108 deletions

View file

@ -0,0 +1,4 @@
package pl.touk.mockserver.client
class MockDoesNotExist extends RuntimeException{
}