C# Class Tests.Helpers.Get

Mostra file Open project: joukevandermaas/saule

Public Methods

Method Description
Companies ( ) : IEnumerable
Companies ( int count ) : IEnumerable
Company ( string id = "456" ) : Tests.Models.Company
Customer ( string id = "789" ) : Customer
Customers ( ) : IEnumerable
Customers ( int count ) : IEnumerable
People ( ) : IEnumerable
People ( int count ) : IEnumerable
Person ( string id = "123" ) : Person

Method Details

Companies() public static method

public static Companies ( ) : IEnumerable
return IEnumerable

Companies() public static method

public static Companies ( int count ) : IEnumerable
count int
return IEnumerable

Company() public static method

public static Company ( string id = "456" ) : Tests.Models.Company
id string
return Tests.Models.Company

Customer() public static method

public static Customer ( string id = "789" ) : Customer
id string
return Tests.Models.Customer

Customers() public static method

public static Customers ( ) : IEnumerable
return IEnumerable

Customers() public static method

public static Customers ( int count ) : IEnumerable
count int
return IEnumerable

People() public static method

public static People ( ) : IEnumerable
return IEnumerable

People() public static method

public static People ( int count ) : IEnumerable
count int
return IEnumerable

Person() public static method

public static Person ( string id = "123" ) : Person
id string
return Tests.Models.Person