Added Test::MockObject tests to Session/Url to bypass request requirements.

Added stub for Paginator.t
This commit is contained in:
Colin Kuskie 2006-01-20 18:53:47 +00:00
parent 18060d8e4e
commit e1b42d2970
2 changed files with 56 additions and 7 deletions

23
t/Paginator.t Normal file
View file

@ -0,0 +1,23 @@
#-------------------------------------------------------------------
# WebGUI is Copyright 2001-2006 Plain Black Corporation.
#-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using
# this software.
#-------------------------------------------------------------------
# http://www.plainblack.com info@plainblack.com
#-------------------------------------------------------------------
use FindBin;
use strict;
use lib "$FindBin::Bin/lib";
use WebGUI::Test;
use WebGUI::Session;
use WebGUI::Utility;
use WebGUI::Paginator;
use Test::More tests => 1; # increment this value for each test you create
my $session = WebGUI::Test->session;