mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
Add test classes for other RestControllers (empty)
This commit is contained in:
parent
c265cacf01
commit
e674810d71
4 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
package org.springframework.samples.petclinic.rest;
|
||||
|
||||
public class PetTypeRestControllerTests {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package org.springframework.samples.petclinic.rest;
|
||||
|
||||
public class SpecialtyRestControllerTests {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package org.springframework.samples.petclinic.rest;
|
||||
|
||||
public class VetRestControllerTests {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package org.springframework.samples.petclinic.rest;
|
||||
|
||||
public class VisitRestControllerTests {
|
||||
|
||||
}
|
Loading…
Reference in a new issue