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

Method java_client

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

Source from the content-addressed store, hash-verified

87 print(stderr.decode())
88
89 def java_client(self, test_name: str):
90 return Popen(
91 f"{self.mvn} test -Dtest={to_pascal_case(test_name)} -Dclient "
92 f"-Dport={self.port} -Dhost={self.host}",
93 stdout=PIPE, stderr=PIPE
94 )
95
96 def java_server(self, test_name: str):
97 return Popen(

Callers

nothing calls this directly

Calls 1

to_pascal_caseFunction · 0.70

Tested by

no test coverage detected