C# Class BindaTests.NeededObjectsFactory

Afficher le fichier Open project: minton/binda

Méthodes publiques

Méthode Description
CreateForm ( ) : MySampleForm
CreateNotifyingPost ( ) : NotifyingPost
CreatePost ( ) : Post
CreatePrefixForm ( ) : MySamplePrefixForm
GenerateComments ( ) : IEnumerable

Method Details

CreateForm() public static méthode

public static CreateForm ( ) : MySampleForm
Résultat BindaTests.NeededObjects.MySampleForm

CreateNotifyingPost() public static méthode

public static CreateNotifyingPost ( ) : NotifyingPost
Résultat BindaTests.NeededObjects.NotifyingPost

CreatePost() public static méthode

public static CreatePost ( ) : Post
Résultat BindaTests.NeededObjects.Post

CreatePrefixForm() public static méthode

public static CreatePrefixForm ( ) : MySamplePrefixForm
Résultat BindaTests.NeededObjects.MySamplePrefixForm

GenerateComments() public static méthode

public static GenerateComments ( ) : IEnumerable
Résultat IEnumerable