issues
search
ameniameni
/
moq
Automatically exported from code.google.com/p/moq
Other
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
System.AggregateException - error CS0103
#226
cpear
opened
7 years ago
0
Index out of range exception thrown
#225
GoogleCodeExporter
closed
8 years ago
1
Moq doesn't recognize generic delegate invocations as method calls
#224
GoogleCodeExporter
closed
8 years ago
1
When a method is defined to make the setup an asserts mock fails
#223
GoogleCodeExporter
closed
8 years ago
3
System.NullReferenceException on a Callback
#222
GoogleCodeExporter
opened
8 years ago
3
.Net 4 - Optional/Named Parameter support
#221
GoogleCodeExporter
opened
8 years ago
5
Should consider using IDisposable to call Verify
#220
GoogleCodeExporter
closed
8 years ago
3
Help file does not work behind firewall
#219
GoogleCodeExporter
closed
8 years ago
2
Mocking Method
#218
GoogleCodeExporter
closed
8 years ago
2
Can't mock an indexed setter or getter
#217
GoogleCodeExporter
closed
8 years ago
2
IOccurrence members not shown by Intellisense
#216
GoogleCodeExporter
closed
8 years ago
1
Moq does't work in console mode without debugging
#215
GoogleCodeExporter
closed
8 years ago
3
DataConnection.State with MockBehavior.Strict
#214
GoogleCodeExporter
closed
8 years ago
2
Types extending from COM objects should override all methods of an interface implemented by the base COM class
#213
GoogleCodeExporter
closed
8 years ago
3
v3.1 Mock<T>.Setup performance much worse than v2.6 Mock<T>.Expect()
#212
GoogleCodeExporter
closed
8 years ago
2
SetupAllProperties should return the Mock<T> instead of void.
#211
GoogleCodeExporter
closed
8 years ago
1
Cannot mock methods marked in code as base.SomeMethod()<
#210
GoogleCodeExporter
closed
8 years ago
4
Best Practices for dependency injection
#209
GoogleCodeExporter
closed
8 years ago
3
Can't setup a mock for method that accept lambda expression as argument.
#208
GoogleCodeExporter
closed
8 years ago
3
NullReferenceException thrown when using Mocks.CreateQuery with implicit boolean expression
#207
GoogleCodeExporter
closed
8 years ago
2
Linq-to-Mocks Never Returns on Implicit Boolean Property
#206
GoogleCodeExporter
closed
8 years ago
3
Error calling SetupAllProperties for Mock<IDataErrorInfo>
#205
GoogleCodeExporter
closed
8 years ago
5
Allow default return values to be specified (per-mock)
#204
GoogleCodeExporter
closed
8 years ago
3
unable to mock a class with a constructor marked as internal
#203
GoogleCodeExporter
closed
8 years ago
12
Mock.Protected().Expect() deprecated with no work-around
#202
GoogleCodeExporter
closed
8 years ago
1
AutoMockPropertiesVisitor duplicates behavior in MockDefaultValueProvider
#201
GoogleCodeExporter
opened
8 years ago
0
Fluent mock does not honor parent mock CallBase setting.
#200
GoogleCodeExporter
closed
8 years ago
2
Simplify SetupAllProperties implementation to simply iterate and call SetupProperty
#199
GoogleCodeExporter
closed
8 years ago
1
Change behaviour of ref parameters to act similarly to out parameters, thereby enabling stubbing of methods with ref params.
#198
GoogleCodeExporter
opened
8 years ago
3
Cannot execute the original implementation with verification;
#197
GoogleCodeExporter
closed
8 years ago
2
Mocking HttpContextBase with DefaultValue = DefaultValue.Mock, SetupAllPropreties throws StackOverflowException
#196
GoogleCodeExporter
closed
8 years ago
1
Unable to verify that a method has been called with a specific property only once
#195
GoogleCodeExporter
opened
8 years ago
3
Stack Overflow
#194
GoogleCodeExporter
opened
8 years ago
4
Invalid Error Message for Verify Times.Once()
#193
GoogleCodeExporter
closed
8 years ago
10
The version number on the Moq.dll assembly seems to be incorrect
#192
GoogleCodeExporter
closed
8 years ago
3
Method parameters validation
#191
GoogleCodeExporter
closed
8 years ago
13
SetupAllProperties fails when the mock implements more than one interface
#190
GoogleCodeExporter
closed
8 years ago
2
Cannot mock the Object.ToString() method
#189
GoogleCodeExporter
opened
8 years ago
2
More Callback Overloads
#188
GoogleCodeExporter
closed
8 years ago
3
Setting up a method with generic parameters overwrites a previous setup if both setups use a class with the same name but belong to different namespaces.
#187
GoogleCodeExporter
closed
8 years ago
2
Methods that are not virtual gives non-sense-exception message
#186
GoogleCodeExporter
closed
8 years ago
11
Slightly misleading error message if user attempts to set an expectation on an extension method
#185
GoogleCodeExporter
closed
8 years ago
2
Raising an event on a secondary mock interface causes ArgumentNullException
#184
GoogleCodeExporter
closed
8 years ago
2
Display what invocations were recieved when the expected one hasn't been met
#183
GoogleCodeExporter
closed
8 years ago
11
Can't mock an interface with a Square Array ( [,])
#182
GoogleCodeExporter
closed
8 years ago
16
Moq fails when running from within a test class without a namespace
#181
GoogleCodeExporter
closed
8 years ago
5
How do I fix this error?
#180
GoogleCodeExporter
closed
8 years ago
1
when invocation is never called and it's expected Times.Once() - the error message is reporting wrong
#179
GoogleCodeExporter
closed
8 years ago
2
Improve syntax for indexed properties
#178
GoogleCodeExporter
opened
8 years ago
7
Generic constraint on interface method causes BadImageFormatException when getting Object.
#177
GoogleCodeExporter
closed
8 years ago
10
Next