예제 #1
0
        public void Should_set_crew_members_and_null_smart_fortwo_exception_in_constructor()
        {
            var place = new PlaceMock();

            Assert.Empty(place.CrewMembers);
            Assert.Equal($"{place.GetType().Name} does not have a smart fortwo", place.GetNullSmartFortwoException());
        }