Exemple #1
0
        public void testgetstarships_null()
        {
            //act
            starships ships = dataapi.getstarshipsfromapi(null);

            //assert
            Assert.IsNull(ships);
        }