MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / java_server

Method java_server

test/java_impl_tests/run_tests.py:96–101  ·  view source on GitHub ↗
(self, test_name: str)

Source from the content-addressed store, hash-verified

94 )
95
96 def java_server(self, test_name: str):
97 return Popen(
98 f"{self.mvn} test -Dtest={to_pascal_case(test_name)}Server -Dserver "
99 f"-Dport={self.port} -Dhost={self.host}",
100 stdout=PIPE, stderr=PIPE
101 )
102
103 def python_client(self, test_name: str):
104 return Popen(

Callers

nothing calls this directly

Calls 1

to_pascal_caseFunction · 0.70

Tested by

no test coverage detected