Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aneoconsulting/htc.mock
https://github.com/aneoconsulting/htc.mock
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aneoconsulting/htc.mock
- Owner: aneoconsulting
- License: apache-2.0
- Created: 2021-06-28T10:16:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T09:19:14.000Z (over 2 years ago)
- Last Synced: 2023-09-14T20:55:29.939Z (over 1 year ago)
- Language: C#
- Size: 163 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Htc.Mock
This project is intended to build tests of different htc grid middlewares.
## How to build a Htc.Mock client ?
To build a client, one has to implement two interfaces with the SDK provided
by the htc grid middleware:
* Htc.Mock.IDataClient
* Htc.Mock.IGridClientThen, one can build a Htc.Mock.Client instance and call its Start method to
begin a computation.## How to build a Htc.Mock worker library ?
1. Chose a IRequestRunner amongst the three proposed
2. Implement the dependencies required by the constructor
3. Integrate the Htc.Mock.GridWorker with the worker system provided by htc grid middleware