TestBase.GetThing C# (CSharp) Method

GetThing() protected method

This will create a new Thing with CreatedAt and UpdatedAt set to 0
protected GetThing ( int id ) : Thing,
id int
return Thing,
    protected Thing GetThing(int id)
    {
        return GetThing(id, 0, 0, "Run 1");
    }

Same methods

TestBase::GetThing ( int id, int minutes ) : Thing,
TestBase::GetThing ( int id, int minutesc, int minutesu ) : Thing,
TestBase::GetThing ( int id, int minutesc, int minutesu, string title ) : Thing,
TestBase::GetThing ( int id, string title ) : Thing,