Пример #1
0
        public void GetEnumeratorTest()
        {
            HashBuilder target = new HashBuilder();

            ExceptionAssert.Throws <System.NotImplementedException>(() => { target.GetEnumerator(); });
        }