예제 #1
0
        public void WhenNoMatchingPersonIdReturnsNull()
        {
            var response = _databaseGateway.GetPersonWithPersonalRelationshipsByPersonId(123456789);

            response.Should().BeNull();
        }