From 2cbd7056206d1c0f5b8f9f0ded4cda65ed784cb8 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 30 Jun 2009 11:24:57 +0200 Subject: private and protectd methods and basic tests --- xt/tests/Test/MooseX/MethodPrivate.pm | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 xt/tests/Test/MooseX/MethodPrivate.pm (limited to 'xt/tests') diff --git a/xt/tests/Test/MooseX/MethodPrivate.pm b/xt/tests/Test/MooseX/MethodPrivate.pm deleted file mode 100644 index cb8dc4c..0000000 --- a/xt/tests/Test/MooseX/MethodPrivate.pm +++ /dev/null @@ -1,25 +0,0 @@ -package Test::MooseX::MethodPrivate; - -use strict; -use warnings; -use base 'Test::Class'; -use Test::Exception; -use Test::More; - -sub class { 'MooseX::MethodPrivate' } - -sub startup : Tests(startup => 1) { - my $test = shift; - use_ok $test->class, "use ok"; -} - -sub shutdown : Tests(shutdown) { - my $test = shift; -} - -sub constructor : Tests(1) { - my $test = shift; - can_ok $test->class, 'new'; -} - -1; -- cgit v1.2.3