Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StackExchange.Redis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
StackExchange.Redis
Commits
7fd31c67
Commit
7fd31c67
authored
Nov 10, 2015
by
Jeremy Meng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to the official NUnit package. Disable Moq-based tests for now.
parent
5db5f3ee
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
7 deletions
+14
-7
BatchWrapperTests.cs
StackExchange.Redis.Tests/BatchWrapperTests.cs
+3
-1
DatabaseWrapperTests.cs
StackExchange.Redis.Tests/DatabaseWrapperTests.cs
+3
-1
TransactionWrapperTests.cs
StackExchange.Redis.Tests/TransactionWrapperTests.cs
+3
-1
WrapperBaseTests.cs
StackExchange.Redis.Tests/WrapperBaseTests.cs
+3
-1
project.json
...is.Tests_dnxcore50/StackExchange.Redis.Tests/project.json
+2
-3
No files found.
StackExchange.Redis.Tests/BatchWrapperTests.cs
View file @
7fd31c67
using
System
;
#
if
FEATURE_MOQ
using
System
;
using
Moq
;
using
Moq
;
using
NUnit.Framework
;
using
NUnit.Framework
;
using
StackExchange.Redis.KeyspaceIsolation
;
using
StackExchange.Redis.KeyspaceIsolation
;
...
@@ -28,3 +29,4 @@ public void Execute()
...
@@ -28,3 +29,4 @@ public void Execute()
}
}
}
}
}
}
#
endif
\ No newline at end of file
StackExchange.Redis.Tests/DatabaseWrapperTests.cs
View file @
7fd31c67
using
System
;
#
if
FEATURE_MOQ
using
System
;
using
System.Collections.Generic
;
using
System.Collections.Generic
;
using
System.Linq.Expressions
;
using
System.Linq.Expressions
;
using
System.Net
;
using
System.Net
;
...
@@ -933,3 +934,4 @@ public void StringSetRange()
...
@@ -933,3 +934,4 @@ public void StringSetRange()
}
}
}
}
}
}
#
endif
\ No newline at end of file
StackExchange.Redis.Tests/TransactionWrapperTests.cs
View file @
7fd31c67
using
System.Text
;
#
if
FEATURE_MOQ
using
System.Text
;
using
Moq
;
using
Moq
;
using
NUnit.Framework
;
using
NUnit.Framework
;
using
StackExchange.Redis.KeyspaceIsolation
;
using
StackExchange.Redis.KeyspaceIsolation
;
...
@@ -90,3 +91,4 @@ public void Execute()
...
@@ -90,3 +91,4 @@ public void Execute()
}
}
}
}
}
}
#
endif
\ No newline at end of file
StackExchange.Redis.Tests/WrapperBaseTests.cs
View file @
7fd31c67
using
System
;
#
if
FEATURE_MOQ
using
System
;
using
System.Collections.Generic
;
using
System.Collections.Generic
;
using
System.Linq.Expressions
;
using
System.Linq.Expressions
;
using
System.Net
;
using
System.Net
;
...
@@ -890,3 +891,4 @@ public void StringSetRangeAsync()
...
@@ -890,3 +891,4 @@ public void StringSetRangeAsync()
}
}
}
}
}
}
#
endif
\ No newline at end of file
StackExchange.Redis.Tests_dnxcore50/StackExchange.Redis.Tests/project.json
View file @
7fd31c67
...
@@ -30,9 +30,8 @@
...
@@ -30,9 +30,8 @@
"System.Reflection.Extensions"
:
"4.0.1-beta-*"
,
"System.Reflection.Extensions"
:
"4.0.1-beta-*"
,
"System.Threading.Tasks.Parallel"
:
"4.0.1-beta-*"
,
"System.Threading.Tasks.Parallel"
:
"4.0.1-beta-*"
,
"Microsoft.CSharp"
:
"4.0.0-beta-*"
,
"Microsoft.CSharp"
:
"4.0.0-beta-*"
,
"moq.netcore"
:
"4.4.0"
,
"nunit"
:
"3.0.0-rc-2"
,
"nunit"
:
"3.0.1-beta-5"
,
"nunitlite"
:
"3.0.0-rc-2"
"nunitlite"
:
"3.0.1-beta-5"
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment