AppActs.API.Test.Integration.DeviceRepositoryIntegration.Find_NotRealRecord_Null C# (CSharp) Method

Find_NotRealRecord_Null() private method

private Find_NotRealRecord_Null ( ) : void
return void
        public void Find_NotRealRecord_Null()
        {
            IDeviceRepository iDeviceRepository = new DeviceRepository(this.client, this.database);

            Assert.IsNull(iDeviceRepository.Find(Guid.NewGuid()));
        }