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

What's hot (20)

PDF
How to develop the Standard Libraries of Ruby?
Hiroshi SHIBATA
 
ODP
Developing high-performance network servers in Lisp
Vladimir Sedach
 
PDF
CPAN Training
Pedro Figueiredo
 
PDF
Perl Dist::Surveyor 2011
Tim Bunce
 
PDF
The Parenscript Common Lisp to JavaScript compiler
Vladimir Sedach
 
PDF
20140925 rails pacific
Hiroshi SHIBATA
 
PDF
PHP7 - The New Engine for old good train
Xinchen Hui
 
PDF
20140918 ruby kaigi2014
Hiroshi SHIBATA
 
PPTX
Nashorn: JavaScript that doesn’t suck (ILJUG)
Tomer Gabel
 
PDF
3 years with Clojure
Michael Klishin
 
PDF
2021.laravelconf.tw.slides2
LiviaLiaoFontech
 
KEY
JRuby: What's Different (RORO Melbourne October 2011)
Charles Nutter
 
KEY
The problem with Perl
Pedro Figueiredo
 
KEY
Perl in Teh Cloud
Pedro Figueiredo
 
PPTX
Taming the resource tiger
Elizabeth Smith
 
PDF
キレイ会議 on Laravel
Nʎ Nkogues
 
PPTX
Rabbits, indians and... Symfony meets queueing brokers
Gaetano Giunta
 
PPTX
Shall we play a game?
Maciej Lasyk
 
PDF
Fluentd in Co-Work
Makoto Haruyama
 
PPTX
A brief to PHP 7.3
Xinchen Hui
 
How to develop the Standard Libraries of Ruby?
Hiroshi SHIBATA
 
Developing high-performance network servers in Lisp
Vladimir Sedach
 
CPAN Training
Pedro Figueiredo
 
Perl Dist::Surveyor 2011
Tim Bunce
 
The Parenscript Common Lisp to JavaScript compiler
Vladimir Sedach
 
20140925 rails pacific
Hiroshi SHIBATA
 
PHP7 - The New Engine for old good train
Xinchen Hui
 
20140918 ruby kaigi2014
Hiroshi SHIBATA
 
Nashorn: JavaScript that doesn’t suck (ILJUG)
Tomer Gabel
 
3 years with Clojure
Michael Klishin
 
2021.laravelconf.tw.slides2
LiviaLiaoFontech
 
JRuby: What's Different (RORO Melbourne October 2011)
Charles Nutter
 
The problem with Perl
Pedro Figueiredo
 
Perl in Teh Cloud
Pedro Figueiredo
 
Taming the resource tiger
Elizabeth Smith
 
キレイ会議 on Laravel
Nʎ Nkogues
 
Rabbits, indians and... Symfony meets queueing brokers
Gaetano Giunta
 
Shall we play a game?
Maciej Lasyk
 
Fluentd in Co-Work
Makoto Haruyama
 
A brief to PHP 7.3
Xinchen Hui
 

Viewers also liked (9)

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

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

PPTX
Automating JavaScript testing with Jasmine and Perl
nohuhu
 
PDF
IntroTestMore
tutorialsruby
 
PDF
IntroTestMore
tutorialsruby
 
PDF
Perl Testing Consideration (seen from other languages)
Masaki Nakagawa
 
ODP
Agile analysis development
setitesuk
 
KEY
Testing Zen
day
 
PDF
How to-node-core
IsaacSchlueter
 
PPTX
Test Driven Development on Android (Kotlin Kenya)
Danny Preussler
 
PDF
21st Century CPAN Testing: CPANci
Mike Friedman
 
PDF
Better detection of what modules are used by some Perl 5 code
charsbar
 
PDF
The Many Ways to Test Your React App
All Things Open
 
PDF
Test tutorial
msksaba
 
PDF
20140406 loa days-tdd-with_puppet_tutorial
garrett honeycutt
 
PDF
Jest: Frontend Testing richtig gemacht @WebworkerNRW
Holger Grosse-Plankermann
 
PDF
Angular 2 overview
Jesse Warden
 
