Skip to content

Commit b3645d0

Browse files
committed
fix: update public API snapshot for plugin architecture
1 parent 974b40f commit b3645d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TUnit.PublicAPI/Tests.Core_Library_Has_No_API_Changes.DotNet8_0.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,6 +2396,7 @@ namespace .Interfaces
23962396
void RegisterClassFactory(string testId, <object?[], object> factory);
23972397
void RegisterMethodInvoker(string testId, <object, object?[], .<object?>> invoker);
23982398
}
2399+
public interface ITUnitPlugin : ., ., ., ., ., ., . { }
23992400
public interface ITestClass
24002401
{
24012402
[] ClassGenericArguments { get; }

0 commit comments

Comments
 (0)