ICapMonsterMCSService
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.CapMonsterMCS.ICapMonsterMCSService
Kind: interface
Wcf service contract for working with CapMonster MCS
Methods
CreateNewProject
Method
void CreateNewProject()
Create a new project
OpenProject
Method
void OpenProject(string path)
Open project
Parameters
| Type | Name | Description |
|---|---|---|
string | path | path to project |
RunTestOfModule
Method
void RunTestOfModule()
Run the test of the module
RunServiceTest
Method
void RunServiceTest()
Run the capmonster service test
RunTeaching
Method
void RunTeaching()
Run teaching project
NewProjectWasCreated
Method
bool NewProjectWasCreated()
A new project was created
ProjectWasOpened
Method
bool ProjectWasOpened()
Project was opened
TestHasBeenStarted
Method
bool TestHasBeenStarted()
Test of the module has been started
TestStopped
Method
bool TestStopped()
Test of the module stopped
TestSuccess
Method
bool TestSuccess()
Test was success
ServiceTestSuccess
Method
bool ServiceTestSuccess()
Service test was success
TeachingWasStarted
Method
bool TeachingWasStarted()
Teaching was started