mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-11 00:38:40 +00:00
Interface dispatch (#100)
This commit is contained in:
@@ -56,11 +56,6 @@ module TestPureCases =
|
||||
ExpectedReturnCode = 0
|
||||
NativeImpls = MockEnv.make ()
|
||||
}
|
||||
{
|
||||
FileName = "InterfaceDispatch.cs"
|
||||
ExpectedReturnCode = 0
|
||||
NativeImpls = MockEnv.make ()
|
||||
}
|
||||
]
|
||||
|
||||
let cases : EndToEndTestCase list =
|
||||
@@ -150,6 +145,11 @@ module TestPureCases =
|
||||
ExpectedReturnCode = 0
|
||||
NativeImpls = MockEnv.make ()
|
||||
}
|
||||
{
|
||||
FileName = "InterfaceDispatch.cs"
|
||||
ExpectedReturnCode = 0
|
||||
NativeImpls = MockEnv.make ()
|
||||
}
|
||||
]
|
||||
|
||||
let runTest (case : EndToEndTestCase) : unit =
|
||||
|
@@ -14,8 +14,11 @@ public class InterfaceDispatchTests
|
||||
result |= TestGenericInterface() << 5;
|
||||
result |= TestCovariantInterface() << 6;
|
||||
result |= TestReimplementation() << 7;
|
||||
// TODO
|
||||
/*
|
||||
result |= TestStructInterface() << 8;
|
||||
result |= TestNullDispatch() << 9;
|
||||
*/
|
||||
result |= TestSharedMethodSignature() << 10;
|
||||
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user