Mono.Cecil.Tests.PortablePdbTests.TestPortablePdbModule C# (CSharp) Method

TestPortablePdbModule() public method

public TestPortablePdbModule ( Action test ) : void
test Action
return void
        void TestPortablePdbModule(Action<ModuleDefinition> test)
        {
            TestModule ("PdbTarget.exe", test, symbolReaderProvider: typeof (PortablePdbReaderProvider), symbolWriterProvider: typeof (PortablePdbWriterProvider));
            TestModule ("EmbeddedPdbTarget.exe", test, verify: !Platform.OnMono);
        }