aboutsummaryrefslogtreecommitdiffstats
path: root/t/ui_window.t
blob: c3bbc4e41ec8a9bfa869a06689b4b7f5b3c23b4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use lib 't/lib';
use strict;
use warnings;

use Test::Class;
use Test::More;
use RTest::UI::Window;

TODO: { 
  local $TODO = 'sort this out later';
  Test::Class->runtests(
    RTest::UI::Window->new,
  );
};