root/lang/perl/Net-Chuitter/trunk/t/10_public.t
@
35484
| Revision 35484, 291 bytes (checked in by likk, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use Test::More tests => 2; |
| 3 | use Net::Chuitter; |
| 4 | my $chuitter = Net::Chuitter->new( |
| 5 | username => 'YOUR LOGIN_ID', |
| 6 | password => 'YOUR PASSWORD', |
| 7 | ); |
| 8 | my $tl = $chuitter->public_timeline(); |
| 9 | |
| 10 | isa_ok($chuitter,'Net::Chuitter', 'load test'); |
| 11 | isa_ok($tl,'ARRAY', 'public_timeline test'); |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)