assertFalse( cfm.getEnabled() );
}
public void testQueryRequestInformation (){
final CallFlowMonitor cfm = getCallFlowMonitor();
final List<Map<String, String>> list = cfm.queryRequestInformation ();
if(list == null)
// int resultSize = list.size ();
// int CORRECT_RESULT_SIZE = 0;
// if (resultSize == CORRECT_RESULT_SIZE)
assertTrue (true);