BenMorris/NetArchTest

Add Support for BeInternal() and BePrivate() functions

Opened this issue · 0 comments

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()