@Test(expected=NullPointerException.class)
public void testOperationAggregateBadName() throws Exception {
ProfileCollector collector = getCollector(serverNode);
ProfileConsumer cons1 = collector.getConsumer("c1");
ProfileOperation o1 =
cons1.createOperation(null,
ProfileDataType.AGGREGATE, ProfileLevel.MIN);
}
@Test(expected=NullPointerException.class)
public void testOperationTaskAggregateBadName() throws Exception {
ProfileCollector collector = getCollector(serverNode);