From 34d86579a1f4e3842566b3dd187f9fa5f3838d07 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 14 Apr 2019 17:40:23 +0300 Subject: Implemented some test methods for pulse. --- Software/Visual_Studio/Tango.UnitTesting/Helper.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Software/Visual_Studio/Tango.UnitTesting/Helper.cs') 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 @@ -27,6 +27,15 @@ namespace Tango.UnitTesting return Path.GetFullPath(@"..\..\..\Resources\" + fileName); } + /// + /// Gets the absolute path to the 'Resources' folder. + /// + /// + public static String GetResourcePath() + { + return Path.GetFullPath(@"..\..\..\Resources\"); + } + /// /// Gets the PMR (Protobuf Messages Repository) path. /// -- cgit v1.3.1