Example #1
0
        public void Get_All_Instrumenten()
        {
            List <IInstrument> instrumentList = studioInstrument.GetAllInstrumenten();

            Assert.AreEqual(0, instrumentList.Count);
        }