File: assert.t

package info (click to toggle)
libtest-unit-perl 0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,312 kB
  • sloc: perl: 4,299; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/perl -w

use strict;

use Test::Unit::HarnessUnit;
use Test::Unit::Debug qw(debug_pkgs);

#debug_pkgs(qw/Test::Unit::Assert/);
#debug_pkgs(qw/Test::Unit::Assertion::CodeRef/);

use lib 't/tlib', 'tlib';

my $testrunner = Test::Unit::HarnessUnit->new();
$testrunner->start("AssertTest");