Skip to content

Allow for late-binding of references #114

@mwolfe02

Description

@mwolfe02

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-unit-testing

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions