All assertion methods that accept a Type argument also have an overload that accepts a string describing the Type. This string can end with the wildcard character ‘*,’ which allows all types that starts with the specified text to be matched. This can be used to include all types in a namespace (e.g., “System.Windows.Forms.*” will include all types in the System.Windows.Forms namespace).