Felipe Leme

FELIPE LEME is a software engineer who is very passionate about TDD (test-driven development), Java, and computers in general. He got his first computer at age 11, learned Java in 1996, and wrote his first JUnit test case in 2000. Since he earned a Bachelor degree in Computer Engineering at the State University of Campinas (Uni-camp) in 1997, he has worked almost exclusively with Java, and has contributed back to the community in many ways: as a committer for open source projects such as DbUnit, as a speaker in conferences such as JavaOne, as an individual member of the JCP, and as a blogger and writer at java.net. Felipe authored chapters 1719. After living alternately in São Paulo, Brazil, and California, U.S., he finally settled down in the San Francisco Bay Area, where he lives with his wife, kids, and hermit crabs.

books by Felipe Leme

JUnit in Action, Second Edition

  • June 2010
  • ISBN 9781935182023
  • 504 pages
  • printed in black & white
  • Available translations: Korean

JUnit in Action, Second Edition is an entirely revised and up-to-date guide to unit testing Java applications. It provides techniques for solving real-world problems such as using mocks for testing isolation, in-container testing for Java EE and database applications, and test automation. In an example-driven style, it covers JUnit 4.8 innovations such as the new annotations that simplify test writing, improved exception handling, and the new assertion methods. Along the way, you'll learn to integrate JUnit with other important open source frameworks and tools.