Add test classes for other RestControllers (empty)

This commit is contained in:
Vitaliy Fedoriv 2016-11-06 19:49:09 +02:00
parent c265cacf01
commit e674810d71
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,5 @@
package org.springframework.samples.petclinic.rest;
public class PetTypeRestControllerTests {
}

View file

@ -0,0 +1,5 @@
package org.springframework.samples.petclinic.rest;
public class SpecialtyRestControllerTests {
}

View file

@ -0,0 +1,5 @@
package org.springframework.samples.petclinic.rest;
public class VetRestControllerTests {
}

View file

@ -0,0 +1,5 @@
package org.springframework.samples.petclinic.rest;
public class VisitRestControllerTests {
}