Lasse Koskela

Lasse Koskela’s Followers (2)

member photo
member photo

Lasse Koskela



Average rating: 3.64 · 351 ratings · 34 reviews · 10 distinct worksSimilar authors
Test Driven: Practical TDD ...

3.84 avg rating — 164 ratings — published 2007 — 7 editions
Rate this book
Clear rating
Effective Unit Testing

3.80 avg rating — 118 ratings — published 2012 — 6 editions
Rate this book
Clear rating
Lukijan ABC-kirja: johdatus...

by
2.95 avg rating — 60 ratings — published 1997
Rate this book
Clear rating
Opas kaunokirjallisuuden lu...

by
2.43 avg rating — 7 ratings — published 2003
Rate this book
Clear rating
测试驱动开发的艺术 (图灵程序设计丛书 59) (Ch...

by
it was amazing 5.00 avg rating — 1 rating
Rate this book
Clear rating
Viestintä verkostoissa ja i...

did not like it 1.00 avg rating — 1 rating — published 2007
Rate this book
Clear rating
Suomalaisia kirjailijoita: ...

0.00 avg rating — 0 ratings
Rate this book
Clear rating
Katkotut sormet ja enkelten...

0.00 avg rating — 0 ratings
Rate this book
Clear rating
(Test Driven: TDD and Accep...

by
0.00 avg rating — 0 ratings
Rate this book
Clear rating
Luettelo suomalaisista kirj...

0.00 avg rating — 0 ratings
Rate this book
Clear rating
More books by Lasse Koskela…
Quotes by Lasse Koskela  (?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“The approach shown... is a common pattern for testing exception-throwing behavior with JUnit.

@Test
public void missingValueRaisesException() throws Exception {
try {
new Template("${foo}").evaluate();
fail("evaluate() should throw an exception if "
+ "a variable was left without a value!");
} catch (MissingValueException expected) {
}
}

Lasse Koskela, Test Driven: Practical TDD and Acceptance TDD for Java Developers



Is this you? Let us know. If not, help out and invite Lasse to Goodreads.