Skip to content

Instantly share code, notes, and snippets.

@GouriKumari
Created March 17, 2014 21:53
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 GouriKumari/87067f0b48e6b0a1fcd8 to your computer and use it in GitHub Desktop.
Save GouriKumari/87067f0b48e6b0a1fcd8 to your computer and use it in GitHub Desktop.
GroupBy tests
EnumerableAsQueryableTest
[PASS] Aggregate
[PASS] All
[PASS] Any
[PASS] Average
[PASS] Concat
[PASS] Contains
[PASS] Count
[PASS] Distinct
[PASS] ElementAt
[PASS] ElementAtOrDefault
[PASS] Except
[PASS] First
[PASS] FirstOrDefault
[FAIL] GroupBy : Expected: 10
But was: 2
at MonoTests.System.Linq.EnumerableAsQueryableTest.GroupBy () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
[PASS] InstantiatedGenericMethod
[PASS] Intersect
[PASS] Last
[PASS] LastOrDefault
[PASS] LongCount
[PASS] Max
[PASS] Min
[PASS] NewQueryableExpression
[PASS] NonGenericAsQueryableInstantiateProperQueryable
[PASS] NonGenericEnumerable1
[PASS] NonGenericEnumerable2
[PASS] NonGenericMethod
[PASS] NullEnumerable
[PASS] OfType
[PASS] OrderBy
[PASS] OrderByDescending
[PASS] Reverse
[PASS] Select
[PASS] SelectMany
[PASS] SequenceEqual
[PASS] Single
[PASS] SingleOrDefault
[PASS] Skip
[PASS] SkipWhile
[PASS] Sum
[PASS] Take
[PASS] TakeWhile
[PASS] Union
[PASS] UserExtensionMethodNegative
[PASS] Where
EnumerableAsQueryableTest : 724 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment