SlideShare a Scribd company logo
Perl and testing 
libraries…! 
tokuhirom 
YAPC::Asia 2014
Conclusion
You should try 
Test::Kantan
Self 
introduction
Server side Web engineer
Localizer 
Amon2 
MadEye 
Archer 
Caroline 
Furl 
Difflet 
Docopt SQL::Maker 
HTTP::Session2 
FormValidator::Lite 
mobirc
Test::SharedFork 
Test::Pretty 
Test::TCP
If you have any questions 
around the modules, you 
can ask me after this talk.
Do you like testing?
Do you like TDD?
Then…
History of Perl testing 
libraries…!
Test::More, Test::Class
Test::More 
use Test::More tests => 1; 
ok(“dan” eq “kogai”);
Test::Class
Architecture 
Test::Builder 
Test::More Test::Class 
Test::Excepti 
ons 
etc…
Test::Builder 
• Counts number of tests 
• Counts number of Failures 
• Counts number of Succeeded.
TAP!
Test Anything 
Protocol
Test::Kantan - Perl and Testing
Latest enhancements 
• subtest 
• done_testing
subtest 'feature2', sub { 
ok 1, 'it works'; 
ok 0, 'it looks great'; 
}; 
done_testing;
Test::Kantan - Perl and Testing
TAP with prove
prove eats TAP
Test::Kantan - Perl and Testing
Test::Builder is 
evolving…
Test::Builder2 
• It may started at 2011. 
• With dreams…
TB2 
• Custom output 
• Full rewrite 
• OO-ish APIs
But…
We need workaround 
for now…!
Test::Pretty 爆誕
Pretty output without 
code modifications!
Test::Kantan - Perl and Testing
Test::Kantan - Perl and Testing
Test::Kantan - Perl and Testing
Test::Kantan - Perl and Testing
めっちゃ見やすい!!
How it works?
Monkey patching…
But it works. Maybe.
It’s not a big problem. 
Because this is a 
workaround for now.
Test::Ika
RSpec like testing 
framework for Perl5
Ika?
Ika =
Please check it, if you 
love RSpec.
Test::More の停滞 
Development has stagnated
Test::Builder2 
• It may started at 2011. 
• With dreams… 
• It was gone. ← NEW!
Test::More x.xx was 
released.
Then…
I can’t wait evolution.
Test::Kantan 爆誕
Yet another testing 
framework
Test::Kantan is not 
based on Test::Builder
What’s new?
subtests with hooks
before_each 
after_each
IIRC 
jasmine inspired 
interfaces.
BDD Style
Test::Kantan - Perl and Testing
Given-When-Then
Test::Kantan - Perl and Testing
Plain old Test::More 
style
Test::Kantan - Perl and Testing
Assertions
ok { $foo->bar() eq ‘baz’ };
Power Assert 
hooks B optree.
ok { x(x($foo)->bar()) 
eq ‘baz’ };
expect($x)->to_be_true;
Shows testing details 
if it’s failed.
Test::Kantan - Perl and Testing
Test::Kantan - Perl and Testing
Test::Kantan - Perl and Testing
All or nothing. 
pass or die;
Conclusion
Conclusion 
• Test::SharedFork 
• Test::TCP 
• Test::Pretty 
• Test::Ika 
• Test::Kantan ← NEW!
Enjoy testing!
Thanks

More Related Content

PDF
Perl6 meets JVM
PDF
Perl6 web-app
PPTX
Server::Starter meets Java
PDF
Paris Monitoring meetup #1 - Zabbix at BlaBlaCar
PDF
Asynchronous I/O in Python 3
PDF
Devel::NYTProf v3 - 200908 (OUTDATED, see 201008)
PDF
Great Tools Heavily Used In Japan, You Don't Know.
PPTX
Graal in GraalVM - A New JIT Compiler
Perl6 meets JVM
Perl6 web-app
Server::Starter meets Java
Paris Monitoring meetup #1 - Zabbix at BlaBlaCar
Asynchronous I/O in Python 3
Devel::NYTProf v3 - 200908 (OUTDATED, see 201008)
Great Tools Heavily Used In Japan, You Don't Know.
Graal in GraalVM - A New JIT Compiler

What's hot (20)

PDF
How to develop the Standard Libraries of Ruby?
ODP
Developing high-performance network servers in Lisp
PDF
CPAN Training
PDF
Perl Dist::Surveyor 2011
PDF
The Parenscript Common Lisp to JavaScript compiler
PDF
20140925 rails pacific
PDF
PHP7 - The New Engine for old good train
PDF
20140918 ruby kaigi2014
PPTX
Nashorn: JavaScript that doesn’t suck (ILJUG)
PDF
3 years with Clojure
PDF
2021.laravelconf.tw.slides2
KEY
JRuby: What's Different (RORO Melbourne October 2011)
KEY
The problem with Perl
KEY
Perl in Teh Cloud
PPTX
Taming the resource tiger
PDF
キレイ会議 on Laravel
PPTX
Rabbits, indians and... Symfony meets queueing brokers
PPTX
Shall we play a game?
PDF
Fluentd in Co-Work
PPTX
A brief to PHP 7.3
How to develop the Standard Libraries of Ruby?
Developing high-performance network servers in Lisp
CPAN Training
Perl Dist::Surveyor 2011
The Parenscript Common Lisp to JavaScript compiler
20140925 rails pacific
PHP7 - The New Engine for old good train
20140918 ruby kaigi2014
Nashorn: JavaScript that doesn’t suck (ILJUG)
3 years with Clojure
2021.laravelconf.tw.slides2
JRuby: What's Different (RORO Melbourne October 2011)
The problem with Perl
Perl in Teh Cloud
Taming the resource tiger
キレイ会議 on Laravel
Rabbits, indians and... Symfony meets queueing brokers
Shall we play a game?
Fluentd in Co-Work
A brief to PHP 7.3
Ad

Viewers also liked (9)

PPTX
やさしいGemパッチの作り方
PDF
RSpec Performance Turning
PDF
How to Begin to Develop Ruby Core
PDF
Quine・難解プログラミングについて
PDF
Cookpad 17 day Tech internship 2017 言語処理系入門 Rubyをコンパイルしよう
PDF
Esoteric, Obfuscated, Artistic Programming in Ruby
ODP
Goのサーバサイド実装におけるレイヤ設計とレイヤ内実装について考える
PDF
Perfect Norikra 2nd Season
PDF
Ruby and Distributed Storage Systems
やさしいGemパッチの作り方
RSpec Performance Turning
How to Begin to Develop Ruby Core
Quine・難解プログラミングについて
Cookpad 17 day Tech internship 2017 言語処理系入門 Rubyをコンパイルしよう
Esoteric, Obfuscated, Artistic Programming in Ruby
Goのサーバサイド実装におけるレイヤ設計とレイヤ内実装について考える
Perfect Norikra 2nd Season
Ruby and Distributed Storage Systems
Ad

Similar to Test::Kantan - Perl and Testing (20)

PDF
How CPAN Testers helped me improve my module
PDF
Perl Testing Consideration (seen from other languages)
PDF
TAP In Depth
PDF
Perl 5.10
PPT
2016年のPerl (Long version)
PDF
Test-Tutorial
PDF
Test-Tutorial
ODP
Advanced Perl Techniques
PDF
Integration Testing Practice using Perl
PDF
IntroTestMore
PDF
IntroTestMore
PDF
Running and Developing Tests with the Apache::Test Framework
ODP
Introduction to Modern Perl
PDF
Enterprise Perl
PDF
What's new in Perl 5.12?
ODP
Advanced Perl Techniques
ODP
What's new in Perl 5.10?
PDF
Test tutorial
PDF
O CPAN tem as ferramentas que você precisa para fazer TDD em Perl, o Coding D...
PDF
Perl 101
How CPAN Testers helped me improve my module
Perl Testing Consideration (seen from other languages)
TAP In Depth
Perl 5.10
2016年のPerl (Long version)
Test-Tutorial
Test-Tutorial
Advanced Perl Techniques
Integration Testing Practice using Perl
IntroTestMore
IntroTestMore
Running and Developing Tests with the Apache::Test Framework
Introduction to Modern Perl
Enterprise Perl
What's new in Perl 5.12?
Advanced Perl Techniques
What's new in Perl 5.10?
Test tutorial
O CPAN tem as ferramentas que você precisa para fazer TDD em Perl, o Coding D...
Perl 101

More from Tokuhiro Matsuno (20)

PDF
20190126 yapc tokyo keynote
PPTX
最近のPerlバイナリマネージャー Perl 編
PPTX
Plenv and perl build, and search.cpan.org
PDF
MyBatis を利用した web application 開発についてのご紹介
PDF
Yapc fukuoka crust
PDF
Perl6 と web 開発と
PDF
Lineにおけるspring frameworkの活用
PPTX
Openjdk 入門してみた話
PDF
promgen - prometheus managemnet tool / simpleclient_java hacks @ Prometheus c...
PDF
Java web application testing
PDF
Javaで1から10まで書いた話(sanitized)
PDF
[jjug] Java と Benchmark
PPT
Devel::NYTProf::Apache
PPT
MySQL のチューニングについて考えてみた
PPT
PPT
MySQL::NameLocker
PPT
Inside MF
PPT
Web Application FLow
PPT
madeye agents
PPT
madeye classes
20190126 yapc tokyo keynote
最近のPerlバイナリマネージャー Perl 編
Plenv and perl build, and search.cpan.org
MyBatis を利用した web application 開発についてのご紹介
Yapc fukuoka crust
Perl6 と web 開発と
Lineにおけるspring frameworkの活用
Openjdk 入門してみた話
promgen - prometheus managemnet tool / simpleclient_java hacks @ Prometheus c...
Java web application testing
Javaで1から10まで書いた話(sanitized)
[jjug] Java と Benchmark
Devel::NYTProf::Apache
MySQL のチューニングについて考えてみた
MySQL::NameLocker
Inside MF
Web Application FLow
madeye agents
madeye classes

Recently uploaded (20)

PPTX
additive manufacturing of ss316l using mig welding
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
Digital Logic Computer Design lecture notes
PPTX
UNIT 4 Total Quality Management .pptx
PDF
composite construction of structures.pdf
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
DOCX
573137875-Attendance-Management-System-original
PDF
PPT on Performance Review to get promotions
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Sustainable Sites - Green Building Construction
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Construction Project Organization Group 2.pptx
PPT
Mechanical Engineering MATERIALS Selection
additive manufacturing of ss316l using mig welding
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Digital Logic Computer Design lecture notes
UNIT 4 Total Quality Management .pptx
composite construction of structures.pdf
Operating System & Kernel Study Guide-1 - converted.pdf
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
CYBER-CRIMES AND SECURITY A guide to understanding
573137875-Attendance-Management-System-original
PPT on Performance Review to get promotions
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Sustainable Sites - Green Building Construction
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Construction Project Organization Group 2.pptx
Mechanical Engineering MATERIALS Selection

Test::Kantan - Perl and Testing