aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-04-14 17:40:23 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-04-14 17:40:23 +0300
commit34d86579a1f4e3842566b3dd187f9fa5f3838d07 (patch)
treec0467e2408a63d9bffcb4ece4f28ffa642a63f31 /Software/Visual_Studio/Tango.UnitTesting/Helper.cs
parent5ed60ca1b49fd67ccca9e80be02924050c2ae87a (diff)
downloadTango-34d86579a1f4e3842566b3dd187f9fa5f3838d07.tar.gz
Tango-34d86579a1f4e3842566b3dd187f9fa5f3838d07.zip
Implemented some test methods for pulse.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/Helper.cs')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Helper.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Helper.cs b/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
index 6a4f860b9..0498935ae 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
@@ -28,6 +28,15 @@ namespace Tango.UnitTesting
}
/// <summary>
+ /// Gets the absolute path to the 'Resources' folder.
+ /// </summary>
+ /// <returns></returns>
+ public static String GetResourcePath()
+ {
+ return Path.GetFullPath(@"..\..\..\Resources\");
+ }
+
+ /// <summary>
/// Gets the PMR (Protobuf Messages Repository) path.
/// </summary>
/// <returns></returns>