Exemplo n.º 1
0
        public int GetHashCode01([PexAssumeUnderTest] PollingStationDO target)
        {
            int result = target.GetHashCode();

            return(result);
            // TODO: add assertions to method PollingStationDOTest.GetHashCode01(PollingStationDO)
        }