DIFF

class TestSourceSource

Test RecipeBase

Part of Script Testing Framework

All members, including inherited

Attribute used for tests annotation and assignment to Suites.

Constructors 1

void Test(string suite, int timeoutS = 0, int timeoutMs = 0, int sortOrder = 0)

Defines a suite the test belongs to, its timeout value and order within the suite.

References SortOrder, Suite, TimeoutMs
Show 1 more, TimeoutS

Members 4

string Suite
Referenced by Test()
int TimeoutS
Referenced by Test()
int TimeoutMs
Referenced by Test()
int SortOrder
Referenced by Test()

Methods 3

override bool CanDo(ItemBase ingredients[], PlayerBase player)
override void Do(ItemBase ingredients[], PlayerBase player, array<ItemBase> results, float specialty_weight)