comparison Implab.Test/Implab.Test.mono.csproj @ 203:4d9830a9bbb8 v2

Added 'Fail' method to RunnableComponent which allows component to move from Running to Failed state. Added PollingComponent a timer based runnable component More tests Added FailPromise a thin class to wrap exceptions Fixed error handling in SuccessPromise classes.
author cin
date Tue, 18 Oct 2016 17:49:54 +0300
parents 822aab37b107
children 8200ab154c8a
comparison
equal deleted inserted replaced
202:2651cb9a4250 203:4d9830a9bbb8
57 <Compile Include="AsyncTests.cs" /> 57 <Compile Include="AsyncTests.cs" />
58 <Compile Include="PromiseHelper.cs" /> 58 <Compile Include="PromiseHelper.cs" />
59 <Compile Include="Properties\AssemblyInfo.cs" /> 59 <Compile Include="Properties\AssemblyInfo.cs" />
60 <Compile Include="CancelationTests.cs" /> 60 <Compile Include="CancelationTests.cs" />
61 <Compile Include="RunnableComponentTests.cs" /> 61 <Compile Include="RunnableComponentTests.cs" />
62 <Compile Include="PollingComponentTests.cs" />
63 <Compile Include="Mock\MockRunnableComponent.cs" />
64 <Compile Include="Mock\MockPollingComponent.cs" />
62 </ItemGroup> 65 </ItemGroup>
63 <ItemGroup> 66 <ItemGroup>
64 <ProjectReference Include="..\Implab\Implab.csproj"> 67 <ProjectReference Include="..\Implab\Implab.csproj">
65 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> 68 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
66 <Name>Implab</Name> 69 <Name>Implab</Name>
67 </ProjectReference> 70 </ProjectReference>
68 </ItemGroup> 71 </ItemGroup>
72 <ItemGroup>
73 <Folder Include="Mock\" />
74 </ItemGroup>
69 </Project> 75 </Project>