App-Codit

 view release on metacpan or  search on metacpan

t/020-App-Codit-SessionManager.t  view on Meta::CPAN


use strict;
use warnings;
use Tk;

use Test::Tk;
use Test::More tests => 1;
$mwclass = 'Tk::AppWindow';

BEGIN { use_ok('App::Codit::SessionManager') };

# createapp(
# );
# 
# my $text;
# if (defined $app) {
# 	$text = $app->CoditText->pack(-expand => 1, -fill => 'both');
# }
# 
# push @tests , [ sub { return defined $text }, 1, 'CoditText created'];
# 
# starttesting;



( run in 1.186 second using v1.01-cache-2.11-cpan-5b529ec07f3 )