Exemplo n.º 1
0
        public bool FullyInitialized([PexAssumeUnderTest] PollingStationDO target)
        {
            bool result = target.FullyInitialized();

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