You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
406 B
9 lines
406 B
#### About
|
|
Mockup for easy debugging.
|
|
* There are 4 actors which are mocked:
|
|
* `AppMock` : the App hosted on *localhost*.
|
|
* `ClientMock` : the *mispclient* Servlet.
|
|
* `BridgeMock` : the *mispbridge* Servlet.
|
|
* `PubicMock` : the user agent accessing the *mispbridge* from the internet.
|
|
* `MockSet` knows all 4 actors, all the 4 actors know `MockSet`.
|
|
* Thus all 4 actors know each other. |