![]() |
BadScript 2
|
Public Member Functions | |
| void | SelectTest () |
| Tests the LINQ.Select Function. | |
| void | WhereTest () |
| Tests the LINQ.Where Function. | |
| void | LastTest () |
| Tests the LINQ.Last Function. | |
| void | FirstTest () |
| Tests the Linq.First Function. | |
| void | LastOrDefaultTest () |
| Tests the Linq.LastOrDefault Function. | |
| void | FirstOrDefaultTest () |
| Tests the Linq.FirstOrDefault Function. | |
| void | TakeTest () |
| Tests the Linq.Take Function. | |
| void | SkipTest () |
| Tests the Linq.Skip Function. | |
| void | TakeLastTest () |
| Tests the Linq.TakeLast Function. | |
| void | SkipLastTest () |
| Tests the Linq.SkipLast Function. | |
| void | SelectManyTest () |
| Tests the Linq.SelectMany Function. | |
| void | SkipWhileTest () |
| Tests the Linq.SkipWhile Function. | |
| void | TakeWhileTest () |
| Test the Linq.TakeWhile Function. | |
| void | AllTest () |
| Tests the Linq.All Function. | |
| void | AnyTest () |
| Tests the Linq.Any Function. | |
Definition at line 8 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.AllTest | ( | ) |
Tests the Linq.All Function.
Definition at line 199 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.AnyTest | ( | ) |
Tests the Linq.Any Function.
Definition at line 221 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.FirstOrDefaultTest | ( | ) |
Tests the Linq.FirstOrDefault Function.
Definition at line 87 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.FirstTest | ( | ) |
Tests the Linq.First Function.
Definition at line 64 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.LastOrDefaultTest | ( | ) |
Tests the Linq.LastOrDefault Function.
Definition at line 76 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.LastTest | ( | ) |
Tests the LINQ.Last Function.
Definition at line 52 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.SelectManyTest | ( | ) |
Tests the Linq.SelectMany Function.
Definition at line 156 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.SelectTest | ( | ) |
Tests the LINQ.Select Function.
Definition at line 14 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.SkipLastTest | ( | ) |
Tests the Linq.SkipLast Function.
Definition at line 141 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.SkipTest | ( | ) |
Tests the Linq.Skip Function.
Definition at line 113 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.SkipWhileTest | ( | ) |
Tests the Linq.SkipWhile Function.
Definition at line 171 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.TakeLastTest | ( | ) |
Tests the Linq.TakeLast Function.
Definition at line 127 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.TakeTest | ( | ) |
Tests the Linq.Take Function.
Definition at line 99 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.TakeWhileTest | ( | ) |
Test the Linq.TakeWhile Function.
Definition at line 185 of file BadLinqTests.cs.
| void BadScript2.Tests.BadLinqTests.WhereTest | ( | ) |
Tests the LINQ.Where Function.
Definition at line 33 of file BadLinqTests.cs.