17 lines
398 B
C#
17 lines
398 B
C#
//using UVC.Tests.Data;
|
|
|
|
namespace UVC.Tests
|
|
{
|
|
public static class Tester
|
|
{
|
|
public static void RunAllTests()
|
|
{
|
|
//new DataMapperTests().TestAll();
|
|
//new HttpDataFetcherTests().TestAll();
|
|
//new MqttDataReceiverTests().TestAll();
|
|
//new DataObjectTests().TestAll();
|
|
//new DataArrayTests().TestAll();
|
|
}
|
|
}
|
|
}
|