![]() |
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 188 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.AnyTest | ( | ) |
Tests the Linq.Any Function.
Definition at line 210 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.FirstOrDefaultTest | ( | ) |
Tests the Linq.FirstOrDefault Function.
Definition at line 89 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.FirstTest | ( | ) |
Tests the Linq.First Function.
Definition at line 66 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.LastOrDefaultTest | ( | ) |
Tests the Linq.LastOrDefault Function.
Definition at line 78 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.LastTest | ( | ) |
Tests the LINQ.Last Function.
Definition at line 54 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.SelectManyTest | ( | ) |
Tests the Linq.SelectMany Function.
Definition at line 146 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 134 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.SkipTest | ( | ) |
Tests the Linq.Skip Function.
Definition at line 112 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.SkipWhileTest | ( | ) |
Tests the Linq.SkipWhile Function.
Definition at line 166 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.TakeLastTest | ( | ) |
Tests the Linq.TakeLast Function.
Definition at line 123 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.TakeTest | ( | ) |
Tests the Linq.Take Function.
Definition at line 101 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.TakeWhileTest | ( | ) |
Test the Linq.TakeWhile Function.
Definition at line 177 of file BadLinqTests.cs.
void BadScript2.Tests.BadLinqTests.WhereTest | ( | ) |
Tests the LINQ.Where Function.
Definition at line 34 of file BadLinqTests.cs.