Atc.Rest.Tests.Extensions.TypeExtensionsTests.GetApiName C# (CSharp) Method

GetApiName() private method

private GetApiName ( ) : void
return void
        public void GetApiName()
        {
            // Act
            var actual = typeof(AtcRestExtendedAssemblyTypeInitializer).GetApiName();

            // Assert
            Assert.Equal("Atc Rest Extended", actual);
        }