How does one write the unit test itself for a build template with a custom activity?
Chapter 18 takes the user through a lot of detail about creating a test project (page 474), branching the build template file (page 475), and so forth. However, a crucial part is missing, namely, how to invoke the build workflow from the unit test. And the source code download does not seem to have a .cs file for the "Test.Activities" project.
Could someone advise me?
|