Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
1 test 1 assert ?
Search
PoohSunny
September 30, 2017
Technology
0
390
1 test 1 assert ?
TDDBC Tokyo 2017-09 でのLTスライドです。
https://tddbc.connpass.com/event/65484/
PoohSunny
September 30, 2017
Tweet
Share
More Decks by PoohSunny
See All by PoohSunny
ドレイファスモデルの紹介 / introduce Dreyfus model
poohsunny
1
1.2k
Make Work Visible in Agile2018 #LINE_DM
poohsunny
1
410
タウンワークをドライブさせるためになんちゃってアジャイルをやめた話 #devsumi #devsumiB / devsumi2018
poohsunny
30
46k
XUTPから学ぶ記述性の高いユニットテスト 〜俺たちを助けるユニットテストへ〜 / xUTP in #xpjug
poohsunny
4
5.2k
XCUITestする時のTIPs 〜あなたを助けるXCUITestへ〜
poohsunny
0
3.1k
コードに思いが伝わる
poohsunny
0
280
横浜タネマキでGebと握手! #yokohamagroovy
poohsunny
0
400
The "yummy" licenses.
poohsunny
0
170
ブラウザテストをサクサク自動化するためのGeb実践入門 #jjug_ccc
poohsunny
21
7k
Other Decks in Technology
See All in Technology
大規模プロジェクトにおける 品質管理の要点と実践 / 20250327 Suguru Ishii
shift_evolve
0
320
SREが実現する開発者体験の革新
sansantech
PRO
0
130
Agile TPIを活用した品質改善事例
tomasagi
0
590
FinOps_Demo
tkhresk
0
110
20250328_RubyKaigiで出会い鯛_____RubyKaigiから始まったはじめてのOSSコントリビュート.pdf
mterada1228
0
420
3/26 クラウド食堂LT #2 GenU案件を通して学んだ教訓 登壇資料
ymae
1
240
お問い合わせ対応の改善取り組みとその進め方
masartz
1
590
ウォンテッドリーにおける Platform Engineering
bgpat
0
170
サーバシステムを無理なくコンテナ移行する際に伝えたい4つのポイント/Container_Happy_Migration_Method
ozawa
1
120
ペアーズにおけるData Catalog導入の取り組み
hisamouna
0
250
数百台のオンプレミスのサーバーをEKSに移行した話
yukiteraoka
0
770
やさしいMCP入門
minorun365
PRO
135
78k
Featured
See All Featured
Faster Mobile Websites
deanohume
306
31k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
Designing for Performance
lara
606
69k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
30k
Adopting Sorbet at Scale
ufuk
75
9.3k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
28
1.6k
Designing Experiences People Love
moore
141
23k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.7k
Rebuilding a faster, lazier Slack
samanthasiow
80
8.9k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.4k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Transcript
1 test 1 assert ? 1
ߴڮ ཅଠ(@PoohSunny) { role: "Engineer team leader", lang: ["Java", "Groovy",
"Swift"] } 2
3
ϖΞϓϩσϞ 4
1 test 1 assertion 5
xUTPͱͷग़ձ͍ 6
ޙ3 3 photo: https://www.flickr.com/photos/daverusso88/20860542330/in/photolist- xMnJsW-8H8jnW-8BDdLz-fS9XhN-e3qtWG-oaibHC-eRMCCx-q9Ftni-n7Lmvm-supyFV-gXyxGZ- fEKqSK-sqqxce-sfR8k1-q7N9Ta-dDw4Zq-9ML2MP-oa6sWm-J5F4zN-4vX6LP-nW3r1Q- rF4QJJ-8BWJj9-A1MjG7-sqqpKR-HgcdWN-7Dy6QC-s7M3Dn-w2RjN3-TZXibu-mMD2tR-o9TZi6- shS8mE-hWRzr-WJPkXw-xe6Rnv-DWz4Ra-yGju6j-fkfg3o-ghz6JD-wR4HYP-7xhvzK-rN2UEW- krfJu3-Duju1z-FSwQ8h-8yNSK2-4vXc2a-DaLuo5-zZyYuS 7
xUTPͱͷग़ձ͍(ཧ)4 4 ಈը: https://engineers.sg/video/unit-test-craftsmanship-agile-singapore- conference-2016--1168 εϥΠυ: http://singapore2016.xunitpatterns.com/ 8
γϯάϧΞαʔγϣϯ9 • ࿑ಇ࣌ؒܭࢉͷςετ // then assertEquals(720, result.getWorkTime()); • ٳܜ࣌ؒܭࢉͷςετ //
then List<Integer> breakTimeList = result.getBreakTimeList(); assertEquals(2, breakTimeList.size()); assertEquals(60, breakTimeList[0]); assertEquals(45, breakTimeList[1]); 9 http://xunitpatterns.com/Principles%20of%20Test%20Automation.html#Single Condition Test 9
1 test 1 assertϗ ϯτʁ 10
·ͱΊ͓͍ͯͨํ͕ Θ͔Γͦ͢͏ // then List<Integer> breakTimeList = result.getBreakTimeList(); assertEquals(2, breakTimeList.size());
assertEquals(60, breakTimeList[0]); assertEquals(45, breakTimeList[1]); 11
ಡΈ͍͢ܗʹ ϦϑΝΫλϦϯά • ྫ͑JUnit5 + AssertJΛར༻ // then List<Integer> breakTimeList
= result.getBreakTimeList(); assertThat(breakTimeList).hasSize(2).containsExactly(60, 45); 12
ΧελϜΞαʔγϣϯ10 • ϔϧύʔΛ࡞͠ɺΞαʔγϣϯͷ࣮ॲཧͦ ͪΒʹҠಈ 10 http://xunitpatterns.com/Custom%20Assertion.html 13
ϝιουຊޠԽख // then List<Integer> breakTimeList = result.getBreakTimeList(); ٳܜ2ճܭࢉ͞Εͯ(breakTimeList, _1ͭͷܭࢉ࣌ؒ(60), _2ͭͷܭࢉ࣌ؒ(45));
14
ϝϯςφϯεੑ͕٘ਜ਼ʹͳ Δʁ • ςετͷڞ௨ԽͬͯͲΕ΄Ͳॏཁʁ • ͜ΕʹΑͬͯͲͷ͘Β͍ಡΈ͕͢͞૿͢ʁ 15
ಡΈ͘͢ͳΒͳ͍Α͏ͳΒ ͠ಡΈ͘͢ͳΒͳ͍ͳΒɺγϯάϧΞαʔγ ϣϯਥʹͳΔͭΓͳ͍Α — Principle: Verify One Condition per Test
11 11 http://xunitpatterns.com/Principles%20of%20Test%20Automation.html#Single Condition Test ΑΓҙ༁ 16
Single Assertion ૉΒ͍͠ 17
Ͱόϥϯε͋Δ Αʂ 18
͓͠·͍ 19