Mercurial > pub > ImplabNet
diff 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 |
line wrap: on
line diff
--- a/Implab.Test/Implab.Test.mono.csproj Tue Oct 18 01:03:49 2016 +0300 +++ b/Implab.Test/Implab.Test.mono.csproj Tue Oct 18 17:49:54 2016 +0300 @@ -59,6 +59,9 @@ <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="CancelationTests.cs" /> <Compile Include="RunnableComponentTests.cs" /> + <Compile Include="PollingComponentTests.cs" /> + <Compile Include="Mock\MockRunnableComponent.cs" /> + <Compile Include="Mock\MockPollingComponent.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Implab\Implab.csproj"> @@ -66,4 +69,7 @@ <Name>Implab</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <Folder Include="Mock\" /> + </ItemGroup> </Project> \ No newline at end of file