コード例 #1
0
        public void GetInstances_Throws_If_Api_Is_Null()
        {
            // Arrange
            ISqlLocalDbApi api = null;

            // Act and Assert
            Assert.Throws <ArgumentNullException>("api", () => api.GetInstances());
        }