PPT
Unit testing with Spock Framework
Eugene Dvorkin
 
PDF
A Type-level Ruby Interpreter for Testing and Understanding
mametter
 
PPTX
Ntd2015_pt_kanban_ppt
Jokin Aspiazu
 
PDF
Codeception: introduction to php testing (v2 - Aberdeen php)
Engineor
 
PPTX
C++ Testing Techniques Tips and Tricks - C++ London
Clare Macrae
 
Automating JavaScript testing with Jasmine and Perl
nohuhu
 
IntroTestMore
tutorialsruby
 
IntroTestMore
tutorialsruby
 
Perl Testing Consideration (seen from other languages)
Masaki Nakagawa
 
Agile analysis development
setitesuk
 
Testing Zen
day
 
How to-node-core
IsaacSchlueter
 
Test Driven Development on Android (Kotlin Kenya)
Danny Preussler
 
21st Century CPAN Testing: CPANci
Mike Friedman
 
Better detection of what modules are used by some Perl 5 code
charsbar
 
The Many Ways to Test Your React App
All Things Open
 
Test tutorial
msksaba
 
20140406 loa days-tdd-with_puppet_tutorial
garrett honeycutt
 
Jest: Frontend Testing richtig gemacht @WebworkerNRW
Holger Grosse-Plankermann
 
Angular 2 overview
Jesse Warden
 
Unit testing with Spock Framework
Eugene Dvorkin
 
A Type-level Ruby Interpreter for Testing and Understanding
mametter
 
Ntd2015_pt_kanban_ppt
Jokin Aspiazu
 
Codeception: introduction to php testing (v2 - Aberdeen php)
Engineor
 
C++ Testing Techniques Tips and Tricks - C++ London
Clare Macrae
 
Ad

More from Tokuhiro Matsuno (20)

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

Recently uploaded (20)

PDF
Introduction to Productivity and Quality
মোঃ ফুরকান উদ্দিন জুয়েল
 
PDF
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
PPTX
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
PDF
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 
PPTX
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
PPTX
Pharmaceuticals and fine chemicals.pptxx
jaypa242004
 
PPTX
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
PDF
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
PPTX
Day2 B2 Best.pptx
helenjenefa1
 
PPTX
REINFORCEMENT AS CONSTRUCTION MATERIALS.pptx
mohaiminulhaquesami
 
PPTX
Break Statement in Programming with 6 Real Examples
manojpoojary2004
 
PPTX
Innowell Capability B0425 - Commercial Buildings.pptx
regobertroza
 
DOCX
8th International Conference on Electrical Engineering (ELEN 2025)
elelijjournal653
 
PPTX
Hashing Introduction , hash functions and techniques
sailajam21
 
PPTX
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
PPT
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
PDF
monopile foundation seminar topic for civil engineering students
Ahina5
 
PDF
6th International Conference on Machine Learning Techniques and Data Science ...
ijistjournal
 
PDF
ARC--BUILDING-UTILITIES-2-PART-2 (1).pdf
IzzyBaniquedBusto
 
PDF
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 
Introduction to Productivity and Quality
মোঃ ফুরকান উদ্দিন জুয়েল
 
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
Pharmaceuticals and fine chemicals.pptxx
jaypa242004
 
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
Day2 B2 Best.pptx
helenjenefa1
 
REINFORCEMENT AS CONSTRUCTION MATERIALS.pptx
mohaiminulhaquesami
 
Break Statement in Programming with 6 Real Examples
manojpoojary2004
 
Innowell Capability B0425 - Commercial Buildings.pptx
regobertroza
 
8th International Conference on Electrical Engineering (ELEN 2025)
elelijjournal653
 
Hashing Introduction , hash functions and techniques
sailajam21
 
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
monopile foundation seminar topic for civil engineering students
Ahina5
 
6th International Conference on Machine Learning Techniques and Data Science ...
ijistjournal
 
ARC--BUILDING-UTILITIES-2-PART-2 (1).pdf
IzzyBaniquedBusto
 
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 

Test::Kantan - Perl and Testing