feat: add suitelink client runtime and test harness
This commit is contained in:
10
tests/SuiteLink.Client.Tests/Fixtures/FixtureBytes.cs
Normal file
10
tests/SuiteLink.Client.Tests/Fixtures/FixtureBytes.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SuiteLink.Client.Tests.Fixtures;
|
||||
|
||||
internal static class FixtureBytes
|
||||
{
|
||||
public static byte[] Read(string fileName)
|
||||
{
|
||||
var path = Path.Combine(AppContext.BaseDirectory, "Fixtures", fileName);
|
||||
return File.ReadAllBytes(path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user