-
Notifications
You must be signed in to change notification settings - Fork 311
Closed
Labels
enhancementFeature requests, or enhancements to existing features. Ideas. Anything within the project's scope.Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope.feature-unit-testing
Milestone
Description
In addition to
Private Assert As New Rubberduck.AssertClass
which requires a compile-time reference to Rubberduck and deployment of the dll with the mdb, I would also like to be able to do:
Dim Assert As Object
Set Assert = CreateObject("Rubberduck.AssertClass")
This would make it easier for developers to add unit-testing (and other Rubberduck functionality) to a project without having to needlessly complicate deployment for functionality that end-users will not see.
Metadata
Metadata
Assignees
Labels
enhancementFeature requests, or enhancements to existing features. Ideas. Anything within the project's scope.Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope.feature-unit-testing