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.
misp/mispmock/README.md

16 lines
544 B

#### About
* Mockup for easy debugging.
* Mock *requests* and *responses*.
* Teleport them between *actors*.
* There are 4 actors which are mocked:
* `AppMock` : the App hosted on *localhost*.
* `ClientMock` : the *mispclient* Servlet.
* `BridgeMock` : the *mispbridge* Servlet.
* `UserMock` : 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.
<br>
##### Threads in Mock
![](threads-in-mock.png)