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 pl .smsapi .api .action .contacts ;
22
33import org .junit .Before ;
4+ import org .junit .Ignore ;
45import org .junit .Test ;
56import pl .smsapi .api .response .RawResponse ;
67import pl .smsapi .exception .SmsapiException ;
1011
1112import static org .junit .Assert .*;
1213
14+ @ Ignore
1315public class ContactsFactoryTest extends TestSmsapi
1416{
1517 ContactsFactory apiFactory ;
Original file line number Diff line number Diff line change 11package pl .smsapi .api .action .contacts .groups ;
22
33import org .junit .Before ;
4+ import org .junit .Ignore ;
45import org .junit .Test ;
56import pl .smsapi .api .response .RawResponse ;
67import pl .smsapi .exception .SmsapiException ;
1112import static org .junit .Assert .*;
1213import static org .junit .Assert .assertTrue ;
1314
15+ @ Ignore
1416public class GroupsFactoryTest extends TestSmsapi {
1517
1618 GroupsFactory apiFactory ;
Original file line number Diff line number Diff line change 11package pl .smsapi .api .action .sms .sendernames ;
22
33import org .junit .Before ;
4+ import org .junit .Ignore ;
45import org .junit .Test ;
56import pl .smsapi .api .response .RawResponse ;
67import pl .smsapi .exception .SmsapiErrorException ;
1213import static org .junit .Assert .*;
1314import static org .junit .Assert .assertTrue ;
1415
16+ @ Ignore
1517public class SendernamesFactoryTest extends TestSmsapi {
1618
1719 SendernamesFactory apiFactory ;
Original file line number Diff line number Diff line change 11package pl .smsapi .api .action .subusers ;
22
33import org .junit .Before ;
4+ import org .junit .Ignore ;
45import org .junit .Test ;
56import pl .smsapi .api .response .Response ;
67import pl .smsapi .exception .SmsapiErrorException ;
1112
1213import static org .junit .Assert .*;
1314
15+ @ Ignore
1416public class SubusersFactoryTest extends TestSmsapi {
1517
1618 SubusersFactory apiFactory ;
Original file line number Diff line number Diff line change 22
33import org .json .JSONObject ;
44import org .junit .Before ;
5- import org .junit .Ignore ;
65import pl .smsapi .Client ;
76import pl .smsapi .OAuthClient ;
87import pl .smsapi .api .response .MessageResponse ;
1413import java .nio .file .Path ;
1514import java .nio .file .Paths ;
1615
17- @ Ignore
1816public class TestSmsapi {
1917 protected String fileToIds = "_ids_test.txt" ;
2018
You can’t perform that action at this time.
0 commit comments