java - Same class in multiple jars. Jacoco Coverage -
i have util.java class in 2 jars client.jar , server.jar. when run integration test don't right coverage because 2 hash generated same class. there solution this?
if see right, want have server, work client server. right? have main class or call client out of server. create class, want use, in main or in server , overhand both of them , led share/handle between both of them. if have client should communicate server, have create class in 1 of them , send via tcp/udp or whatever use otherone
Comments
Post a Comment