Answered Testing windows workflow foundation

Todas as Respostas

  • sexta-feira, 13 de julho de 2012 05:51
    Moderador
     
     Respondido

    Hi,

    Please check Microsoft.Activities.UnitTesting.

    Microsoft.Activities.UnitTesting is a unit testing framework designed to make it easier to unit test activities and workflow services built with Windows Workflow Foundation (WF4).
    The Framework contains

    • Test Hosts which wrap WorkflowInvoker, WorkflowApplication and WorkflowServiceHost
    • Assert helper classes for asserting out arguments and tracking records

    These classes are test framework independent so you can use them with MSTest, NUnit, xUnit or whatever test framework you like.  In the walkthroughs we will use MSTest

    Microsoft.Activities.UnitTesting

    http://wf.codeplex.com/wikipage?title=Microsoft.Activities.UnitTesting%20Overview&referringTitle=Home


    Leo Tang [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    • Marcado como Resposta LeoTangModerator quinta-feira, 19 de julho de 2012 02:50
    •