You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,12 @@ We just re-implemented in different languages, and put them behind a web service
108
108
* SCS (not-known license, artificial string examples coming from different sources)
109
109
110
110
111
+
### RPC (Thrift/gRPC): Java
112
+
113
+
* NCS (not-known license, artificial numerical examples coming from different sources)
114
+
115
+
* SCS (not-known license, artificial string examples coming from different sources)
116
+
111
117
## Using This Repository
112
118
113
119
Due to several reasons, the software in this repository is not published as a library (e.g., on Maven and NPM).
@@ -164,11 +170,6 @@ For running experiments with EvoMaster, you can also "start" each driver directl
164
170
Each of these drivers has a "main" method that is running a REST API (binding on default port 40100), where each operation (like start/stop/reset the SUT) can be called via an HTTP message by EvoMaster.
165
171
For JavaScript, you need to use the files `em-main.js`.
166
172
167
-
### RPC (Thrift/gRPC): Java
168
-
169
-
* NCS (not-known license, artificial numerical examples coming from different sources)
170
-
171
-
* SCS (not-known license, artificial string examples coming from different sources)
172
173
173
174
174
175
You can also build (and install) each module separately, based on needs.
0 commit comments