ATMLModelLibrary.model.TestDescription.GetAtmlFileName C# (CSharp) Method

GetAtmlFileName() public method

public GetAtmlFileName ( ) : string
return string
        public string GetAtmlFileName()
        {
            return string.Concat( GetAtmlName(), ATMLContext.ATML_TEST_DESC_FILENAME_SUFFIX );
        }