Add test harness and inital test coverage of the base class.

This commit is contained in:
Eric A. Miller
2018-03-21 23:45:00 -04:00
parent 26b13fbcd4
commit ddc5fd8c96
4 changed files with 960 additions and 0 deletions

6
xt/20_run.t Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::Class::Load qw<xt/lib>;