You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
617 B
23 lines
617 B
using ArducopterConfigurator.PresentationModels; |
|
using NUnit.Framework; |
|
|
|
namespace ArducopterConfiguratorTest |
|
{ |
|
// [TestFixture] |
|
// public class CalibrationOffsetsDataVmTest : VmTestBase<CalibrationOffsetsDataVm> |
|
// { |
|
// |
|
// [SetUp] |
|
// public void Setup() |
|
// { |
|
// sampleLineOfData = "0.100,0.200,0.300,0.400,0.500,0.600"; |
|
// getCommand = "J"; |
|
// setCommand = "I"; |
|
// |
|
// _mockComms = new MockComms(); |
|
// _mockComms.Connect(); |
|
// _vm = new CalibrationOffsetsDataVm(_mockComms); |
|
// } |
|
// |
|
// } |
|
} |