File: 70-op-stroke.t

package info (click to toggle)
libgraphics-primitive-perl 0.67-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 372 kB
  • sloc: perl: 2,586; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
use Test::More tests => 2;

BEGIN {
    use_ok('Graphics::Primitive::Operation::Stroke');
}

my $stroke = Graphics::Primitive::Operation::Stroke->new;
isa_ok($stroke, 'Graphics::Primitive::Operation::Stroke');