7 lines
191 B
C#
7 lines
191 B
C#
namespace JdeScoping.Ui.Tests.Support;
|
|
|
|
internal static class TestDataPaths
|
|
{
|
|
public static string Get(string fileName) => Path.Combine(AppContext.BaseDirectory, "TestData", fileName);
|
|
}
|