File: NoTestCaseClass.pm

package info (click to toggle)
libtest-unit-perl 0.25-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,348 kB
  • ctags: 543
  • sloc: perl: 4,290; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
package NoTestCaseClass;
use strict;

sub new {
}

sub testSuccess {
}

1;