Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/Mono.Linker.Tests/TestCases/TestDatabase.cs')
-rw-r--r--test/Mono.Linker.Tests/TestCases/TestDatabase.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests/TestCases/TestDatabase.cs b/test/Mono.Linker.Tests/TestCases/TestDatabase.cs
index 874f555d3..893b55508 100644
--- a/test/Mono.Linker.Tests/TestCases/TestDatabase.cs
+++ b/test/Mono.Linker.Tests/TestCases/TestDatabase.cs
@@ -75,7 +75,12 @@ namespace Mono.Linker.Tests.TestCases
{
return NUnitCasesBySuiteName ("Reflection");
}
-
+
+ public static IEnumerable<TestCaseData> ComponentModelTests ()
+ {
+ return NUnitCasesBySuiteName ("ComponentModel");
+ }
+
public static IEnumerable<TestCaseData> SymbolsTests ()
{
return NUnitCasesBySuiteName ("Symbols");