| |
---|
| | TestYouTube[] youtube = { new TestGETYouTube(token), new TestPOSTYouTube(token), new TestPUTYouTube(token), |
---|
| | new TestDELETEYouTube(token, "PLCwNa5MZdBSrIn-8nc9gDckf2kzXejtL_") }; |
---|
| | TestTwitter[] twitter = { new TestGETListsTwitter("masterlink3535"), |
---|
| | new TestPOSTcreateTwitter("masterlink3535") }; |
---|
| | twitter[1].start(); |
---|
| | twitter[0].start(); |
---|
| | } |
---|
| | |
---|
| | } |
---|
| | |
---|
| | |
|