You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bunit.web/Extensions/StubComponentFactoryCollectionExtensions.cs
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -164,10 +164,18 @@ public static ComponentFactoryCollection AddStub(
164
164
165
165
#if NET8_0_OR_GREATER
166
166
/// <summary>
167
-
/// TODO.
167
+
/// Marks a component as a stub component so that a stub gets generated for it. The stub has the same name as the component, but with the suffix "Stub" added.
0 commit comments