ApprovalTests.Tests.Namer.AdditionalInformationTests.ExitsBeforeNamerIsCalled C# (CSharp) Method

ExitsBeforeNamerIsCalled() private method

private ExitsBeforeNamerIsCalled ( ) : void
return void
        public void ExitsBeforeNamerIsCalled()
        {
            using (ApprovalResults.UniqueForMachineName())
            {
            }
        }