aboutsummaryrefslogblamecommitdiffstats
path: root/t/ui_view.t
blob: e90bc462f4fb021b04b2b4f811834a56ecc3b7cc (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::View;

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