public void TestGetVGA() { Gpu g = new Gpu(); Assert.IsNotEmpty(g.GetVGAController()); foreach (string s in g.GetVGAController()) { Assert.IsNotEmpty(s); } }