File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com .base .api ;
22
3- import com .base .api .model .contact .ContactPerson ;
43import com .base .api .model .contact .PersonData ;
54import com .base .api .model .contact .SimpleContactPerson ;
6- import com .base .api .response .common .GetTimeIntervals ;
75import com .base .api .response .tracking .CreateContactPerson ;
86import com .google .gson .Gson ;
97import com .google .gson .JsonObject ;
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments