首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > xna-mobile-unit

xna-mobile-unit

  • 资源大小:17.00 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: XnaMobileUnit

资 源 简 介

This is a simple API that you can use to unit test your Windows Phone 7 Games You can find an intro to setting up XnaMobileUnit at http://fernandozamorajimenez.blogspot.com/2011/05/setting-up-xnamobileunit-to-run-unit.html You can find a video here that demonstrates how to use the API http://www.youtube.com/watch?v=Vs12D5T2dzc. ``` //Sample Test public class FooTest : TestFixture { public override void Context() { } [TestMethod] public void Should_return_bar() { Foo foo = new Foo(); Assert.AreEqual("bar", foo.Bar(), "Should have returned bar"); } } ```

相 关 资 源

VIP VIP
0.172518s