Skip to content

Instantly share code, notes, and snippets.

@adamralph
Created May 14, 2014 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamralph/523469f5c100cd0dd786 to your computer and use it in GitHub Desktop.
Save adamralph/523469f5c100cd0dd786 to your computer and use it in GitHub Desktop.
Octokit Fresh Clone test failures
------ Test started: Assembly: Octokit.Tests.dll ------
Test 'Octokit.Tests.Clients.SearchClientTests+TheSearchIssuesMethod.TestingTheStateQualifier_Closed' failed: NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
Get<SearchIssuesResult>(u => (u.ToString() == "search/issues"), d => (d.get_Item("q") == "something+state:Closed"))
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
Get<SearchIssuesResult>(search/issues, *Dictionary<String, String>*)
at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw(ICallSpecification callSpecification, IEnumerable`1 matchingCalls, IEnumerable`1 nonMatchingCalls, Quantity requiredQuantity)
at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle(ICall call)
at NSubstitute.Routing.Route.<>c__DisplayClass3.<Handle>b__0(ICallHandler x)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at NSubstitute.Routing.Route.Handle(ICall call)
at NSubstitute.Core.CallRouter.Route(ICall call)
at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.IApiConnectionProxy.Get[T](Uri uri, IDictionary`2 parameters)
c:\code\octokit.net\Octokit.Tests\Clients\SearchClientTests.cs(730,0): at Octokit.Tests.Clients.SearchClientTests.TheSearchIssuesMethod.TestingTheStateQualifier_Closed()
Test 'Octokit.Tests.Clients.SearchClientTests+TheSearchIssuesMethod.TestingTheStateQualifier_Open' failed: NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
Get<SearchIssuesResult>(u => (u.ToString() == "search/issues"), d => (d.get_Item("q") == "something+state:Open"))
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
Get<SearchIssuesResult>(search/issues, *Dictionary<String, String>*)
at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw(ICallSpecification callSpecification, IEnumerable`1 matchingCalls, IEnumerable`1 nonMatchingCalls, Quantity requiredQuantity)
at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle(ICall call)
at NSubstitute.Routing.Route.<>c__DisplayClass3.<Handle>b__0(ICallHandler x)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at NSubstitute.Routing.Route.Handle(ICall call)
at NSubstitute.Core.CallRouter.Route(ICall call)
at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.IApiConnectionProxy.Get[T](Uri uri, IDictionary`2 parameters)
c:\code\octokit.net\Octokit.Tests\Clients\SearchClientTests.cs(715,0): at Octokit.Tests.Clients.SearchClientTests.TheSearchIssuesMethod.TestingTheStateQualifier_Open()
934 passed, 2 failed, 0 skipped, took 4.65 seconds (xUnit.net 1.9.2 build 1705).
------ Test started: Assembly: Octokit.Tests.Integration.dll ------
Test 'SearchClientTests.SearchForFunctionInCode' failed: System.ArgumentNullException : Value cannot be null.
Parameter name: value
c:\code\octokit.net\Octokit\Helpers\Ensure.cs(19,0): at Octokit.Ensure.ArgumentNotNull(Object value, String name)
c:\code\octokit.net\Octokit\GitHubClient.cs(114,0): at Octokit.GitHubClient.set_Credentials(Credentials value)
c:\code\octokit.net\Octokit.Tests.Integration\Clients\SearchClientTests.cs(12,0): at SearchClientTests..ctor()
Test 'SearchClientTests.SearchForGitHub' failed: System.ArgumentNullException : Value cannot be null.
Parameter name: value
c:\code\octokit.net\Octokit\Helpers\Ensure.cs(19,0): at Octokit.Ensure.ArgumentNotNull(Object value, String name)
c:\code\octokit.net\Octokit\GitHubClient.cs(114,0): at Octokit.GitHubClient.set_Credentials(Credentials value)
c:\code\octokit.net\Octokit.Tests.Integration\Clients\SearchClientTests.cs(12,0): at SearchClientTests..ctor()
Test 'SearchClientTests.SearchForWordInCode' failed: System.ArgumentNullException : Value cannot be null.
Parameter name: value
c:\code\octokit.net\Octokit\Helpers\Ensure.cs(19,0): at Octokit.Ensure.ArgumentNotNull(Object value, String name)
c:\code\octokit.net\Octokit\GitHubClient.cs(114,0): at Octokit.GitHubClient.set_Credentials(Credentials value)
c:\code\octokit.net\Octokit.Tests.Integration\Clients\SearchClientTests.cs(12,0): at SearchClientTests..ctor()
Test 'SearchClientTests.SearchForCSharpRepositories' failed: System.ArgumentNullException : Value cannot be null.
Parameter name: value
c:\code\octokit.net\Octokit\Helpers\Ensure.cs(19,0): at Octokit.Ensure.ArgumentNotNull(Object value, String name)
c:\code\octokit.net\Octokit\GitHubClient.cs(114,0): at Octokit.GitHubClient.set_Credentials(Credentials value)
c:\code\octokit.net\Octokit.Tests.Integration\Clients\SearchClientTests.cs(12,0): at SearchClientTests..ctor()
Test 'SearchClientTests.SearchForOpenIssues' failed: System.ArgumentNullException : Value cannot be null.
Parameter name: value
c:\code\octokit.net\Octokit\Helpers\Ensure.cs(19,0): at Octokit.Ensure.ArgumentNotNull(Object value, String name)
c:\code\octokit.net\Octokit\GitHubClient.cs(114,0): at Octokit.GitHubClient.set_Credentials(Credentials value)
c:\code\octokit.net\Octokit.Tests.Integration\Clients\SearchClientTests.cs(12,0): at SearchClientTests..ctor()
1 passed, 5 failed, 136 skipped (see 'Task List'), took 7.56 seconds (xUnit.net 1.9.2 build 1705).
------ Test started: Assembly: Octokit.Tests-NetCore45.dll ------
Test 'Octokit.Tests.Clients.SearchClientTests+TheSearchIssuesMethod.TestingTheStateQualifier_Closed' failed: NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
Get<SearchIssuesResult>(u => (u.ToString() == "search/issues"), d => (d.get_Item("q") == "something+state:Closed"))
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
Get<SearchIssuesResult>(search/issues, *Dictionary<String, String>*)
at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw(ICallSpecification callSpecification, IEnumerable`1 matchingCalls, IEnumerable`1 nonMatchingCalls, Quantity requiredQuantity)
at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle(ICall call)
at NSubstitute.Routing.Route.<>c__DisplayClass3.<Handle>b__0(ICallHandler x)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at NSubstitute.Routing.Route.Handle(ICall call)
at NSubstitute.Core.CallRouter.Route(ICall call)
at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.IApiConnectionProxy.Get[T](Uri uri, IDictionary`2 parameters)
c:\code\octokit.net\Octokit.Tests\Clients\SearchClientTests.cs(730,0): at Octokit.Tests.Clients.SearchClientTests.TheSearchIssuesMethod.TestingTheStateQualifier_Closed()
Test 'Octokit.Tests.Clients.SearchClientTests+TheSearchIssuesMethod.TestingTheStateQualifier_Open' failed: NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
Get<SearchIssuesResult>(u => (u.ToString() == "search/issues"), d => (d.get_Item("q") == "something+state:Open"))
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
Get<SearchIssuesResult>(search/issues, *Dictionary<String, String>*)
at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw(ICallSpecification callSpecification, IEnumerable`1 matchingCalls, IEnumerable`1 nonMatchingCalls, Quantity requiredQuantity)
at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle(ICall call)
at NSubstitute.Routing.Route.<>c__DisplayClass3.<Handle>b__0(ICallHandler x)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at NSubstitute.Routing.Route.Handle(ICall call)
at NSubstitute.Core.CallRouter.Route(ICall call)
at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.IApiConnectionProxy.Get[T](Uri uri, IDictionary`2 parameters)
c:\code\octokit.net\Octokit.Tests\Clients\SearchClientTests.cs(715,0): at Octokit.Tests.Clients.SearchClientTests.TheSearchIssuesMethod.TestingTheStateQualifier_Open()
552 passed, 2 failed, 0 skipped, took 2.97 seconds (xUnit.net 1.9.2 build 1705).
------ Test started: Assembly: Octokit.Tests.Conventions.dll ------
85 passed, 0 failed, 0 skipped, took 0.75 seconds (xUnit.net 1.9.2 build 1705).
------ Test started: Assembly: Octokit.Tests-Portable.dll ------
Test 'Octokit.Tests.Clients.SearchClientTests+TheSearchIssuesMethod.TestingTheStateQualifier_Closed' failed: NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
Get<SearchIssuesResult>(u => (u.ToString() == "search/issues"), d => (d.get_Item("q") == "something+state:Closed"))
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
Get<SearchIssuesResult>(search/issues, *Dictionary<String, String>*)
at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw(ICallSpecification callSpecification, IEnumerable`1 matchingCalls, IEnumerable`1 nonMatchingCalls, Quantity requiredQuantity)
at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle(ICall call)
at NSubstitute.Routing.Route.<>c__DisplayClass3.<Handle>b__0(ICallHandler x)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at NSubstitute.Routing.Route.Handle(ICall call)
at NSubstitute.Core.CallRouter.Route(ICall call)
at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.IApiConnectionProxy.Get[T](Uri uri, IDictionary`2 parameters)
c:\code\octokit.net\Octokit.Tests\Clients\SearchClientTests.cs(730,0): at Octokit.Tests.Clients.SearchClientTests.TheSearchIssuesMethod.TestingTheStateQualifier_Closed()
Test 'Octokit.Tests.Clients.SearchClientTests+TheSearchIssuesMethod.TestingTheStateQualifier_Open' failed: NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
Get<SearchIssuesResult>(u => (u.ToString() == "search/issues"), d => (d.get_Item("q") == "something+state:Open"))
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
Get<SearchIssuesResult>(search/issues, *Dictionary<String, String>*)
at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw(ICallSpecification callSpecification, IEnumerable`1 matchingCalls, IEnumerable`1 nonMatchingCalls, Quantity requiredQuantity)
at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle(ICall call)
at NSubstitute.Routing.Route.<>c__DisplayClass3.<Handle>b__0(ICallHandler x)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at NSubstitute.Routing.Route.Handle(ICall call)
at NSubstitute.Core.CallRouter.Route(ICall call)
at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.IApiConnectionProxy.Get[T](Uri uri, IDictionary`2 parameters)
c:\code\octokit.net\Octokit.Tests\Clients\SearchClientTests.cs(715,0): at Octokit.Tests.Clients.SearchClientTests.TheSearchIssuesMethod.TestingTheStateQualifier_Open()
552 passed, 2 failed, 0 skipped, took 3.08 seconds (xUnit.net 1.9.2 build 1705).
========== Total Tests: 2124 passed, 11 failed, 136 skipped, took 20.31 seconds ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment