# Functions
Bind binds an object to the properties.
Get retrieves an object using specified selectors.
Has checks whether a specific property exists.
Init initializes the test environment.
Invoke calls a function with arguments injected.
Keys retrieves all the property keys.
Prop retrieves the value of a property specified by the key.
Resolve resolves a given string with placeholders.
Run executes test cases and ensures shutdown of the app context.
SubKeys retrieves the sub-keys of a specified key.
Wire injects dependencies into an object or constructor.