File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
kilo-test/src/test/java/org/httprpc/kilo/test Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020import java .net .URI ;
2121import java .util .Iterator ;
2222
23- public class BulkUploadTest {
23+ public class BulkUploadServiceTest {
2424 public static class Rows implements Iterable <Row > {
2525 private int count ;
2626
Original file line number Diff line number Diff line change 2525import static org .httprpc .kilo .util .Iterables .*;
2626import static org .junit .jupiter .api .Assertions .*;
2727
28- public class CatalogTest {
28+ public class CatalogServiceTest {
2929 private static final URI baseURI = URI .create ("http://localhost:8080/kilo-test/" );
3030
3131 @ Test
Original file line number Diff line number Diff line change 2020import java .net .URI ;
2121import java .util .List ;
2222
23- public class EmployeesTest {
23+ public class EmployeeServiceTest {
2424 public static void main (String [] args ) throws IOException {
2525 var baseURI = URI .create ("http://localhost:8080/kilo-test/" );
2626
Original file line number Diff line number Diff line change 2222
2323import static org .junit .jupiter .api .Assertions .*;
2424
25- public class FilmsTest {
25+ public class FilmServiceTest {
2626 private static final URI baseURI = URI .create ("http://localhost:8080/kilo-test/" );
2727
2828 @ Test
Original file line number Diff line number Diff line change 2626import static org .httprpc .kilo .util .Collections .*;
2727import static org .junit .jupiter .api .Assertions .*;
2828
29- public class PetsTest {
29+ public class PetServiceTest {
3030 private static final URI baseURI = URI .create ("http://localhost:8080/kilo-test/" );
3131
3232 @ Test
You can’t perform that action at this time.
0 commit comments