NEMAHandlerTest.java
The shouldHandlexxx tests fail because the Util.getConfigProperty(ConfigConstants.yyy) fails in the NEMAHandler constructor.
The root cause is that the SignalKModel is null.
A before() method has been added to the NEMAHandlerTest.
Corrected a bug in NEMAHandlerTests
NEMAHandlerTest.java The shouldHandlexxx tests fail because the Util.getConfigProperty(ConfigConstants.yyy) fails in the NEMAHandler constructor. The root cause is that the SignalKModel is null. A before() method has been added to the NEMAHandlerTest.