Closed pavankjadda closed 5 years ago
Add the following code to start hazelcast instance before starting the Test class
@Autowired
static Config config;
@BeforeClass
public static void onlyOnce()
{
Hazelcast.newHazelcastInstance(config);
}
An exception occurred while executing Unit Tests exception: java.net.socketexception