The Unit Test is dead. Long live the Unit Test! - Colin Vipurs

31
Dpmjo!Wjqvst!Aueenpolfz Uif!Voju!Uftu!jt!Efbe" Mpoh!Mjwf!uif!Voju!Uftu" UM<ES Dpotuboumz!btl!「xiz@」!boe!「xibu!jg@」!! Nblf!bddfqubodf!uftut!svo!GBTU"! Bddfqubodf!uftu!ps!voju!uftu!OPU!cpui! Vtf!xibufwfs!jt!bqqmjdbcmf!bu!uif!ujnf!

Transcript of The Unit Test is dead. Long live the Unit Test! - Colin Vipurs

Page 1: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 2: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 3: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 4: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 5: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 6: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 7: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 8: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 9: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 10: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 11: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 12: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 13: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 14: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 15: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 16: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 17: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 18: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 20: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 21: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs

@Path("/feed/1234") public String getFeed() { return """ { "posts": [ { "id": "1414", "name": "Bob", "message": "Hi there, I'm bob", "when": "Just now" }]}"""}

Page 22: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs

@Path("/feed/1234") public Feed getFeed() { return Feed.containing(posts( new Post("1414", "Bob", "Hi there, I'm bob", "Just now")) ); }

Page 23: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs

public Feed getFeed() { return Feed.containing( posts(new Post("1414", "Bob", "Hi there, I'm bob", "Just now")) ); }

Page 24: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 25: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 26: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 27: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 28: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 29: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 30: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs
Page 31: The Unit Test is dead. Long live the Unit Test! - Colin Vipurs