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

您现在的位置是:虫虫源码 > 其他 > 2010 centrica编码道场

2010 centrica编码道场

  • 资源大小:134.86 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 编码 道场 centrica

资 源 简 介

Please find the main solution for the Tic-Tac-Toe game, compile & run. Click on any of the squares to play ! The solution demonstrates a MVVM architecture, indeed the rules of the game are in the TicTacToeService class. This could be unit tested using a NUnit test class, as follows: TestFixture public class TicTacToeServiceTest { SetUp public virtual void Setup() { // Do set up for tests } TearDown public virtual void TearDown() { // Perform any clean up } //Write the unit tests, e.g. Test public void TestIsATie() { TicTacToeService service = new TicTacToeService(); Assert.AreEqual(service.isaTie(), false); }

文 件 列 表

Simon.Harris.TicTacToe
Simon.Harris.TicTacToe.sln
Simon.Harris.TicTacToe.suo
Simon.Harris.TicTacToe
VIP VIP
0.177988s