Jared Wooten

Technical Coach | Extreme Programmer

  • About
  • Blog
  • Curriculum Vitae

Testing the Pre-Flight Sequence

March 16, 2020 by Jared Wooten

Since my MockBridgeConsole exposes me ways to observe method call counts, I simply write an assertion that I've called the PressGreenButton() method once.

Read More
March 16, 2020 /Jared Wooten
TDD, test-driven development, extreme programming, c#, arrange act assert
1 Comment

Just Write a Test!

March 11, 2020 by Jared Wooten

The value of knowing how to get started testing cannot be understated. Once you build a little momentum, each successive test is a little easier to write.

Read More
March 11, 2020 /Jared Wooten
TDD, test-driven development, black box testing, extreme programming, c#
Comment