-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from GovTechSG/development
Development
- Loading branch information
Showing
8 changed files
with
91 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
language : csharp | ||
solution : ApiSecuritySolution.sln | ||
install: | ||
- nuget restore ApiSecuritySolution.sln | ||
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner | ||
script: | ||
- xbuild /p:Configuration=Release ApiSecuritySolution.sln | ||
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./ApiUtilLibTest/bin/Release/ApexUtilLibTest.dll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,32 @@ | ||
<Properties StartupConfiguration="{B6FD94F7-1689-4DAC-B823-0192E3CA3521}|Unit Tests"> | ||
<MonoDevelop.Ide.Workbench ActiveDocument="ApiUtilLib/ApiAuthorization.cs"> | ||
<MonoDevelop.Ide.Workbench ActiveDocument="ApiUtilLibTest/BaseStringTest.cs"> | ||
<Files> | ||
<File FileName="ApiUtilLibTest/TestDataTest.cs" Line="287" Column="1" /> | ||
<File FileName="ApiUtilLibTest/L1SignatureTest.cs" Line="23" Column="72" /> | ||
<File FileName="ApiUtilLib/ApiAuthorization.cs" Line="120" Column="13" /> | ||
<File FileName="ApiUtilLibTest/CommonExtensions.cs" Line="121" Column="26" /> | ||
<File FileName="ApiUtilLibTest/BaseService.cs" Line="122" Column="1" /> | ||
<File FileName="ApiUtilLibTest/L2SignatureTest.cs" Line="37" Column="74" /> | ||
<File FileName="development Status" /> | ||
<File FileName="ApiUtilLibTest/TestDataService.cs" Line="25" Column="10" /> | ||
<File FileName="ApiUtilLibTest/BaseService.cs" Line="22" Column="48" /> | ||
<File FileName="ApiUtilLibTest/TestDataTest.cs" Line="8" Column="1" /> | ||
<File FileName="ApiUtilLibTest/packages.config" Line="1" Column="1" /> | ||
<File FileName="ApiUtilLibTest/BaseStringTest.cs" Line="14" Column="9" /> | ||
</Files> | ||
<Pads> | ||
<Pad Id="ProjectPad"> | ||
<State name="__root__"> | ||
<Node name="ApiSecuritySolution" expanded="True"> | ||
<Node name="ApiUtilLib" expanded="True"> | ||
<Node name="ApiAuthorization.cs" selected="True" /> | ||
</Node> | ||
<Node name="ApiUtilLibTest" expanded="True" /> | ||
</Node> | ||
</State> | ||
</Pad> | ||
<Pad Id="MonoDevelop.UnitTesting.TestPad"> | ||
<State name="__root__"> | ||
<Node name="ApiSecuritySolution" expanded="True"> | ||
<Node name="ApiUtilLibTest" expanded="True"> | ||
<Node name="ApiUtilLibTest" expanded="True" selected="True"> | ||
<Node name="ApexUtilLibTest" expanded="True"> | ||
<Node name="TestDataTest" expanded="True"> | ||
<Node name="GetL2Signature" selected="True" /> | ||
</Node> | ||
<Node name="TestDataTest" expanded="True" /> | ||
</Node> | ||
<Node name="ApiUtilLibTest" expanded="True" /> | ||
</Node> | ||
</Node> | ||
</State> | ||
</Pad> | ||
</Pads> | ||
</MonoDevelop.Ide.Workbench> | ||
<MonoDevelop.Ide.DebuggingService.PinnedWatches /> | ||
<MonoDevelop.Ide.ItemProperties.ApiUtilLibTest PreferredExecutionTarget="MonoDevelop.Default" /> | ||
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" /> | ||
<MonoDevelop.Ide.DebuggingService.Breakpoints> | ||
<BreakpointStore> | ||
<Breakpoint file="/Users/nsearch/OneDrive/Projects/APEXCSharp/development/ApiUtilLib/ApiAuthorization.cs" relfile="ApiUtilLib/ApiAuthorization.cs" line="196" column="1" /> | ||
<Breakpoint file="/Users/nsearch/OneDrive/Projects/APEXCSharp/development/ApiUtilLib/ApiAuthorization.cs" relfile="ApiUtilLib/ApiAuthorization.cs" line="179" column="1" /> | ||
<Breakpoint file="/Users/nsearch/OneDrive/Projects/APEXCSharp/development/ApiUtilLibTest/TestDataTest.cs" relfile="ApiUtilLibTest/TestDataTest.cs" line="241" column="1" /> | ||
<Breakpoint file="/Users/nsearch/OneDrive/Projects/APEXCSharp/development/ApiUtilLibTest/TestDataTest.cs" relfile="ApiUtilLibTest/TestDataTest.cs" line="281" column="1" /> | ||
<Breakpoint file="/Users/nsearch/OneDrive/Projects/APEXCSharp/development/ApiUtilLibTest/TestDataTest.cs" relfile="ApiUtilLibTest/TestDataTest.cs" line="285" column="1" /> | ||
</BreakpointStore> | ||
<BreakpointStore /> | ||
</MonoDevelop.Ide.DebuggingService.Breakpoints> | ||
<MonoDevelop.Ide.DebuggingService.PinnedWatches /> | ||
<MonoDevelop.Ide.ItemProperties.ApiUtilLibTest PreferredExecutionTarget="MonoDevelop.Default" /> | ||
<MultiItemStartupConfigurations /> | ||
</Properties> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters