コード例 #1
0
        public void DisposingTest()
        {
            //Act
            songController.Dispose();

            //Useless unit test? *66.67% covered method
        }