Akka.API.Tests.CoreAPISpec.ApproveCore C# (CSharp) Method

ApproveCore() private method

private ApproveCore ( ) : void
return void
        public void ApproveCore()
        {
            var assemblyPath = Path.GetFullPath(typeof(PatternMatch).Assembly.Location);
            var asm = AssemblyDefinition.ReadAssembly(assemblyPath);
            var publicApi = Filter(PublicApiGenerator.CreatePublicApiForAssembly(asm));
            Approvals.Verify(publicApi);
        }