Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Adam CameronAdam CameronComponents
Fix versions
Priority
Major
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Adam Cameron
Adam CameronComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created June 9, 2021 at 7:47 AM
Updated June 16, 2021 at 3:53 PM
Resolved June 16, 2021 at 3:53 PM
I posted this on Slack; didn't get any reaction. I can't see how it's not a bug, so raising it here.
I have an abstract base class for a couple of my test classes, and when I run my tests, the runner errors-out with:
Lucee 5.3.7.48 Error (application) Message you cannot instantiate an abstract component [/path/to/my/tests/SomeAbstractTestClass.cfc], this component can only be extended by other components
Obviously TestBox should only be loading implementation classes, not abstract ones.