<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>bizunit Forum Rss Feed</title><link>http://www.codeplex.com/bizunit/Thread/List.aspx</link><description>bizunit Forum Rss Description</description><item><title>New Post: Basic XmlValidationStep question</title><link>https://bizunit.codeplex.com/discussions/316966</link><description>&lt;div style="line-height: normal;"&gt;After checking the source code I don't think this is possible. ValidateXmlInstance is always called and it looks like this:&lt;br /&gt;
&lt;br /&gt;
private XmlDocument ValidateXmlInstance(Stream data, Context context)&lt;br /&gt;
{&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;try
{
    var settings = new XmlReaderSettings();
    foreach (var xmlSchema in _xmlSchemas)
    {
        settings.Schemas.Add(xmlSchema.XmlSchemaNameSpace, xmlSchema.XmlSchemaPath);
    }
    settings.ValidationType = ValidationType.Schema;

    XmlReader reader = XmlReader.Create(data, settings);
    var document = new XmlDocument();
    document.Load(reader);

    var eventHandler = new ValidationEventHandler(ValidationEventHandler);

    document.Validate(eventHandler);

    return document;
}
&lt;/code&gt;&lt;/pre&gt;

As you can see, document.Validate is called even if no schemas were added to the validation step. If I understood correctly, the only way to go is to modify the source code.&lt;br /&gt;
&lt;/div&gt;</description><author>maakku</author><pubDate>Fri, 17 May 2013 12:42:30 GMT</pubDate><guid isPermaLink="false">New Post: Basic XmlValidationStep question 20130517124230P</guid></item><item><title>New Post: Basic XmlValidationStep question</title><link>https://bizunit.codeplex.com/discussions/316966</link><description>&lt;div style="line-height: normal;"&gt;I would also be interested to know if this is possible without modifying the BizUnit source code. It is often the case that third party cannot provide a schema but only an example file from which the schema is generated. This kind of schema is usually not very useful for validation, because schema generator cannot get the minOccurs, maxOccurs attributes right, for example.&lt;br /&gt;
&lt;/div&gt;</description><author>maakku</author><pubDate>Fri, 17 May 2013 12:16:39 GMT</pubDate><guid isPermaLink="false">New Post: Basic XmlValidationStep question 20130517121639P</guid></item><item><title>New Post: BizUnit.TestStepExecutionException: BizUnit encountered an error executing a test step ---&gt;  System.ApplicationException: Directory does not contain the correct number of files!  Found:  0 files matching the pattern *.xml.”</title><link>https://bizunit.codeplex.com/discussions/441566</link><description>&lt;div style="line-height: normal;"&gt;&lt;hr /&gt;
Error: Exception caught!&lt;br /&gt;
BizUnit.TestStepExecutionException: BizUnit encountered an error executing a test step ---&amp;gt; System.ApplicationException: Directory does not contain the correct number of files!&lt;br /&gt;
 Found: 0 files matching the pattern *.xml.&lt;br /&gt;
   at ESRI.BizUnitSteps.TestSteps.File.ExistsStep.Execute(Context context)&lt;br /&gt;
   at BizUnit.BizUnit.ExecuteXamlTestStep(TestStepBase testStep, TestStage stage) in c:\Affinus\Depot\BizUnit\BizUnit4.0\Main\Dev\Src\BizUnit\BizUnit.cs:line 1122&lt;br /&gt;
   --- End of inner exception stack trace ---&lt;br /&gt;
   at BizUnit.BizUnit.ExecuteXamlTestStep(TestStepBase testStep, TestStage stage) in c:\Affinus\Depot\BizUnit\BizUnit4.0\Main\Dev\Src\BizUnit\BizUnit.cs:line 1138&lt;br /&gt;
   at BizUnit.BizUnit.ExecuteSteps(IEnumerable`1 testSteps, TestStage stage) in c:\Affinus\Depot\BizUnit\BizUnit4.0\Main\Dev\Src\BizUnit\BizUnit.cs:line 1087&lt;br /&gt;
&lt;hr /&gt;
Execution Stage: ended @ 02:39:50.073 25/04/2013 with ERROR's&lt;br /&gt;
&lt;br /&gt;
Test Failed&lt;br /&gt;
 &lt;br /&gt;
Please Advise&lt;br /&gt;
&lt;/div&gt;</description><author>Santucharms</author><pubDate>Thu, 25 Apr 2013 14:45:00 GMT</pubDate><guid isPermaLink="false">New Post: BizUnit.TestStepExecutionException: BizUnit encountered an error executing a test step ---&gt;  System.ApplicationException: Directory does not contain the correct number of files!  Found:  0 files matching the pattern *.xml.” 20130425024500P</guid></item><item><title>New Post: Reading and Writing Context from inside a TestCase in C# Code</title><link>http://bizunit.codeplex.com/discussions/439117</link><description>&lt;div style="line-height: normal;"&gt;Thanks all,  for this wonderful piece to test BizTalk Solution. I was wondering how to update a variable in Context from inside a test case after a teststep and read it before another teststep.&lt;br /&gt;
&lt;br /&gt;
The scenario is same given in pdf getting started. The biggest question is where is code or some sample to do this ? My scenario is to check data in multiple tables based on foreign keys generated by the code and message id's. I cant find a way to access the Context Object to set and retrieve values before any test step. What I am missing here. Using C# not XAML. &lt;br /&gt;
&lt;/div&gt;</description><author>satya007satya</author><pubDate>Thu, 04 Apr 2013 16:00:55 GMT</pubDate><guid isPermaLink="false">New Post: Reading and Writing Context from inside a TestCase in C# Code 20130404040055P</guid></item><item><title>New Post: BizUnit.XmlValidationStepEx with dependent schemas</title><link>http://bizunit.codeplex.com/discussions/226975</link><description>&lt;div style="line-height: normal;"&gt;This is caused by the schemalocation of your includes. I managed to reverse engineer the code to test a possible solution, now the project owner has to include it in the code.&lt;br /&gt;
&lt;br /&gt;
This thread is also about this issue:&lt;br /&gt;
&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/biztalkgeneral/thread/400c0a0c-967d-4670-8443-41fcf5cf8815" rel="nofollow"&gt;http://social.msdn.microsoft.com/Forums/en-US/biztalkgeneral/thread/400c0a0c-967d-4670-8443-41fcf5cf8815&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JeanPaulSmit</author><pubDate>Tue, 05 Mar 2013 15:22:17 GMT</pubDate><guid isPermaLink="false">New Post: BizUnit.XmlValidationStepEx with dependent schemas 20130305032217P</guid></item><item><title>New Post: Write unit test for validating flat file schema</title><link>http://bizunit.codeplex.com/discussions/431655</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;can we validate flatfile schema using Bizunit 4.0.&lt;br /&gt;
if yes please provide sample&lt;/p&gt;
&lt;/div&gt;</description><author>MGupta</author><pubDate>Fri, 01 Feb 2013 11:17:05 GMT</pubDate><guid isPermaLink="false">New Post: Write unit test for validating flat file schema 20130201111705A</guid></item><item><title>New Post: Any thought of making a NuGet package for BizUnit?</title><link>http://bizunit.codeplex.com/discussions/362532</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Second that thought&lt;/p&gt;&lt;/div&gt;</description><author>schalkvanwyk</author><pubDate>Wed, 31 Oct 2012 14:29:08 GMT</pubDate><guid isPermaLink="false">New Post: Any thought of making a NuGet package for BizUnit? 20121031022908P</guid></item><item><title>New Post: how to test BizTalk schemas Using Bizunit 4.0</title><link>http://bizunit.codeplex.com/discussions/398757</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Can anyone please share code/link for testing Schemas using BizUnit 4.0.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>srinivas545</author><pubDate>Wed, 10 Oct 2012 04:21:42 GMT</pubDate><guid isPermaLink="false">New Post: how to test BizTalk schemas Using Bizunit 4.0 20121010042142A</guid></item><item><title>New Post: UIAutomationSteps</title><link>http://bizunit.codeplex.com/discussions/398152</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can anyone suggest any resources that might help explain how the UIAutomation Steps actually work?!&lt;/p&gt;
&lt;p&gt;I'm trying to use the Storyboard Step with various Key Stroke actions, but without any form of documentation (that I'm aware of) this is proving difficult.&amp;nbsp; At the moment I'm having to debug the code to understand how to configure the step - which is
 difficult when the code isn't commented and no unit tests are present.&lt;/p&gt;
&lt;p&gt;Any resources, examples or&amp;nbsp;advice would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;James&lt;/p&gt;
&lt;/div&gt;</description><author>JamesChapman</author><pubDate>Fri, 05 Oct 2012 11:14:24 GMT</pubDate><guid isPermaLink="false">New Post: UIAutomationSteps 20121005111424A</guid></item><item><title>New Post: Project status</title><link>http://bizunit.codeplex.com/discussions/390035</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;span lang="EN-US" style="color:black; font-size:10pt"&gt;Dear Kevin,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="color:black; font-size:10pt"&gt;I was wondering what the status of this project is, looking at recent activity this project looks barely alive. The last release (4.0) is over a year old and contains a lot of steps that still need to
 be ported from the 3.0 version. Some comments below suggest work is still in progress, however the last signs of this are almost a year old (see:
&lt;/span&gt;&lt;span style="color:black; font-size:10pt"&gt;&lt;a href="http://bizunit.codeplex.com/discussions/265174"&gt;http://bizunit.codeplex.com/discussions/265174&lt;/a&gt;&lt;/span&gt;&lt;span lang="EN-US" style="color:black; font-size:10pt"&gt;).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="color:black; font-size:10pt"&gt;I personally submitted a patch September 2011 which - almost a year later - is still being evaluated and mine is not the only one... some patches are over 4 years in evaluation. If patches can't be used
 reject them, or if they are useful accept them. Leaving them for years without even a comment makes me wonder if contributions from the community are appreciated at all.
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="color:black; font-size:10pt"&gt;Don't get me wrong, I appreciate all the time and effort that went in this project and I think this framework has all the potential of being a great thing! In fact we are actively investigating this
 framework as a serious candidate for all our automated distributed system testing in our company. It would be very helpful to know if we can expect updates or new versions in the (near) future or that we should consider this project as-is and build our own
 framework (which may get a flying start when we take the source code instead of starting from scratch).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="color:black; font-size:10pt"&gt;Hope to hear from you!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="color:black; font-size:10pt"&gt;Kind regards&lt;br&gt;
Ferdinand&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>fkuiper</author><pubDate>Thu, 02 Aug 2012 18:55:51 GMT</pubDate><guid isPermaLink="false">New Post: Project status 20120802065551P</guid></item><item><title>New Post: Testing Map and Orchestration</title><link>http://bizunit.codeplex.com/discussions/389852</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can anyone please share code/link for testing a Map and Orchestrtion using BizUnit 4.0. Thanks.&lt;/p&gt;
&lt;p&gt;//Seth&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>Seth11</author><pubDate>Wed, 01 Aug 2012 14:26:45 GMT</pubDate><guid isPermaLink="false">New Post: Testing Map and Orchestration 20120801022645P</guid></item><item><title>New Post: Any thought of making a NuGet package for BizUnit?</title><link>http://bizunit.codeplex.com/discussions/362532</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;This would make things really convenient for using this framework.&lt;/p&gt;
&lt;/div&gt;</description><author>brunchey</author><pubDate>Mon, 09 Jul 2012 13:53:06 GMT</pubDate><guid isPermaLink="false">New Post: Any thought of making a NuGet package for BizUnit? 20120709015306P</guid></item><item><title>New Post: Obsolete version 3 test steps with no version 4 implementation</title><link>http://bizunit.codeplex.com/discussions/265174</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Just wondering what there are any plans for release in the near future including the test steps mentioned by Charlie above...&lt;/p&gt;
&lt;p&gt;Helge&lt;/p&gt;&lt;/div&gt;</description><author>Helgeo</author><pubDate>Wed, 13 Jun 2012 07:47:33 GMT</pubDate><guid isPermaLink="false">New Post: Obsolete version 3 test steps with no version 4 implementation 20120613074733A</guid></item><item><title>New Post: Issue with XmlValidationStep</title><link>http://bizunit.codeplex.com/discussions/354226</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Team&lt;/p&gt;
&lt;p&gt;I am new to the BizUnit Framework. I have been playing around with the framework to do the unit testing of my project.&lt;/p&gt;
&lt;p&gt;i am having two issue.&lt;/p&gt;
&lt;p&gt;1) Suppose i am using the xmlValidation steps to validate the xml against the schema. If the schema contain wrong namespace, even then xmlstep is working successfully. I expect the step to fail with the error the namespace doesn;t match. This is the snippet
 of the code, i am using:&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt; &lt;span style="color:blue"&gt;var&lt;/span&gt; ProcessTestCase = &lt;span style="color:blue"&gt;new&lt;/span&gt; TestCase();
   


            &lt;span style="color:green"&gt;//Create a validating read step&lt;/span&gt;
            &lt;span style="color:green"&gt;//We should only have one file in the directory&lt;/span&gt;
            &lt;span style="color:blue"&gt;var&lt;/span&gt; validatingFileReadStep = &lt;span style="color:blue"&gt;new&lt;/span&gt; FileReadMultipleStep
            {
               DirectoryPath = &lt;span style="color:#a31515"&gt;@&amp;quot;..\..\..\Tests\TestMessages\&amp;quot;&lt;/span&gt;,
                SearchPattern=&lt;span style="color:#a31515"&gt;&amp;quot;Request.xml&amp;quot;&lt;/span&gt;,
                ExpectedNumberOfFiles = 1,
                Timeout = 3000,
                DeleteFiles = &lt;span style="color:blue"&gt;false&lt;/span&gt;
            };

            &lt;span style="color:green"&gt;//Create an XML Validation step&lt;/span&gt;
            &lt;span style="color:green"&gt;//This will check the result against the XSD for the document&lt;/span&gt;

            &lt;span style="color:blue"&gt;var&lt;/span&gt; validateInput = &lt;span style="color:blue"&gt;new&lt;/span&gt; XmlValidationStep();
            &lt;span style="color:blue"&gt;var&lt;/span&gt; inputSchemaType = &lt;span style="color:blue"&gt;new&lt;/span&gt; SchemaDefinition
            {
                XmlSchemaPath = &lt;span style="color:#a31515"&gt;@&amp;quot;..\..\..\Projects\Request.xsd&amp;quot;&lt;/span&gt;,
                XmlSchemaNameSpace = &lt;span style="color:#a31515"&gt;&amp;quot;http://schemas.com/Request&amp;quot;&lt;/span&gt;
            };


            validateInput.XmlSchemas.Add(inputSchemaType);

            validatingFileReadStep.SubSteps.Add(validateInput);


            ProcessTestCase .ExecutionSteps.Add(validatingFileReadStep);
&lt;span style="color:blue"&gt;var&lt;/span&gt; bizUnit = &lt;span style="color:blue"&gt;new&lt;/span&gt; BizUnit.BizUnit(ProcessTestCase );
            &lt;span style="color:blue"&gt;var&lt;/span&gt; document = &lt;span style="color:blue"&gt;new&lt;/span&gt; XmlDocument();
           
                bizUnit.RunTest();
           &lt;/pre&gt;
&lt;pre&gt;The Content of my xml is:&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;Request xmlns=&amp;quot;&lt;a href="http://schemas.stryker.com/Capa/NonCompliance"&gt;http://schemas.com/Request12&amp;quot;&amp;gt;&amp;lt;/Request&lt;/a&gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;I have intentinally given the worng namespace in the xml. But the above test is getting passed without any error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2) In Place of Request xml, if i give some other xml,in that case also same behaviour. test is getting passed.&lt;/p&gt;
&lt;p&gt;Validation only works when i have xml tagname different in xml.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please help me.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Deepak Sanghi&lt;/p&gt;
&lt;/div&gt;</description><author>desanghi</author><pubDate>Wed, 02 May 2012 11:47:32 GMT</pubDate><guid isPermaLink="false">New Post: Issue with XmlValidationStep 20120502114732A</guid></item><item><title>New Post: XmlValidationStep with multiple namespaces</title><link>http://bizunit.codeplex.com/discussions/352562</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It works if &amp;lt;XmlSchemaPath&amp;gt; and &amp;lt;XmlSchemaNameSpace&amp;gt; are not present.&lt;/p&gt;&lt;/div&gt;</description><author>pyllware</author><pubDate>Wed, 18 Apr 2012 09:14:00 GMT</pubDate><guid isPermaLink="false">New Post: XmlValidationStep with multiple namespaces 20120418091400A</guid></item><item><title>New Post: XmlValidationStep with multiple namespaces</title><link>http://bizunit.codeplex.com/discussions/352562</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I want to read an xml file with 4 namespaces (ns0:http://..., ns1:http://..., ns2:http://..., ns3:http://...) with XmlValidationStep.&lt;/p&gt;
&lt;p&gt;I have an error because one of the namespace is not known. The project which contains the schema is in the reference.&lt;/p&gt;
&lt;p&gt;This is the error message :&lt;/p&gt;
&lt;p&gt;BizUnit encountered an error executing a validation step ---&amp;gt;&amp;nbsp; System.Xml.Schema.XmlSchemaException: Le type 'http://...' n'est pas d&amp;eacute;clar&amp;eacute;.&lt;/p&gt;
&lt;p&gt;Is it possible to use xml schema with multiple namespaces in XmlValidationStep?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;/div&gt;</description><author>pyllware</author><pubDate>Tue, 17 Apr 2012 14:52:39 GMT</pubDate><guid isPermaLink="false">New Post: XmlValidationStep with multiple namespaces 20120417025239P</guid></item><item><title>New Post: Executing BizUnit from TFS Build Server</title><link>http://bizunit.codeplex.com/discussions/351866</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a large BizTalk project and as part of that project we are using BizUnit for final unit testing. BizUnit runs fine on the developers workstations where they have an instance of BizTalk running. However we run into an issue when building on the TFS
 Build server where only the BizTalk build components have been installed, as all BizUnit test fail.&lt;/p&gt;
&lt;p&gt;BizTalk is install on a system test server and the TFS Build deploys to that machine. Is there a way to have the BizUnit tests run against the System Tet Server rather than local?&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>mgil99</author><pubDate>Wed, 11 Apr 2012 03:00:02 GMT</pubDate><guid isPermaLink="false">New Post: Executing BizUnit from TFS Build Server 20120411030002A</guid></item><item><title>New Post: XMLValidationStep</title><link>http://bizunit.codeplex.com/discussions/346722</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have been using the XMLValidationStep to validate my schemas, but now have come across a schema which has an envelope and document schema. I tried adding both schemas to the&amp;nbsp;XmlValidationStep using schemadefinition, but BizUnit does not seem to recognise
 the document schema.&lt;/p&gt;
&lt;p&gt;Has anybody had any experience with using envelopes and document schemas with BizUnit?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Raj&lt;/p&gt;
&lt;/div&gt;</description><author>RJayaraj</author><pubDate>Wed, 29 Feb 2012 15:20:12 GMT</pubDate><guid isPermaLink="false">New Post: XMLValidationStep 20120229032012P</guid></item><item><title>New Post: Basic XmlValidationStep question</title><link>http://bizunit.codeplex.com/discussions/316966</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Just getting started with BizUnit 4.0. How do I create an XmlValidationStep without having to specify a schema. The .CHM states that this is possible, yet I receive an error when trying to do this. &amp;#65279;&amp;#65279;&amp;#65279;&amp;#65279;Works with specifying the schema, but the Vendor provided
 schema is filled with obsolete contraints. I just want do validations via XPath against the XML instance values. Below is the error received when not providing a SchemaDefinition to the XmlValidationStep&lt;/p&gt;
&lt;pre&gt;BizUnit.ValidationStepExecutionException: Failed to validate document instance ---&amp;gt; System.InvalidOperationException: The XmlSchemaSet on the document is either null or has no schemas in it. Provide schema information before calling Validate.&lt;/pre&gt;
&lt;pre&gt;This code works, I would just like to remove the schema references.&lt;/pre&gt;
&lt;pre&gt;&lt;pre&gt;            var xmlValidationStep = new XmlValidationStep();
            var schemaDefinition = new SchemaDefinition()
            {
                XmlSchemaPath = @&amp;quot;..\..\..\..\MA_Interfaces\MA_Interfaces\CBO_PO_WMi_POASN_2009.xsd&amp;quot;,
                XmlSchemaNameSpace = string.Empty
            };         
            xmlValidationStep.XmlSchemas.Add(schemaDefinition);

            var xpathProductId = new XPathDefinition
            {
                Description = &amp;quot;Source&amp;quot;,
                XPath = &amp;quot;/*[local-name()='tXML' and namespace-uri()='']/*[local-name()='Header' and namespace-uri()='']/*[local-name()='Source' and namespace-uri()='']&amp;quot;,
                Value = &amp;quot;HOST&amp;quot;
            };
            xmlValidationStep.XPathValidations.Add(xpathProductId);&lt;/pre&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><author>fhofstaedter</author><pubDate>Wed, 15 Feb 2012 21:30:29 GMT</pubDate><guid isPermaLink="false">New Post: Basic XmlValidationStep question 20120215093029P</guid></item><item><title>New Post: ExecuteMapStep</title><link>http://bizunit.codeplex.com/discussions/287919</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Sorry about how it looks problem insert code snippet&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;TestClass&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;public&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;class&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;TestMethod&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;public&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;void&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; totalItemsTest = &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;TestCase&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;BizUnit&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; bz = &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; BizUnit.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;BizUnit&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;BizTalkMapTester&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; mapTester = &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;BizTalkMapTester&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;typeof&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;(EAISchemas2.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;MapToReqDecline&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;string&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; source =&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;@"C:\Users\stelau\Documents\visual studio 2010\Projects\EAISolution2\RequestInstance.xml"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;string&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; destination = &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;@"C:\temp\out\out.xml"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;　&lt;/p&gt;
&lt;p&gt;　&lt;/p&gt;
&lt;p&gt;　&lt;/p&gt;
&lt;p&gt;mapTester.Execute(source, destination);&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;how to do it with c# code , very easy&amp;nbsp; !!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;));&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;(totalItemsTest);&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;{ };&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;TestMethod1() &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;]&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #2b91af; font-size: x-small;"&gt;UnitTest1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;]&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;TestProject1 &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;BizUnit.TestSteps.BizTalk.Map; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;　&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;BizUnit.Xaml;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;Microsoft.VisualStudio.TestTools.UnitTesting;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;System.Linq;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;System.Collections.Generic;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;System.Text;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;System;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;[&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;BizUnit.&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;
&lt;p&gt;[&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;namespace&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;using&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;using&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;using&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;using&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;using&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;using&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;using&lt;/p&gt;&lt;/div&gt;</description><author>lauriste</author><pubDate>Mon, 06 Feb 2012 12:32:00 GMT</pubDate><guid isPermaLink="false">New Post: ExecuteMapStep 20120206123200P</guid></item></channel></rss>