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
I want to test if a class or constructor is private or internal only. I was thinking of function names like BeInternal() or BePrivate().
maybe also checking for constructors? I was thinking on functions like Types.InAssembly(_applicationAssembly) .That().HasConstructor().Should().BeInternal()
The text was updated successfully, but these errors were encountered:
NeVeSpl
added a commit
to NeVeSpl/NetArchTest.eNhancedEdition
that referenced
this issue
Nov 21, 2023
I want to test if a class or constructor is private or internal only. I was thinking of function names like BeInternal() or BePrivate().
maybe also checking for constructors? I was thinking on functions like
Types.InAssembly(_applicationAssembly) .That().HasConstructor().Should().BeInternal()
The text was updated successfully, but these errors were encountered: