Exemplo n.º 1
0
        public async void Starship_10_Returns_A_Starship()
        {
            Starship ship = await Starship.Get(10);

            Assert.IsNotNull(ship);
        }