FunctionsShould
class FunctionsShould
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Asserts that selected functions are annotated with all of the specified annotations.
Link copied to clipboard
Asserts that selected functions have all of the specified modifiers.
Link copied to clipboard
Link copied to clipboard
Asserts that selected functions are annotated with any of the specified annotations.
Link copied to clipboard
Asserts that selected functions have at least one of the specified modifiers.
Link copied to clipboard
Asserts that selected functions have at least one parameter of one of the specified types.
Link copied to clipboard
Asserts that selected functions have any of the specified visibilities.
Link copied to clipboard
Asserts that selected functions contain the specified modifier.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Asserts that selected functions take exactly these parameter types in order (simple or fully qualified).
Link copied to clipboard
Link copied to clipboard
Asserts that selected functions have the specified visibility.
Link copied to clipboard
Link copied to clipboard
fun satisfy(assertion: (FunctionDeclarationContext, MutableList<String>) -> Unit): FunctionsRuleBuilder