2010-12-20 18:14:39 -04:00
|
|
|
using ArducopterConfigurator.PresentationModels;
|
|
|
|
using NUnit.Framework;
|
|
|
|
|
|
|
|
namespace ArducopterConfiguratorTest
|
|
|
|
{
|
|
|
|
[TestFixture]
|
|
|
|
public class MotorCommandsVmTest
|
|
|
|
{
|
2010-12-23 11:59:00 -04:00
|
|
|
private MockComms _mockComms;
|
2010-12-20 18:14:39 -04:00
|
|
|
private MotorCommandsVm _vm;
|
|
|
|
|
|
|
|
[SetUp]
|
|
|
|
public void Setup()
|
|
|
|
{
|
2011-02-13 14:14:28 -04:00
|
|
|
|
2010-12-20 18:14:39 -04:00
|
|
|
}
|
|
|
|
|
2011-02-13 14:14:28 -04:00
|
|
|
// Todo
|
|
|
|
// test that it stops all motors on deactivate
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-12-20 18:14:39 -04:00
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|