All Projects → szabgab → test-class

szabgab / test-class

Licence: other
Test::Class - an xUnit testing framework for Perl 5.x

Programming Languages

perl
6916 projects
Raku
181 projects

Projects that are alternatives of or similar to test-class

tap-xunit
TAP to xUnit XML converter
Stars: ✭ 40 (+122.22%)
Mutual labels:  xunit, junit
Bats Core
Bash Automated Testing System
Stars: ✭ 2,820 (+15566.67%)
Mutual labels:  xunit, junit
xunit-to-junit
This Extensible Stylesheet Language Transformations can transform a xUnit.net v2 XML test results file into a JUnit test results file.
Stars: ✭ 21 (+16.67%)
Mutual labels:  xunit, junit
testing-spring-boot-applications-masterclass
🍃 Everything You Need to Know About Testing Spring Boot Applications
Stars: ✭ 185 (+927.78%)
Mutual labels:  junit
scalatest-junit-runner
JUnit 5 runner for Scalatest
Stars: ✭ 30 (+66.67%)
Mutual labels:  junit
chronicle2
Chronicle is a simple blog compiler, written in Perl with minimal dependencies.
Stars: ✭ 19 (+5.56%)
Mutual labels:  cpan
to-string-verifier
To String Verifier provides an easy and convenient way to test the toString method on your class.
Stars: ✭ 25 (+38.89%)
Mutual labels:  junit
junit5-demo
Demos for JUnit 5
Stars: ✭ 46 (+155.56%)
Mutual labels:  junit
kit-assignment-tests
Test collection for KIT programming assignments (WS16/17)
Stars: ✭ 18 (+0%)
Mutual labels:  junit
junit-insights
Extension for JUnit which provides insights for the runtime of contexts, classes and methods
Stars: ✭ 112 (+522.22%)
Mutual labels:  junit
faketime
Fake currentTimeMillis() without class loader hacks
Stars: ✭ 100 (+455.56%)
Mutual labels:  junit
ginkgo4j
A Java BDD Testing Framework (based on RSpec and Ginkgo)
Stars: ✭ 25 (+38.89%)
Mutual labels:  junit
ForgeModdingSkeleton
Skeletons for building Forge mods
Stars: ✭ 21 (+16.67%)
Mutual labels:  junit
timber-junit-rule
A highly configurable JUnit Rule that outputs Timber logs to standard output
Stars: ✭ 42 (+133.33%)
Mutual labels:  junit
Xunit.Categories
Friendlier attributes to help categorize your tests
Stars: ✭ 85 (+372.22%)
Mutual labels:  xunit
spring-jooq-flyway-testcontainers-junit5
🚀 Example project with configured Spring Boot, JooQ, TestContainers, MySQL container and JUnit5
Stars: ✭ 29 (+61.11%)
Mutual labels:  junit
wdio-junit-reporter
A WebdriverIO v4 plugin. Report results in junit xml format.
Stars: ✭ 13 (-27.78%)
Mutual labels:  junit
testcontainers-dotnet
dotnet port of testcontainers-java
Stars: ✭ 22 (+22.22%)
Mutual labels:  xunit
giulius-selenium-tests
A test harness that allows Selenium tests to be run using JUnit and test fixtures to be created and injected by a WebDriver-aware Guice
Stars: ✭ 12 (-33.33%)
Mutual labels:  junit
junit-report-rs
JUnit compatible XML reports in Rust
Stars: ✭ 15 (-16.67%)
Mutual labels:  junit

Source code of Test::Class Perl module

For documentation see Test::Class on MetaCPAN.

Release process

  • Update VERSION number in every .pm file in lib/
  • Update the Changes file.
perl Makefile.PL
make
make test
                     (TODO RELEASE_TESTING=1 prove xt/ )
make dist
git tags -a x.xx -m x.xx
git push --tags
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].