C# 클래스 SpecFlow.AutoMocking.Example.NewsService

상속: INewsService
파일 보기 프로젝트 열기: jongeorge1/SpecFlow.AutoMocking

공개 메소드들

메소드 설명
GetAllHeadlines ( ) : List
GetLatestHeadline ( ) : string
NewsService ( List headlines ) : System.Collections.Generic

메소드 상세

GetAllHeadlines() 공개 메소드

public GetAllHeadlines ( ) : List
리턴 List

GetLatestHeadline() 공개 메소드

public GetLatestHeadline ( ) : string
리턴 string

NewsService() 공개 메소드

public NewsService ( List headlines ) : System.Collections.Generic
headlines List
리턴 System.Collections.Generic