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
Causes an issue with current arguments implementation, since ParamArray cannot be used with other Optional variables (Instance), but ByRef with BeforeEach and AfterEach is a goal, so ParamArray might not be useful anyways.
The text was updated successfully, but these errors were encountered:
This seems much more likely with the evented approach used in v2 and the Context object proposed in #23 so this is seeming much more straightforward. Basically, it will open / copy the workbook before each test, pass it in as .Context("workbook"), and close the workbook without saving after each test.
DimSuiteAsNewTestSuiteDimFixtureAsNewWorkbookFixtureFixture.Open"path/to/workbook.xlsm"Fixture.ListenToSuiteWithSuite.Test("should open workbook").IsEqual.Context("workbook").Name,"workbook"EndWith
timhall
changed the title
Plan: Update Workbook proxy
Update Workbook proxy
Aug 27, 2018
Tasks:
AfterEach
to teardown workbook after each testBeforeEach
andAfterEach
methods to allow passing in workbook helper instanceWBProxy
andScenario
)WBProxy
in otherIWBProxy
implementations. (lots of overlap currently)BeforeEach
andAfterEach
goal:Causes an issue with current arguments implementation, since
ParamArray
cannot be used with otherOptional
variables (Instance
), butByRef
withBeforeEach
andAfterEach
is a goal, soParamArray
might not be useful anyways.The text was updated successfully, but these errors were encountered: