/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.dlect.events.collections;
import junit.framework.TestSuite;
import org.junit.Ignore;
/**
*
* @author lee
*/
@Ignore
public class EventFiringIteratorGuavaTest {
// TODO(Later) wait for guava to implement a IteratorTestSuite.
public static TestSuite suite() {
return null;
}
}