Skip to content

Commit 0e6aff2

Browse files
committed
empty tests
1 parent b7de644 commit 0e6aff2

4 files changed

Lines changed: 60 additions & 2 deletions

File tree

src/main/java/com/base/api/ContactPersonService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
package com.base.api;
22

3-
import com.base.api.model.contact.ContactPerson;
43
import com.base.api.model.contact.PersonData;
54
import com.base.api.model.contact.SimpleContactPerson;
6-
import com.base.api.response.common.GetTimeIntervals;
75
import com.base.api.response.tracking.CreateContactPerson;
86
import com.google.gson.Gson;
97
import com.google.gson.JsonObject;
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
package com.base.api;
2+
3+
import junit.framework.TestCase;
4+
5+
public class Common_ServiceTest extends TestCase {
6+
7+
public void testGetTimeIntervals() {
8+
}
9+
10+
public void testGetCargoTypes() {
11+
}
12+
13+
public void testGetBackwardDeliveryCargoTypes() {
14+
}
15+
16+
public void testGetPalletsList() {
17+
}
18+
19+
public void testGetTypesOfPayersForRedelivery() {
20+
}
21+
22+
public void testGetPackList() {
23+
}
24+
25+
public void testGetTiresWheelsList() {
26+
}
27+
28+
public void testGetCargoDescriptionList() {
29+
}
30+
31+
public void testGetMessageCodeText() {
32+
}
33+
34+
public void testGetServiceTypes() {
35+
}
36+
37+
public void testGetOwnershipFormsList() {
38+
}
39+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package com.base.api;
2+
3+
import junit.framework.TestCase;
4+
5+
public class ContactPersonServiceTest extends TestCase {
6+
7+
public void testCreate() {
8+
}
9+
10+
public void testUpdate() {
11+
}
12+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.base.api;
2+
3+
import junit.framework.TestCase;
4+
5+
public class TrackingServiceTest extends TestCase {
6+
7+
public void testGetStatusDocuments() {
8+
}
9+
}

0 commit comments

Comments
 (0)