Acme-Machi
view release on metacpan or search on metacpan
t/Acme-Machi.t view on Meta::CPAN
"Have some barley tea")),
1+3,
'Test return value of learning funcs'
);
#############################################################
open my $fh, '>', \ my $my_string;
# Apply affectionate() method, check outputs are randomly generated
#############################################################
my $applying_4_times = join "",
map {;
open $fh, '>', \ $my_string;
$loli->affectionate($fh);
$my_string;
} (1 .. 40);
isnt($applying_4_times, $my_string x 40,
'check randomness on results of affectionate() method'
);
#############################################################
# Chnaging speaker test
( run in 0.971 second using v1.01-cache-2.11-cpan-140bd7fdf52 )