aboutsummaryrefslogblamecommitdiffstats
path: root/t/ui_viewport.t
blob: 0cff6d8c3549f75bd1989e05fb9e0b5937abd043 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                     
use lib 't/lib';
use strict;
use warnings;

use Test::Class;
use RTest::UI::ViewPort::ListView;

Test::Class->runtests(
  RTest::UI::ViewPort::ListView->new,
);