BEGIN:VCALENDAR
PRODID:-//github.com/rianjs/ical.net//NONSGML ical.net 4.0//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:America/Phoenix
X-LIC-LOCATION:America/Phoenix
END:VTIMEZONE
BEGIN:VEVENT
DESCRIPTION:An important goal of Test Driven Development (TDD) is to be ab
 le to isolate your code under test. This means the method and class you a
 re testing at any given time should not interact with other classes or ex
 ternal resources like data stores or web services. So how do you test cod
 e the relies on these things? You use mock objects to stand in for them! 
 This session will explain the basics of mocking including the different t
 ypes of mocks (mocks\, stubs\, fakes\, etc.). You will see how to use a m
 ocking framework to make your test writing fast\, easy and more dependabl
 e. You will also learn some good patterns for creating and using mocks an
 d shown some anti-patterns to avoid. Lastly\, you'll be shown how to intr
 oduce mocking and unit testing into an environment that was not really de
 signed for it.
DTEND;TZID=America/Phoenix:20140405T163000
DTSTAMP:20260519T071415Z
DTSTART;TZID=America/Phoenix:20140405T153000
GEO:33.293070;-111.796620
LOCATION:Chandler - Gilbert Community College - IRN-219
ORGANIZER:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:An important goal of Test Driven Development (TDD) is to be able t
 o isolate your code under test. This means the method and class you are t
 esting at any given time should not interact with other classes or extern
 al resources like data stores or web services. So how do you test code th
 e relies on these things? You use mock objects to stand in for them! This
  session will explain the basics of mocking including the different types
  of mocks (mocks\, stubs\, fakes\, etc.). You will see how to use a mocki
 ng framework to make your test writing fast\, easy and more dependable. Y
 ou will also learn some good patterns for creating and using mocks and sh
 own some anti-patterns to avoid. Lastly\, you'll be shown how to introduc
 e mocking and unit testing into an environment that was not really design
 ed for it.
UID:57893114-bed5-4cb0-9bb2-f5feba6a2840
END:VEVENT
END:VCALENDAR
