2025-06-05 00:09:39 +09:00
|
|
|
|
using UVC.Tests.Data;
|
2025-06-04 23:10:11 +09:00
|
|
|
|
|
|
|
|
|
|
namespace UVC.Tests
|
|
|
|
|
|
{
|
|
|
|
|
|
public static class Tester
|
|
|
|
|
|
{
|
|
|
|
|
|
public static void RunAllTests()
|
|
|
|
|
|
{
|
2025-06-07 01:53:51 +09:00
|
|
|
|
//new DataMapperTests().TestAll();
|
2025-06-25 18:50:19 +09:00
|
|
|
|
//new HttpPipeLineTests().TestAll();
|
2025-06-26 19:46:13 +09:00
|
|
|
|
//new MQTTPipeLineTests().TestAll();
|
|
|
|
|
|
//new DataObjectTests().TestAll();
|
|
|
|
|
|
new DataArrayTests().TestAll();
|
2025-06-04 23:10:11 +09:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|