![]() |
BadScript 2
|
Public Member Functions | |
| void | Setup () |
| Setup the Test Contexts. | |
| void | Test (BadNUnitTestCase testCase) |
| Runs a Test Case. | |
| void | TestOptimizedFolding (BadNUnitTestCase testCase) |
| Runs a Test Case. | |
| void | TestOptimizedSubstitution (BadNUnitTestCase testCase) |
| Runs a Test Case. | |
| void | TestOptimized (BadNUnitTestCase testCase) |
| Runs a Test Case. | |
| void | TestCompiled (BadNUnitTestCase testCase) |
| Runs a Test Case. | |
| void | TestCompiledOptimizedFolding (BadNUnitTestCase testCase) |
| Runs a Test Case. | |
| void | TestCompiledOptimizedSubstitution (BadNUnitTestCase testCase) |
| Runs a Test Case. | |
| void | TestCompiledOptimized (BadNUnitTestCase testCase) |
| Runs a Test Case. | |
| void | TestHtmlTemplateDefault (string file) |
| Tests the Html Templates with the default options. | |
| void | TestHtmlTemplateSkipEmpty (string file) |
| Tests the Html Templates with the SkipEmptyTextNodes option. | |
| void | TearDown () |
| Tears down the Test Contexts. | |
Properties | |
| static string | TestDirectory [get] |
| The Test Directory. | |
| static string | ScriptTestDirectory [get] |
| The Script Test Directory. | |
| static string | HtmlTestDirectory [get] |
| The HTML Test Directory. | |
| static BadUnitTestContext | Context [get] |
| The Test Context. | |
| static BadUnitTestContext | OptimizedFoldingContext [get] |
| The Optimized Folding Test Context. | |
| static BadUnitTestContext | OptimizedSubstitutionContext [get] |
| The Optimized Substitution Test Context. | |
| static BadUnitTestContext | OptimizedContext [get] |
| The Optimized Test Context. | |
| static BadUnitTestContext | CompiledContext [get] |
| The Compiled Test Context. | |
| static BadUnitTestContext | CompiledOptimizedFoldingContext [get] |
| The Compiled Optimized Folding Test Context. | |
| static BadUnitTestContext | CompiledOptimizedSubstitutionContext [get] |
| The Compiled Optimized Substitution Test Context. | |
| static BadUnitTestContext | CompiledOptimizedContext [get] |
| The Compiled Optimized Test Context. | |
Static Private Member Functions | |
| static BadNUnitTestCase[] | GetTestCases () |
| Gets all Test Cases. | |
| static BadNUnitTestCase[] | GetOptimizedFoldingTestCases () |
| Gets all Test Cases. | |
| static BadNUnitTestCase[] | GetOptimizedSubstitutionTestCases () |
| Gets all Test Cases. | |
| static BadNUnitTestCase[] | GetOptimizedTestCases () |
| Gets all Test Cases. | |
| static BadNUnitTestCase[] | GetCompiledTestCases () |
| Gets all Test Cases. | |
| static string[] | GetHtmlTemplateFiles () |
| Gets all HTML Test Cases. | |
| static BadNUnitTestCase[] | GetCompiledOptimizedFoldingTestCases () |
| Gets all Test Cases. | |
| static BadNUnitTestCase[] | GetCompiledOptimizedSubstitutionTestCases () |
| Gets all Test Cases. | |
| static BadNUnitTestCase[] | GetCompiledOptimizedTestCases () |
| Gets all Test Cases. | |
| static HtmlDocument | LoadReference (string file) |
| Loads a Reference File. | |
Static Private Attributes | |
| static ? BadUnitTestContext | s_Context |
| The Test Context. | |
| static ? BadUnitTestContext | s_OptimizedFoldingContext |
| The Optimized Folding Test Context. | |
| static ? BadUnitTestContext | s_OptimizedSubstitutionContext |
| The Optimized Substitution Test Context. | |
| static ? BadUnitTestContext | s_OptimizedContext |
| The Optimized Test Context. | |
| static ? BadUnitTestContext | s_CompiledContext |
| The Compiled Test Context. | |
| static ? BadUnitTestContext | s_CompiledOptimizedFoldingContext |
| The Compiled Optimized Folding Test Context. | |
| static ? BadUnitTestContext | s_CompiledOptimizedSubstitutionContext |
| The Compiled Optimized Substitution Test Context. | |
| static ? BadUnitTestContext | s_CompiledOptimizedContext |
| The Compiled Optimized Test Context. | |
Definition at line 21 of file BadUnitTests.cs.
|
staticprivate |
Gets all Test Cases.
| BadRuntimeException | Gets raised if the Context is null |
Definition at line 523 of file BadUnitTests.cs.
|
staticprivate |
Gets all Test Cases.
| BadRuntimeException | Gets raised if the Context is null |
Definition at line 551 of file BadUnitTests.cs.
|
staticprivate |
Gets all Test Cases.
| BadRuntimeException | Gets raised if the Context is null |
Definition at line 579 of file BadUnitTests.cs.
|
staticprivate |
Gets all Test Cases.
| BadRuntimeException | Gets raised if the Context is null |
Definition at line 485 of file BadUnitTests.cs.
|
staticprivate |
Gets all HTML Test Cases.
| BadRuntimeException | Gets raised if the Context is null |
Definition at line 512 of file BadUnitTests.cs.
|
staticprivate |
Gets all Test Cases.
| BadRuntimeException | Gets raised if the Context is null |
Definition at line 453 of file BadUnitTests.cs.
|
staticprivate |
Gets all Test Cases.
| BadRuntimeException | Gets raised if the Context is null |
Definition at line 464 of file BadUnitTests.cs.
|
staticprivate |
Gets all Test Cases.
| BadRuntimeException | Gets raised if the Context is null |
Definition at line 475 of file BadUnitTests.cs.
|
staticprivate |
Gets all Test Cases.
| BadRuntimeException | Gets raised if the Context is null |
Definition at line 442 of file BadUnitTests.cs.
|
staticprivate |
Loads a Reference File.
| file | The File |
Definition at line 687 of file BadUnitTests.cs.
| void BadScript2.Tests.BadUnitTests.Setup | ( | ) |
Setup the Test Contexts.
Definition at line 422 of file BadUnitTests.cs.
| void BadScript2.Tests.BadUnitTests.TearDown | ( | ) |
Tears down the Test Contexts.
Definition at line 753 of file BadUnitTests.cs.
| void BadScript2.Tests.BadUnitTests.Test | ( | BadNUnitTestCase | testCase | ) |
Runs a Test Case.
| testCase | The Test Case |
Definition at line 607 of file BadUnitTests.cs.
| void BadScript2.Tests.BadUnitTests.TestCompiled | ( | BadNUnitTestCase | testCase | ) |
| void BadScript2.Tests.BadUnitTests.TestCompiledOptimized | ( | BadNUnitTestCase | testCase | ) |
| void BadScript2.Tests.BadUnitTests.TestCompiledOptimizedFolding | ( | BadNUnitTestCase | testCase | ) |
| void BadScript2.Tests.BadUnitTests.TestCompiledOptimizedSubstitution | ( | BadNUnitTestCase | testCase | ) |
| void BadScript2.Tests.BadUnitTests.TestHtmlTemplateDefault | ( | string | file | ) |
Tests the Html Templates with the default options.
| file | The File |
Definition at line 701 of file BadUnitTests.cs.
| void BadScript2.Tests.BadUnitTests.TestHtmlTemplateSkipEmpty | ( | string | file | ) |
Tests the Html Templates with the SkipEmptyTextNodes option.
| file | The File |
Definition at line 726 of file BadUnitTests.cs.
| void BadScript2.Tests.BadUnitTests.TestOptimized | ( | BadNUnitTestCase | testCase | ) |
| void BadScript2.Tests.BadUnitTests.TestOptimizedFolding | ( | BadNUnitTestCase | testCase | ) |
| void BadScript2.Tests.BadUnitTests.TestOptimizedSubstitution | ( | BadNUnitTestCase | testCase | ) |
|
staticprivate |
The Compiled Test Context.
Definition at line 46 of file BadUnitTests.cs.
|
staticprivate |
The Compiled Optimized Test Context.
Definition at line 61 of file BadUnitTests.cs.
|
staticprivate |
The Compiled Optimized Folding Test Context.
Definition at line 51 of file BadUnitTests.cs.
|
staticprivate |
The Compiled Optimized Substitution Test Context.
Definition at line 56 of file BadUnitTests.cs.
|
staticprivate |
The Test Context.
Definition at line 26 of file BadUnitTests.cs.
|
staticprivate |
The Optimized Test Context.
Definition at line 41 of file BadUnitTests.cs.
|
staticprivate |
The Optimized Folding Test Context.
Definition at line 31 of file BadUnitTests.cs.
|
staticprivate |
The Optimized Substitution Test Context.
Definition at line 36 of file BadUnitTests.cs.
|
staticgetprivate |
The Compiled Test Context.
Definition at line 250 of file BadUnitTests.cs.
|
staticgetprivate |
The Compiled Optimized Test Context.
Definition at line 378 of file BadUnitTests.cs.
|
staticgetprivate |
The Compiled Optimized Folding Test Context.
Definition at line 292 of file BadUnitTests.cs.
|
staticgetprivate |
The Compiled Optimized Substitution Test Context.
Definition at line 335 of file BadUnitTests.cs.
|
staticgetprivate |
The Test Context.
Definition at line 82 of file BadUnitTests.cs.
|
staticgetprivate |
The HTML Test Directory.
Definition at line 77 of file BadUnitTests.cs.
|
staticgetprivate |
The Optimized Test Context.
Definition at line 208 of file BadUnitTests.cs.
|
staticgetprivate |
The Optimized Folding Test Context.
Definition at line 124 of file BadUnitTests.cs.
|
staticgetprivate |
The Optimized Substitution Test Context.
Definition at line 166 of file BadUnitTests.cs.
|
staticgetprivate |
The Script Test Directory.
Definition at line 72 of file BadUnitTests.cs.
|
staticgetprivate |
The Test Directory.
Definition at line 67 of file BadUnitTests.cs.