Summary
Contains utilities for testing members of types.
- Namespace
- Cake
.Testing - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["MemberTestingUtils"]
class Type type-node
Syntax
public static class MemberTestingUtils
Methods
Name | Value | Summary |
---|---|---|
GetMembersToTest |
IEnumerable |
Searches all loaded assemblies for public types assignable to the specified base class type
and returns all pairs of desired members and instances with which to test them.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|