xamarin-macios/tests/cecil-tests
Rolf Bjarne Kvinge f06c4f2df1
[tests] Remove ignore due to custom code that's been gone for almost two years. (#17027)
We had custom code with Console.WriteLine for macOS 10.12 for a while, but that was removed here:

a93bcdec34

So there's no need to skip the test that verifies we don't call Console.WriteLine anymore.
2022-12-15 14:28:51 +01:00
..
ApiCapitalizationTest.cs [tests] Improve perf in cecil-tests by only loading assemblies once. (#16997) 2022-12-13 09:23:25 +01:00
AttributeTest.cs [tests] Improve cecil-tests's member filtering API. (#17001) 2022-12-13 17:09:45 +01:00
BlittablePInvokes.cs [tests] Improve cecil-tests's member filtering API. (#17001) 2022-12-13 17:09:45 +01:00
CecilExtensions.cs [tests][cecil-tests] Add new test to verify the constructors we expose. 2021-11-26 14:25:21 +01:00
ConstructorTest.cs [tests] Assert that we don't have any private IntPtr constructors in cecil-tests. (#17055) 2022-12-15 13:13:21 +01:00
EnumTest.cs [tests] Improve perf in cecil-tests by only loading assemblies once. (#16997) 2022-12-13 09:23:25 +01:00
GenericPInvokes.cs [tests] Improve cecil-tests's member filtering API. (#17001) 2022-12-13 17:09:45 +01:00
Helper.cs [tests] Improve cecil-tests's member filtering API. (#17001) 2022-12-13 17:09:45 +01:00
Makefile [tests] Use .NET to build cecil-tests. (#17028) 2022-12-14 22:35:50 +01:00
MarshalAsTest.cs [tests] Improve cecil-tests's member filtering API. (#17001) 2022-12-13 17:09:45 +01:00
ObsoleteTest.cs [tests] Improve cecil-tests's member filtering API. (#17001) 2022-12-13 17:09:45 +01:00
OpenTKTest.cs [tests] Improve perf in cecil-tests by only loading assemblies once. (#16997) 2022-12-13 09:23:25 +01:00
README.md [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
Test.cs [tests] Remove ignore due to custom code that's been gone for almost two years. (#17027) 2022-12-15 14:28:51 +01:00
cecil-tests.csproj [CI] Allow tests to be ran in parallel. (#15322) 2022-06-23 08:54:21 -04:00
cecil-tests.sln [tests][cecil-tests] Add new test to verify the constructors we expose. 2021-11-26 14:25:21 +01:00

README.md

Cecil-based Tests

Even with the huge variety of tests that we have there's still a few things that are hard to test properly. Some of them can be tested by analyzing the assemblies (IL or metadata). So here we are...