]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - t/01-api.t
Introduce LaTeX::TikZ::Functor
[perl/modules/LaTeX-TikZ.git] / t / 01-api.t
index 106ebbe649b573ea0ffe84c8e09bf5310e83b2c3..3eea9d9b1123f2bbed752381bb9a621fbd2b3b65 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 5 + 16 + 12;
+use Test::More tests => 5 + 20 + 12;
 
 use LaTeX::TikZ;
 
@@ -29,12 +29,13 @@ is(prototype('Tikz'), '', 'main::Tikz is actually a constant');
 }
 
 my @methods = qw/
+ formatter functor
  raw
  path seq
- point line polyline closed_polyline rectangle circle arc
+ point line polyline closed_polyline rectangle circle arc arrow
  raw_mod
  clip layer
- width color fill
+ width color fill pattern
 /;
 
 for (@methods) {