public void GetEnumeratorTest() { HashBuilder target = new HashBuilder(); ExceptionAssert.Throws <System.NotImplementedException>(() => { target.GetEnumerator(); }); }