13 lines
199 B
C#
13 lines
199 B
C#
using UVC.Tests.Data;
|
|
|
|
namespace UVC.Tests
|
|
{
|
|
public static class Tester
|
|
{
|
|
public static void RunAllTests()
|
|
{
|
|
new DataMapperTests().TestAll();
|
|
}
|
|
}
|
|
}
|